Go to main content
Oracle® Hardware Management Pack Installation Guide

Exit Print View

Updated: December 2016
 
 

Install the Oracle Linux FMA Software as an Independent Component

Before You Begin

  1. Install the Oracle Hardware Management Pack software required to obtain ilomconfig and enable the Host-to-ILOM interconnect on the host.

    Note -  If you have already installed the hmp-libs and hmp-tools packages, you can skip to step c.
    1. Install the hmp-libs package by typing the following command:

      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.

    2. Install the hmp-tools package by typing the following command:

      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.

    3. Enable the Host-to-ILOM interconnect feature by typing the following command:

      /usr/sbin/ilomconfig enable interconnect

  2. Install the Oracle Linux FMA software by typing the following command:

    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 #>

    Note -  If required, the Fault Manager installer prompts you for any missing OS components. Use Yum to install any OS components that are missing.

Next Steps

Confirm That the Oracle Linux FMA Software is Running