JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Hardware Management Pack 2.1 Installation Guide
search filter icon
search icon

Document Information

Preface

Documentation and Feedback

About This Documentation (PDF and HTML)

Change History

Oracle Hardware Management Pack 2.1 Installation Guide Overview

Introduction to the Oracle Hardware Management Pack

Oracle Hardware Management Agents

Oracle Server CLI Tools

IPMItool

Local ILOM Interconnect (LAN over USB)

Enabling the Local Interconnect Interface

Installing Components Using the Oracle Hardware Management Pack Installer

Getting Started

Prerequisites

Installation Issues

Getting the Software

Installing Hardware Management Pack Components Using Installer

Installing Components Manually

Installing and Uninstalling Components Manually on a Solaris Server

Installing and Uninstalling Components Manually on a Linux Server

Installing and Uninstalling Components Manually on a Windows Server

How to Install Components on a Windows Server

How to Uninstall Components on a Windows Server

How to Configure Software After Installation

Installing Drivers Manually

Installing the Sun IPMI System Management Driver 2.1

Installing the Local ILOM Interconnect (LAN Over USB) Driver

Index

How to Install Components on a Windows Server

  1. Verify that the following prerequisites are installed:
  2. Download the Oracle HMP pack and extract it.

    The directory to which you extract the files is referred to as extraction-directory the remainder of this procedure.

  3. 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 4.
    • To install ipmiflash, do the following:
      1. Run the following command:
        C:\> msiexec /i \extraction-directory\SOFTWARE\package\ipmiflash*.msi

        The installation GUI appears.

      2. Click through installation screens to install ipmiflash.
    • To install ipmitool, do the following :
      1. Run the following command:
        C:\> msiexec /i \extraction-directory\SOFTWARE\packages\ipmitool*.msi
      2. Click through the installation screens to install ipmitool.
  4. Determine which Hardware Management Pack components that you want to install.

    The following packages are available for installation:

    • oracle-hmp-agents — Oracle Hardware Management Agents

    • oracle-hmp-libs — Oracle Hardware Management Pack Libraries (mandatory)

    • oracle-hmp-tools — Oracle Hardware Management Pack CLI Tools


    Note - You must install ORCLhmp-libs with all packages.


  5. To install the packages, use the following commands:
    C:\>msiexec /i \extraction-directory\SOFTWARE\packages\oracle-hmp-libs*msi
    C:\>msiexec /i \extraction-directory\SOFTWARE\packages\other components
  6. For example, to install just the agents and SNMP plugins:
    C:\>msiexec /i \extraction-directory\SOFTWARE\packages\oracle-hmp-libs*msi
    C:\>msiexec /i \extraction-directory\SOFTWARE\packages\oracle-hmp-agents*msi

    The GUI installation screens appear for the packages that you choose to install.

  7. To install the packages, click through the installation screens.