11.5.9 On Rhel 4.5
11.5.9 On Rhel 4.5
Editors
Graphical Internet
Development Tools
Administration Tools
System Tools
Hosts File
Setup
Installation
Post Installation
Shutdown/Startup
Download Software
Unpack Files
Hosts File
The /etc/hosts file must contain a fully qualified name for the server:
<IP-address> <fully-qualified-machine-name> <machine-name>
Setup
The following additional packages are required. Depending on the update/respin version of Enterprise
Linux, the exact package versions and locations may vary.
alsa-lib-devel-*
audiofile-devel-*
compat-db-*
compat-gcc-32-3*
compat-gcc-32-c++-3*
compat-libcwait-2*
compat-libgcc-296-2*
compat-libstdc++-296-2*
compat-oracle-rhel4-1*
esound-0*
esound-devel-0*
fontconfig-devel-2*
freetype-devel-2*
gcc-3*
gcc-c++-3*
glib-1*
glib-devel-1*
gnome-libs-1*
gnome-libs-devel-1*
gtk+-devel-1*
gtk2-devel-2*
imlib-1*
imlib-devel-1*
jdk-1*
libaio-0*
libaio-devel-0*
libjpeg-devel-*
libtiff-devel-*
libungif-devel-*
libungif-progs-*
make-3*
openmotif21*
ORBit-devel-*
xorg-x11-deprecated-libs-6*
xorg-x11-deprecated-libs-devel-6*
xorg-x11-devel-*
Due to all the package inter-dependencies, it probably makes sense to copy all these packages from the
CDs to a single directory, then install then using the following command. For convenience, I wrapped all
the necessary packages for an OEL 4.5 installation into a single tar file (11i-rh4-rpms.tar), making
subsequent installations much simpler.
rpm -Uvh *.rpm
Install the packages associated with Patch 4198954:
cd 4198954
rpm -Uvh compat-oracle-rhel4-1*
rpm -Uvh compat-libcwait-2*
Create the new groups and users:
groupadd oinstall
groupadd dba
groupadd oper
groupadd apache
Installation
Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
DISPLAY=<machine-name>:0.0; export DISPLAY
Start the Rapid Install Wizard by issuing the following commands:
cd /Stage11i/startCD/Disk1/rapidwiz/
chmod u+x rapidwiz
./rapidwiz
Follow any instructions and rerun as requested. The Rapid Installation Wizard installation is shown below.
1. Accept the "Install Oracle Aplications" option by clicking the "Next" button.
2. Select the "Single Node" option, then click the "Next" button.
3. Enter the database name of your choice, in this case I used "PLAY", and select the "fresh install
database" option as the database type. Then click the "Next" button.
4. Accept the "Use E-Business Suite" licensing option by clicking the "Next" button.
5. Select the relevant country from the list, then click the "Next" button.
6. Select the appropriate language support, territory and characterset for the installation, then click
the "Next" button.
7. Enter the appropriate directory for the components being loaded. In this installation, all I did was
replace the initial mount point for each item with "/u01" on each entry.
8. Check the derived settings, making sure the location of the JDK (1.3.1) is correct, then click the
"Next" button.
9. Check the instance settings, then click the "Next" button.
10. Note the location of the config files. It's worth taking a copy of this file as it comes in hady when
reloading or upgrading the software. Click the "Next" button.
11. Wait for the system checks to complete.
12. Assuming all the system checks were completed successfully, click the "Next" button.
13. Click the "Next" button on the installation summary screen.
16. Assuming all the post-install checks are successful, click the "Next" button.
17. Click the "Finish button to exit the Rapid Install Wizard.
Post Installation
Adjust the following paths and commands by replacing "play" and "PLAY" with the database name you
chose during the installation.
Shutdown/Startup
Adjust the following paths and commands by replacing "play" and "PLAY" with the database name you
chose during the installation.
cd $DB_HOME
. ./PLAY_testapps01.env
cd $ORACLE_HOME/appsutil/scripts/PLAY_testapps01
./addlnctl.sh stop PLAY
./addbctl.sh stop immediate
To start the system issue the following commands.
cd $DB_HOME
. ./PLAY_testapps01.env
cd $ORACLE_HOME/appsutil/scripts/PLAY_testapps01
./addlnctl.sh start PLAY
./addbctl.sh start
cd $COMMON_TOP/admin/scripts/PLAY_testapps01/
./adstrtal.sh apps/apps
./adcmctl.sh start apps/apps
Once the installation is complete, the Rapid Installation Portal can be accessed using the following
information.
URL: http://machine-name:8000
Username: SYSADMIN
Password: SYSADMIN