Go to main content
Oracle® Hardware Management Pack Installation Guide

Exit Print View

Updated: December 2016
 
 

Install Components on a Linux Server

Before You Begin

  • To install Hardware Management Pack components manually, you must be logged in to your system with root privileges.

  • Download and extract the Hardware Management Pack. See Getting the Software.

    The directory to which you extract the files is referred to as extract-directory in this procedure.

  • The packages for Hardware Management Pack have dependencies that must be satisfied for a successful installation. See Software Dependencies for more information.

  • If your system includes adapters using technology from QLogic, Emulex or Mellanox, you must install the appropriate third-party utilities included with Hardware Management Pack. See Available Packages for Linux.

  • These instructions also apply to Oracle VM, see Software Dependencies for OS-specific package dependencies information.

  • For instructions on installing Oracle Linux Fault Management Architecture software on Oracle Linux, see Installing the Oracle Linux FMA Software.

  1. If you want to install only ipmitool or ipmiflash, see the following steps. If you also want to install the other Hardware Management Pack components, go to Step 3.
    • To install ipmiflash, type the following command:

      rpm -i /extract-directory/packages/ipmiflash*.rpm

    • To install ipmitool, type the following command:

      rpm -i /extract-directory/packages/ipmitool*.rpm

      By default, no output opens after the installation.

  2. Determine which Hardware Management Pack components to install.

    See Available Packages for Linux for an overview of which packages are available for installation.


    Note -  You must install oracle-hmp-libs with all packages. If you are installing oracle-hmp-snmp you must also install oracle-hmp-hwmgmt.
  3. Use the following command to install the packages:

    rpm -i /extract-directory/packages/oracle-hmp-libs*.rpm additional components

    For example, to install just the Hardware Management Agent and SNMP plugins:

    rpm -i /extract-directory/packages/oracle-hmp-libs*rpm /extract-directory/packages/oracle-hmp-hwmgmt*rpm /extract-directory/packages/oracle-hmp-snmp*rpm

    No output appears by default.