HP Storage Essentials V5.1 Installation Guide Second Edition (Linux Release) (T4283-96055, November 2006)
Storage Essentials 5.1 Installation Guide 13
where <ip-address> is the address of the client from where the Installer script is launched.
# export DISPLAY
For Example:
# DISPLAY=172.168.10.15:0.0
# export DISPLAY
Installing the Database
To install the database:
1. Access the Linux host and login as user “root” as described in ”Accessing the Linux Host” on
page 12.
2. Insert the first Oracle Database CD-ROM and mount it using the following commands:
# mkdir -p /mnt/oradisk
# mount /dev/cdrom /mnt/oradisk
where /dev/cdrom is the CD device.
3. Verify that you are in the top level directory:
# cd /
4. Start the installation of the database by entering the following:
# /mnt/oradisk/InstallDatabase
NOTE: All commands and files are case-sensitive.
5. The script will ask if you wish to continue. Enter “y.”
6. The oracle installer script checks for required RPMs and terminates if any are missing. In such
case, install the missing RPMs and restart the installation.
7. If there is insufficient swap space, the script displays a message saying that the swap space is
insufficient and a message similar to the following displays:
INFO: Checking swap space...
INFO: Available RAM: 4082752
INFO: Recommended Swap size: 4082752
INFO: Current Swap: 2097144
INFO: Insufficient swap size.
INFO: Creating additional swap space: 1985608
1985608+0 records in
1985608+0 records out
mke2fs 1.38 (30-Jun-2005)
/tmp/swapForOracle1.tmp is not a block special device.
Proceed anyway? (y,n)
Enter ‘y’ at the prompt.
You may be prompted to create multiple swap files. Enter ‘y’ each time you encounter the prompt
described above.
8. If you are asked to enter the Oracle home directory, you can select the default, which is
/opt/oracle on SUSE 9.0 and /home/oracle on RHEL 4.0.