Load in disk 1 of 4 Oracle Application Server Release 2 (9.0.2.0.1) Run the prequesite script first to make sure everything is ok before install: Run this from oracle account: /content/oracle/9iAS_Preflight_installation_script.sh The following minimum patches are required: Kernel patch: 108528-20 (patchadd run as single user) 108652-66 108921-16 108940-52 112138-01 First cleanup from previous failed install if need be: # cd /content/oracle # rm -Rf oui # rm -Rf jre # rm -Rf oraInventory # rm -Rf inventory # rm -Rf ora9ias Start install from a graphical display such as Kevin's Sun workstation. # mount /cdrom # su - oracle !!! IMPORTANT MUST MKDIR AS oracle login !!!! oracle@cdms02:/content/oracle> mkdir ora9ias oracle@cdms02:/content/oracle> unset LD_LIBRARY_PATH oracle@cdms02:/content/oracle> export DISPLAY=167.208.5.13:0 oracle@cdms02:/content/oracle> /cdrom/runInstaller The install display should popup on the workstation. Install the Infrastructure first!! Prompts: Name: ora9ias Path: /content/oracle Available products: Oracle Infrastructure 9iAS 9.0.2.0.1 Select Configuration Options: "accept default selection" Instance name: ias ias_admin Password: 9iasadmin Database Character Set: "Use default character set" Click on "INSTALL". The installer will run until after you mount disk4 you get to the part to run the root.sh file in /content/oracle/ora9ias/root.sh as root (in another window) Running Oracle9 root.sh script... The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /content/oracle/ora9ias Enter the full pathname of the local bin directory: [/usr/local/bin]: Copying dbhome to /usr/local/bin ... Copying oraenv to /usr/local/bin ... Copying coraenv to /usr/local/bin ... Adding entry to /var/opt/oracle/oratab file... Entries will be added to the /var/opt/oracle/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. Entering Oracle Webcache Root Installation Section Webcachectl Installation Checking webcachectl binary file protections Setting webcache file protections Leaving Oracle Webcache Root Installation Section Entering Oracle Internet Directory Root Installation Section OiD Server Installation Checking LDAP binary file protections Setting oidmon file protections Setting oidldapd file protections Setting oidrepld file protections Setting oidpasswd file protections Setting odisrv file permissions Setting oidstats.sh file protections Setting oidpwdr file protections Leaving Oracle Internet Directory Root Installation Section root@cdms02:/# After this is complete acknowledge the popup in the install window and continue. **** Second install (App Server) ***** FIRST WE NEED TO SHUTDOWN THE EM WEB SERVER Login as oracle. oracle@cdms02:/content/oracle> unset ORACLE_HOME oracle@cdms02:/content/oracle> /content/oracle/ora9ias/bin/emctl stop Enter Management password : 9iasadmin Now you can start the installer. oracle@cdms02:/content/oracle> unset LD_LIBRARY_PATH oracle@cdms02:/content/oracle> export DISPLAY=167.208.5.13:0 oracle@cdms02:/content/oracle> /cdrom/runInstaller Prompts: Name: ora9bi Path: /content/oracle/ora9bi Oracle 9ia Application Server "Middle-tier..." Installation Type: "Business Intelligence and Forms" Component Configuration Leave everything checked and click next. Existing 9ias Single Sign-On Host: cdms02.harcourt.com Port: 7777 Oracle Internet Directory Username: cn=orcladmin Password: 9iasadmin Create Instance Name Instance Name: 9bi ias_admin password: 9iasadmin Provide Outgoing Mail Server Information Enter outgoing: smtp.harcourt.com Summary: Click on "INSTALL". The installer will run until after you mount disk4 you get to the part to run the root.sh file in /content/oracle/ora9bi/root.sh as root (in another window) Running Oracle9 root.sh script... The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /content/oracle/ora9bi Enter the full pathname of the local bin directory: [/usr/local/bin]: The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: Adding entry to /var/opt/oracle/oratab file... Entries will be added to the /var/opt/oracle/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. Entering Oracle Webcache Root Installation Section Webcachectl Installation Checking webcachectl binary file protections Setting webcache file protections Leaving Oracle Webcache Root Installation Section Click on "OK" to continue the installer window. Next up "Oracle Net Configuration Assistant" Check off the "Perform Typical Configuration" then click "Next. The Configuration Tools screen should re-appear and continue on with the configuration. After install restart the EM Webserver: oracle@cdms02:/content/oracle> /content/oracle/ora9ias/bin/emctl start