|
|
| (ei näidata sama kasutaja 18 vahepealset redaktsiooni) |
| 1. rida: |
1. rida: |
| ===Sissejuhatus===
| | Paigaldamisel on lähtutud oracle.com juhtumist |
|
| |
|
| iAS 10.1.2 infrastruktuur koosneb kahest osast, mis sisaldavad selliseid komponente
| | * 6.23 Installing Oracle Identity Management Components Only (Including Oracle Internet Directory) - http://download.oracle.com/docs/cd/B14099_19/linux.1012/install.1012/install/infra.htm#BABJAADB |
|
| |
|
| OIM - Oracle Indentity Management
| | Märkust: pilt puudub, aga OCA puhul on kasutatud väärtusi '* specify oca distignuished name - typical dn, CN - avalik.loo, OU - tyhi, O - portaal, C - Estonia' |
|
| |
|
| * OID - Oracle Internet Directory | | * Installer tuleb käivitada 'linux32 bash' shellist ja ilma ORC* keskkonnamuutujateta, näitame installatsiooni nime ning kataloogitee |
| * SSO - OracleAS Single Sign-On | |
| * DAS - Oracle Delegated Administration Services
| |
| * DIP - Oracle Directory Integration and Provisioning
| |
| * OCA - OracleAS Certificate Authority
| |
|
| |
|
| OracleAS Metadata Repository
| | $ ./runInstaller |
| | |
| * Product metadata - sisaldab baasi skeeme rakenduskihi Portal ja Wireless komponentide kohta
| |
| * OID Metadata - sisaldab skeeme infrastruktuuri OID, SSO ja OCA komponentide kohta
| |
| * Management metadata - sisaldab DCM (Distributed Configuration Management) kohta
| |
| | |
| iAS komponente saab paigaldada
| |
| | |
| * erinevates mahtudes, st jättes osa komponente paigaldamata kui nendega seotud funktsionaalsust ei ole tarvis
| |
| * paigaldada mitmes eksemplaris eesmärgiga tõsta süsteemi jõudlust ning redundantsust
| |
| | |
| Käesolevas tekstis esitatakse järgnevus kuidas paigaldada iAS'i kõik komponendid kasutades välist Oracle 10R2 RAC ASMseadistuses andmebaasi ning sealjuures komponendid paigatakse 2008 aasta keskpaigas olemasolevate paikadega.
| |
| | |
| * 10R2 RAC ASM baas - 10.2.0.4.0
| |
| * 10R1 iAS - 10.1.2.3.0
| |
| | |
| Järgneva eelduseks on et on olemas
| |
| | |
| * paigatud SLES10 SP1 64bit operatsioonisüsteem
| |
| * 10R2 RAC ASM seadistuses andmebaas 10.2.0.4.0
| |
| | |
| Kõik iAS 10.1.2 tarkvara tuleb 64bit operatsioonisüsteemi puhul käivitada
| |
| | |
| linux32 bash
| |
| | |
| shellist. Seda kas shell on õige saab shelli töötamise ajal küsida
| |
| | |
| $ arch
| |
| x86_64
| |
| $ linux32 bash
| |
| $ arch
| |
| i686
| |
| | |
| ===Protseduuri ülevaade===
| |
| | |
| Tarkvara paigaldamine toimub sellises järjekorras
| |
| | |
| * MRCA (Metadata Repository Configuration Assistant) abil laaditakse olemasolevasse andmebaasi (ingl. k. existing database) MR skeemid, kasutades MRCA versiooni 10.1.2.0.3.
| |
| * Paigaldatakse infrastruktuuri 10.1.2.0.2 komponendid.
| |
| * Paigaldatakse rakenduskihi 10.1.2.0.2 komponendid.
| |
| * Paigatakse infrastruktuur versioonile 10.1.2.3.0
| |
| * Paigatakse rakenduskiht versioonile 10.1.2.3.0
| |
| * Paigatakse metadata repositori versioonile 10.1.2.3.0
| |
| | |
| Kusjuures
| |
| | |
| * kasutaja oracle kodukataloog on /home/oracle
| |
| * rakenduste kataloogid asuvad kataloogis /u01/app/oracle/product/10.1.2
| |
| * inventory kataloog on /u01/app/oracle/oraInventory
| |
| | |
| ===MRCA paigaldamine===
| |
| | |
| MRCA abil MR skeemide laadimiseks olemasolevasse 10R2 andmebaasi tuleb teha sellised ettevalmistused, numbrid viitava Metalink'i (http://metalink.oracle.com/) nootidele, neile ligipääsuks peab olema Metalink süsteemis kasutada kasutaja
| |
| | |
| * http://download.oracle.com/docs/cd/B14099_19/sol.1012/repca.1012/repca/toc.htm - Oracle® Application Server Metadata Repository Creation Assistant User's Guide
| |
| * 431665.1 - How to Obtain the Latest MRCA Information
| |
| * 362983.1 - MRCA 10.1.2.0.3 and Oracle Database 10g Release 2 (10.2)
| |
| | |
| Kasutada MRCA (Metadata Repository Creation Assistant) versiooni 10.1.2.0.3, http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
| |
| | |
| $ cksum as_linux_x86_mrca_101203.cpio
| |
| 1961190085 480973824 as_linux_x86_mrca_101203.cpio
| |
| | |
| Pakime MRCA paigaldusmaterjali lahti
| |
| | |
| $ cpio -dmvi < as_linux_x86_mrca_101203.cpio
| |
| | |
| MRCA kasutamiseks tuleb esmalt MRCA ise paigaldada, nt kataloogi
| |
| | |
| /u01/app/oracle/product/10.1.2/mrca
| |
| | |
| Veenduge, ega Oracle'ga seatud keskkonnamuutujaid ei ole kirjeldatud, ega esine vatavaid teid PATH'is
| |
| | |
| $ env | grep ORA*
| |
| $ echo $PATH
| |
| | |
| Näiteks sellise skriptiga /home/oracle/system/env.sh saab nad eemaldada
| |
| | |
| unset ENV
| |
| unset ORA_CRS_HOME
| |
| unset ORA_DB_HOME
| |
| unset ORACLE_SID
| |
| unset ORA_NLS10
| |
| unset ORACLE_BASE
| |
| unset ORA_IAS_HOME
| |
| unset ORACLE_HOME
| |
| unset LD_LIBRARY_PATH
| |
| export PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
| |
| unset CLASSPATH
| |
| unset TNS_ADMIN
| |
| unset AGENT_HOME
| |
| unset ORA_ASM_HOME
| |
| unset ORACLE_HOSTNAME
| |
| | |
| ning öelda
| |
| | |
| $ . ./system/env.sh
| |
| | |
| Ja käivitada installer
| |
| | |
| $ ./runInstaller | |
| ***************************************************************
| |
| The following files should not be present :
| |
| /etc/profile.d/oracle.csh
| |
| /etc/profile.d/oracle.sh
| |
| /etc/profile.d/alljava.csh
| |
| /etc/profile.d/alljava.sh
| |
| Please remove the above files or move them to .bak
| |
| Remove the ". ./.oracle" entries from /home/oracle/.profile
| |
| Logout and login to reset the Shell environment.
| |
| ***************************************************************
| |
| Do you want to continue anyway: [y/n]
| |
| y
| |
| For SuSE, you are required to login as root and run the patch present in
| |
| the utils/3167528/ and utils/4015045 directory
| |
| Enter y if you have allready installed the patch
| |
| Enter n to exit the installer and run the patch
| |
| Is the patch for bug # 3167528 and 4015045 run : [y/n] :
| |
| y
| |
| | |
| Kui kõnealuses arvutis on MRCA installer esimene Oracle programm, siis küsitakse inventory asukohta
| |
| | |
| [[Pilt:Mrca-inst-1.gif]]
| |
| | |
| ning moodustatakse kaks faili
| |
| | |
| [[Pilt:Mrca-inst-2.gif]]
| |
| | |
| # /u01/app/oracle/oraInventory/orainstRoot.sh
| |
| Creating the Oracle inventory pointer file (/etc/oraInst.loc)
| |
| Changing groupname of /u01/app/oracle/oraInventory to oinstall.
| |
| | |
| Seejärel tuleb näidata millisesse kataloogi tarkvara paigaldatakse
| |
| | |
| [[Pilt:Mrca-inst-3.gif]]
| |
| | |
| Keelevalikud, installeri kasutajaliidese keele osas
| |
| | |
| [[Pilt:Mrca-inst-4.gif]]
| |
| | |
| Seejärel sooritab installer standarse operatsioonisüsteemi parameetrite kontrolli, mille tulemus võiks olla näiteks selline
| |
| | |
| Checking operating system certification
| |
| Expected result: One of redhat-2.1,redhat-3,redhat-4,SuSE-9,SuSE-8,UnitedLinux-1.0
| |
| Actual Result: SuSE-9
| |
| Check complete. The overall result of this check is: Passed
| |
| =======================================================================
| |
|
| |
| Checking security kernel parameters
| |
| Checking for shmall=2097152; found shmall=2097152. Passed
| |
| Checking for msgmnb=65535; found msgmnb=65536. Passed
| |
| Checking for semmns=32000; found semmns=32000. Passed
| |
| Checking for semopm=100; found semopm=100. Passed
| |
| Checking for msgmni=2878; found msgmni=16. Failed <<<<
| |
| Checking for shmmax=2147483648; found shmmax=3294967296. Passed
| |
| Checking for hardnofiles=65536; found hardnofiles=65536. Passed
| |
| Checking for VERSION=2.6.5-7.97; found VERSION=2.6.16.60-0.27-default. Passed
| |
| Checking for file-max=131072; found file-max=131072. Passed
| |
| Checking for semmsl=256; found semmsl=1250. Passed
| |
| Checking for semmni=142; found semmni=256. Passed
| |
| Checking for msgmax=8192; found msgmax=65536. Passed
| |
| Checking for shmmni=4096; found shmmni=4096. Passed
| |
| Checking for softnofiles=4096; found softnofiles=65536. Passed
| |
| Check complete. The overall result of this check is: Failed <<<<
| |
| Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
| |
| Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.
| |
| =======================================================================
| |
|
| |
| Checking recommended operating system packages
| |
| Checking for pdksh-5.2.14-780.1; found Not found. Failed <<<<
| |
| Checking for sysstat-5.0.1-35.1; found sysstat-8.0.4-1.4. Passed
| |
| Checking for openmotif21-libs-2.1.30MLI4-119.1; found Not found. Failed <<<<
| |
| Checking for libstdc++-3.3.3-43.24; found libstdc++-4.1.2_20070115-0.21. Passed
| |
| Checking for make-3.80-184.1; found make-3.80-202.2. Passed
| |
| Checking for binutils-2.15.90.0.1.1-32.5; found binutils-2.16.91.0.5-23.31. Passed
| |
| Checking for gcc-3.3.3-43.24; found gcc-4.1.2_20070115-0.21. Passed
| |
| Checking for gcc-c++-3.3.3-43.24; found gcc-c++-4.1.2_20070115-0.21. Passed
| |
| Checking for gnome-libs-1.4.1.7-671.1; found Not found. Failed <<<<
| |
| Checking for gnome-libs-devel-1.4.1.7-671.1; found Not found. Failed <<<<
| |
| Checking for libstdc++-devel-3.3.3-43.24; found libstdc++-devel-4.1.2_20070115-0.21. Passed
| |
| Check complete. The overall result of this check is: Failed <<<<
| |
| Problem: Some recommended packages are missing (see above).
| |
| Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the i
| |
| =======================================================================
| |
|
| |
| Checking glibc installed on the system
| |
| Expected result: 2.3.3-98.28
| |
| Actual Result: 2.4-31.54
| |
| Check complete. The overall result of this check is: Passed
| |
| =======================================================================
| |
|
| |
| Validating ORACLE_BASE location (if set)
| |
| Check complete. The overall result of this check is: Passed
| |
| =======================================================================
| |
| | |
| Siit on näha järgmised probleemid
| |
| | |
| * Checking for msgmni=2878; found msgmni=16. Failed <<<< - tuleb seada kernel.msgmni parameeter
| |
| * mõni pakett on puudu - neid võib praktiliselt ignoreerida kuna me kasutame tegelikult SLES10 operatsioonisüsteemi
| |
| | |
| Peale parameetri seadmist käsuga
| |
| | |
| # sysctl -w kernel.msgmni=2878
| |
| | |
| ning faili /etc/sysctl.conf lisades.
| |
| | |
| Peale installeri töö katkestamist ja enne uuesti käivitamist tuleb vahepeal eemaldada failisüsteemist tekkinud kataloog
| |
| | |
| $ rm -rf /u01/app/oracle/product/10.1.2/mrca
| |
| | |
| Küsitakse, kas installeri paigaldamise järel asutakse koheselt andmebaasi ettevalmistama, vastame eitavalt, et protseduurid lahus hoida
| |
| | |
| [[Pilt:Mrca-inst-5.gif]]
| |
| | |
| Näidatakse tehtud otsustusi
| |
| | |
| [[Pilt:Mrca-inst-6.gif]]
| |
| | |
| Ja toimub tarkvara paigaldamine
| |
| | |
| [[Pilt:Mrca-inst-7.gif]]
| |
| | |
| Paigalduse lõpul tuleb käivitada juurkasutajana skript
| |
| | |
| # /u01/app/oracle/product/10.1.2/mrca/root.sh
| |
| Running Oracle9 root.sh script...
| |
| \nThe following environment variables are set as:
| |
| ORACLE_OWNER= oracle
| |
| ORACLE_HOME= /u01/app/oracle/product/10.1.2/mrca
| |
|
| |
| Enter the full pathname of the local bin directory: [/usr/local/bin]: /usr/local/mrca/bin
| |
| Creating /usr/local/mrca/bin directory...
| |
| Copying dbhome to /usr/local/mrca/bin ...
| |
| Copying oraenv to /usr/local/mrca/bin ...
| |
| Copying coraenv to /usr/local/mrca/bin ...
| |
|
| |
| \nCreating /etc/oratab file...
| |
| Adding entry to /etc/oratab file...
| |
| Entries will be added to the /etc/oratab file as needed by
| |
| Database Configuration Assistant when a database is created
| |
| Finished running generic part of root.sh script.
| |
| Now product-specific root actions will be performed.
| |
| Running Oracle9 root.sh script...
| |
| \nThe following environment variables are set as:
| |
| ORACLE_HOME= /u01/app/oracle/product/10.1.2/mrca
| |
| Finished running generic part of root.sh script.
| |
| Now product-specific root actions will be performed.
| |
| | |
| [[Pilt:Mrca-inst-8.gif]]
| |
| | |
| Teatatakse, et paigaldus on lõppenud
| |
| | |
| [[Pilt:Mrca-inst-9.gif]]
| |
| | |
| Installeri sulgemine toimub justkui ebaloomulikult öeldes Exit, aga nii ta on
| |
| | |
| [[Pilt:Mrca-inst-10.gif]]
| |
| | |
| ===MRCA abil MR skeemide laadimine olemasolevasse andmbaasi===
| |
| | |
| | |
| MRCA sisaldab vahendit olemasoleva andmebaasi sobivuse kontrollimiseks, sedasi
| |
| | |
| $ cd /u01/app/oracle/product/10.1.2/mrca/repca/prereq
| |
| $ ./DBPrereqChecker -DBHOST baas-vip-loomaaed.tartu.ee -DBPORT 1521 -DBNAME loomdba.loomaaed.tartu.ee -SYSPWD xxx -LOGDIR /home/oracle/mrca-log
| |
| Starting validation DatabasePrerequisite
| |
| Database Problems
| |
| The following problems were found with the specified database:
| |
| The aq_tm_processes initialization parameter needs to be greater than or equal to 1. Please correct it and try again.
| |
|
| |
| The db_cache_size initialization parameter needs to be set to 144MB or a greater value. Please correct it and try again.
| |
|
| |
| The shared_pool_size initialization parameter needs to be set to 175MB or a greater value. Please correct it and try again.
| |
|
| |
| The java_pool_size initialization parameter needs to be set to 120MB or a greater value. After changing the value of the parameter, restart the database for the new value to take effect.
| |
| | |
| Selliste probleemide korrigeerimiseks tuleb
| |
| | |
| * ..
| |
| | |
| Edu puhul vastatakse
| |
| | |
| Starting validation DatabasePrerequisite
| |
| Validation Succeeded -> DatabasePrerequisite
| |
| Validation check complete
| |
| | |
| MRCA kasutamine toimub selliselt
| |
| | |
| $ cd /u01/app/oracle/product/10.1.2/mrca
| |
| $ ./runRepca
| |
| | |
| [[Pilt:Mrca-rac-1.gif]]
| |
| | |
| Seejärel tuleb sisestada kasutatava välise andmebaasi tee andmebaasi arvutis
| |
| | |
| [[Pilt:Mrca-rac-1-1.gif]]
| |
| [[Pilt:Mrca-rac-2.gif]]
| |
| [[Pilt:Mrca-rac-3.gif]]
| |
| [[Pilt:Mrca-rac-4.gif]]
| |
| [[Pilt:Mrca-rac-5.gif]]
| |
| [[Pilt:Mrca-rac-6.gif]]
| |
| [[Pilt:Mrca-rac-7.gif]]
| |
| [[Pilt:Mrca-rac-8.gif]]
| |
| | |
| ===Infrastruktuuri 10.1.2.0.2 komponentide paigaldamine===
| |
| | |
| Installer tuleb käivitada 'inux32 bash' shellist ja ilma ORC* keskkonnamuutujateta, näitame kataloogitee
| |
|
| |
|
| [[Pilt:Ias-infra-rac-1.gif]] | | [[Pilt:Ias-infra-rac-1.gif]] |
|
| |
|
| Valime välja toote 'Identity Management' | | * Valime paigaldatava produkti, Oracle Application Server Infrastructure |
|
| |
|
| [[Pilt:Ias-infra-rac-2.gif]] | | [[Pilt:Ias-infra-rac-2.gif]] |
|
| |
|
| Installer sooritab kontrollid, pdksh puudumist võib SLES10 puhul ignoreerida, lisada käsitsi linnuke ja edasi
| | * Valime välja installatsiooni tüübi 'Identity Management' |
|
| |
|
| [[Pilt:Ias-infra-rac-3.gif]] | | [[Pilt:Ias-infra-rac-3.gif]] |
|
| |
|
| Valida välja paigalduse tüüp, Identity Management
| | * Installer sooritab kontrollid, pdksh puudumist võib SLES10 puhul ignoreerida, lisada käsitsi linnuke ja edasi |
|
| |
|
| [[Pilt:Ias-infra-rac-4.gif]] | | [[Pilt:Ias-infra-rac-4.gif]] |
|
| |
|
| Kinnitada, et on olemas juurkasutaja kasutamise võimalus | | * Kinnitada, et on olemas juurkasutaja kasutamise võimalus |
|
| |
|
| [[Pilt:Ias-infra-rac-5.gif]] | | [[Pilt:Ias-infra-rac-5.gif]] |
|
| |
|
| Valida millised komponendid paigaldatakse | | * Valida millised komponendid paigaldatakse |
|
| |
|
| * Oracle HTTP Server | | * Oracle HTTP Server |
| 345. rida: |
35. rida: |
| * Oracle Application Server Delegated Administration Services | | * Oracle Application Server Delegated Administration Services |
| * Oracle Application Server Directory Integration and Provisioning | | * Oracle Application Server Directory Integration and Provisioning |
| * Oracle Application Server Certificate Authority (OCA)
| |
|
| |
|
| [[Pilt:Ias-infra-rac-6.gif]] | | [[Pilt:Ias-infra-rac-6.gif]] |
|
| |
|
| Valida pordid | | * Valida pordid |
|
| |
|
| [[Pilt:Ias-infra-rac-7.gif]] | | [[Pilt:Ias-infra-rac-7.gif]] |
|
| |
|
| [[Pilt:Ias-infra-rac-7.gif]]
| | * Hoidla asukoht |
| | |
| [[Pilt:Ias-infra-rac-8.gif]] | | [[Pilt:Ias-infra-rac-8.gif]] |
| [[Pilt:Ias-infra-rac-9.gif]]
| |
| [[Pilt:Ias-infra-rac-10.gif]]
| |
| [[Pilt:Ias-infra-rac-11.gif]]
| |
| [[Pilt:Ias-infra-rac-12.gif]]
| |
|
| |
|
| Probleemid
| | * OID parameetrid, näiteks |
| | |
| * OCA agent hävib ja selle vastu aitab failist /u01/app/oracle/product/10.1.2/infra/oca/bin/cminst eemaldada LD_ASSUME_KERNEL rida. | |
|
| |
|
| ===Rakenduskihi 10.1.2.0.2 komponentide paigaldamine=== | | * dc=loomaaed,dc=tartu,dc=ee |
|
| |
|
| Käivitada ilma keskkonnamuutujateta keskkonnast installer
| | [[Pilt:Ias-infra-rac-9.gif]] |
|
| |
|
| $ ./runInstaller
| | OCA võtme pikkus |
|
| |
|
| Näitame nime ja asukoha failisüsteemis
| | [[Pilt:Ias-infra-rac-key-lenght.gif]] |
|
| |
|
| [[Pilt:Ias-ias-1.gif]]
| | OCA ligipääs |
|
| |
|
| Valime toote
| | [[Pilt:Ias-infra-rac-oca-admin-password.gif]] |
|
| |
|
| [[Pilt:Ias-ias-2.gif]]
| | ias_admin ligipääs |
|
| |
|
| Paigaldus tüüp
| | [[Pilt:Ias-infra-rac-10.gif]] |
|
| |
|
| [[Pilt:Ias-ias-3.gif]]
| | Install teatab probleemist, aga kui samal ajal ütleb arvuti nii, siis on kõik ok ning valida Continue |
|
| |
|
| installer sooritab kontrollid, pdksh teadet võib ignoreerida
| | $ /u01/app/oracle/product/10.1.2/infra/opmn/bin/opmnctl status |
| | |
| [[Pilt:Ias-ias-4.gif]]
| |
| | |
| Kinnitame juurkasutaja ligipääsude olemasolu
| |
| | |
| [[Pilt:Ias-ias-5.gif]]
| |
| | |
| Valime komponendid
| |
| | |
| * Oracle HTTP Server
| |
| * Oracle Application Server 10g Containers for J2EE
| |
| * Oracle Application Server 10g Web Cache
| |
| * Oracle Application Server 10g Portal
| |
| | |
| [[Pilt:Ias-ias-6.gif]]
| |
| | |
| Valime pordid
| |
| | |
| [[Pilt:Ias-ias-7.gif]]
| |
| | |
| $ export ORACLE_HOME=/u01/app/oracle/product/10.1.2/ias
| |
| $ /u01/app/oracle/product/10.1.2/ias/opmn/bin/opmnctl status | |
| | | |
| Processes in Instance: ias1a.arendus.loo | | Processes in Instance: infra.portaal-ias1a.avalik.loo |
| -------------------+--------------------+---------+--------- | | -------------------+--------------------+---------+--------- |
| ias-component | process-type | pid | status | | ias-component | process-type | pid | status |
| 413. rida: |
75. rida: |
| LogLoader | logloaderd | N/A | Down | | LogLoader | logloaderd | N/A | Down |
| dcm-daemon | dcm-daemon | N/A | Down | | dcm-daemon | dcm-daemon | N/A | Down |
| OC4J | home | N/A | Down | | HTTP_Server | HTTP_Server | N/A | Down |
| WebCache | WebCache | N/A | Down | | OID | OID | N/A | Down |
| WebCache | WebCacheAdmin | N/A | Down
| |
| HTTP_Server | HTTP_Server | N/A | Down
| |
|
| |
|
| ===Infrastruktuuri komponentide versioonile 10.1.2.3.0 paikamine===
| | [[Pilt:Ias-infra-rac-11.gif]] |
|
| |
|
| Paikamise eel peavad töötama
| | Abilised töötavad |
|
| |
|
| * OracleAS Metadata Repository listener
| | [[Pilt:Ias-infra-rac-12.gif]] |
| * Database containing OracleAS Metadata Repository
| |
| * Oracle Internet Directory
| |
|
| |
|
| Lisaks
| | Ning lõpuks öeldakse, et on valmis. |
|
| |
|
| * ORA* muutujajaid ei tohi olla kirjeldatud
| | Vahepeal küsiti skriptide asukohta, selleks öelda |
| * PATH peal ei tohi olla Oracle toodete asju
| |
|
| |
|
| | # /u01/app/oracle/product/10.1.2/infra/root.sh |
| | Running Oracle10 root.sh script... |
| | \nThe following environment variables are set as: |
| | ORACLE_OWNER= oracle |
| | ORACLE_HOME= /u01/app/oracle/product/10.1.2/infra |
| | |
| | Enter the full pathname of the local bin directory: [/usr/local/bin]: /usr/local/ias-infra/bin |
|
| |
|
| | Probleemid |
|
| |
|
| [[Pilt:Ias-infra-upgr-1.gif]]
| | * OCA agent hävib ja selle vastu aitab failist /u01/app/oracle/product/10.1.2/infra/oca/bin/cminst eemaldada LD_ASSUME_KERNEL rida. |
| [[Pilt:Ias-infra-upgr-2.gif]]
| |
| [[Pilt:Ias-infra-upgr-3.gif]]
| |
| [[Pilt:Ias-infra-upgr-4.gif]]
| |
| [[Pilt:Ias-infra-upgr-5.gif]]
| |
| [[Pilt:Ias-infra-upgr-6.gif]]
| |
| [[Pilt:Ias-infra-upgr-7.gif]]
| |
| [[Pilt:Ias-infra-upgr-8.gif]]
| |
| [[Pilt:Ias-infra-upgr-9.gif]]
| |
| | |
| Peale paikamist on teenused käivitatud, ennem järgmise home'i uuendamist tuleb viia käimine nö algasendisse tagasi.
| |
| | |
| ===Rakenduskihti komponentide versioonile 10.1.2.3.0 paikamine===
| |
| | |
| [[Pilt:Ias-ias-upgr-1.gif]]
| |
| [[Pilt:Ias-ias-upgr-2.gif]]
| |
| [[Pilt:Ias-ias-upgr-3.gif]]
| |
| [[Pilt:Ias-ias-upgr-4.gif]]
| |
| [[Pilt:Ias-ias-upgr-5.gif]]
| |
| [[Pilt:Ias-ias-upgr-6.gif]]
| |
| [[Pilt:Ias-ias-upgr-7.gif]]
| |
| [[Pilt:Ias-ias-upgr-8.gif]]
| |
| [[Pilt:Ias-ias-upgr-9.gif]]
| |
| | |
| ===Metadata repository versioonile 10.1.2.3.0 paikamine===
| |
| | |
| Eelnevalt tuleb
| |
| | |
| * Peatada protsessid, va listener, baas ja OID
| |
| * Vaadata üle keskkonnamuutujad
| |
| * linux32 bash shelli kasutada
| |
| | |
| Käivitada installer ias home'is
| |
| | |
| $ ./runInstaller
| |
| | |
| [[Pilt:Ias-mdr-upgr-1.gif]]
| |
| | |
| Valida paigatavaks tooteks iAS Metadata Repository
| |
| | |
| [[Pilt:Ias-mdr-upgr-2.gif]]
| |
| | |
| Lugeda teade läbi
| |
| | |
| [[Pilt:Ias-mdr-upgr-3.gif]]
| |
| | |
| Valida pigem kohene uuenduste laadimine
| |
| | |
| [[Pilt:Ias-mdr-upgr-4.gif]]
| |
| | |
| Sisestada ias_admin parool
| |
| | |
| [[Pilt:Ias-mdr-upgr-5.gif]]
| |
| | |
| Sisestada OID superkasutaja ligipääs
| |
| | |
| [[Pilt:Ias-mdr-upgr-6.gif]]
| |
| | |
| Vaadata baasi ligipääsu
| |
| | |
| [[Pilt:Ias-mdr-upgr-7.gif]]
| |
| | |
| Sisestada baasi SYS kasutaja parool
| |
| | |
| [[Pilt:Ias-mdr-upgr-8.gif]]
| |
| | |
| Valida uuendatavad skeemi (NB! kui wireless jäi paigaldamata, kas siis siit valida ikka mõlemad?)
| |
| | |
| [[Pilt:Ias-mdr-upgr-9.gif]]
| |
|
| |
|
| Jällegi teate lugemise koht
| | Tulemusena ütleb arvuti |
|
| |
|
| [[Pilt:Ias-mdr-upgr-10.gif]]
| | The following J2EE Applications have been deployed and are accessible at the URLs listed below. |
| | Use the following URL to access the Oracle Enterprise Manager 10g Application Server Control Console : |
| | http://portaal-ias1a.avalik.loo:1156 |
| | The following information is available in: |
| | /u01/app/oracle/product/10.1.2/infra/install/setupinfo.txt |
| | Oracle Application Server 10g (10.1.2.0.2) Usernames and Default password information: |
| | Please refer to Oracle Application Server 10g Administrator Guide for more information. |
| | OCA osa asub |
| | :6600/oca/user ja /oca/admin |
| | Install Type: Identity Management |
| | Configured Components: Oracle HTTP Server | Oracle Application Server Containers for J2EE | Oracle Internet Directory | Oracle Application Server Single Sign-On | Oracle Application |
| | Server Delegated Administration Service | Oracle Application Server Directory Integration and Provisioning | |
| | Oracle Internet Directory has been configured for an existing Metadata Repository using this connection: portaal-ias1a-vip.avalik.loo:1521:portdba.avalik.loo. |
| | Use the following URL to access the Oracle HTTP Server and the Welcome Page: |
| | http://portaal-ias1a.avalik.loo:7777 |
| | ----------------------------------------- |
| | Use the following URL to access the Oracle Enterprise Manager Application Server Control: |
| | http://portaal-ias1a.avalik.loo:1156 |
| | Instance Name: infra.portaal-ias1a.avalik.dloo |
| | Installation of Oracle Application Server Infrastructure is Complete. Please note that any URLs created in this install may not be functional immediately. |
|
| |
|
| Ülevaade
| | Lõpus esitatud teate tekst on kirjas samuti Oracle binari home'is failis |
|
| |
|
| [[Pilt:Ias-mdr-upgr-11.gif]]
| | $ORACLE_HOME/install/setupinfo.txt |
|
| |
|
| Paigaldamine
| | Ning kasutusele võetud portide nimekiri on failis |
|
| |
|
| [[Pilt:Ias-mdr-upgr-12.gif]]
| | $ORACLE_HOME/install/portlist.ini |
| [[Pilt:Ias-mdr-upgr-13.gif]]
| |