
NOTE: If the ping command fails to ping the IP address and instead pings the loopback address, the oracle listener process will fail to start and therefore, the CIMOM process will also fail.
3.Enter the following command:
nslookup <hostname>
where <hostname> is the hostname (without domain name) of the management server.
4.Enter the following command:
nslookup <IP address>
where <IP address> is the IP address of the server.
5.Verify that both results from nslookup have the same fully qualified computer name and IP address.
Installing from a Network DriveSupport for installing (or upgrading) from a network drive is limited to NFS mounted network drives only. After the network drive is mounted to the local server, there are no separate network
•Create a directory on which the NFS drive will be mounted:
#mkdir /InstallSE
•Mount the NFS shared network drive from NFS server (example: "pillbox") with shared drive "InstallSE", with strong recommendation to set it as read only.
#mount pillbox:/InstallSE /InstallSE
•Any database ISO files must be
#mkdir /Disk1
#mount
In this example, to install the Oracle database:
#/Disk1/InstallDatabase
Step 1 - Install the Oracle DatabaseThe management server uses a database to store the data it collects from the hardware it monitors. The management server ships with a DVD that includes Oracle 10g Release 2, 10.2.0.1, upgrade to Oracle 10g Release 2, 10.2.0.3, and the October 2007 Critical Patch Update for Oracle 10g Release 2.
The install for Oracle 10g Release 2, 10.2.0.1, will also install the upgrade to Oracle 10g Release 2, 10.2.0.3, and apply the October 2007 Critical Patch Update.
64 Installing the Management Server on Linux