Before You Begin
To install Oracle Linux FMA software, you must be logged in to your system with root privileges.
You must have already installed the required Oracle Linux packages as described in Install the Required Linux Components Before Installing Oracle Linux FMA Software.
You must have downloaded and extracted the Oracle Hardware Management Pack software as described in Getting the Software
You must enable the "Host-to-ILOM Interconnect" feature on both the SP (using Oracle ILOM) and the host. See Enabling the Host-to-ILOM Interconnect.
rpm -ivh /extract-directory/packages/oracle-hmp-libs*rpm
where the extract-directory is where you extracted Oracle Hardware Management Pack software. The install script will install the required libraries.
rpm -ivh /extract-directory/packages/oracle-hmp-tools*rpm
where the extract-directory is where you extracted Oracle Hardware Management Pack software. The install script will install the CLI tools.
/usr/sbin/ilomconfig enable interconnect
rpm -ivh /extract-directory/packages/fm-version.el6.x86_64.rpm
where the extract-directory is where you extracted Oracle Hardware Management Pack software. The Linux install script installs and starts the Oracle Linux FMA software. The following is an output example of a successful installation:
testsystem 214 #>rpm -ivh fm-2.0.4.0.0-1.el6.x86_64.rpm Preparing...########################################### [100%] 1:fm ########################################### [100%] Host-to-ILOM interconnect is enabled /sbin/chkconfig --add fmd.init /sbin/chkconfig --add ksyseventd.init [ OK ] ksyseventd: [ OK ] [ OK ] fmd: [ OK ] testsystem 215 #>
Next Steps