Go to main content
Oracle® Hardware Management Pack Installation Guide

Exit Print View

Updated: December 2016
 
 

Manually Configure Hardware Management Pack on an Oracle Solaris Server

  • Run the appropriate commands for the features that you want to configure.
    • If Oracle Server Management Agents are installed, restart the Hardware Management Agent using the following commands:

      /usr/sbin/svcadm disable hwmgmtd

      /usr/sbin/svcadm enable hwmgmtd

    • If Oracle Hardware SNMP Plugins are installed, restart the SNMP daemon.

      On Oracle Solaris 10 OS, use the following command:

      /usr/sbin/svcadm restart sma

      On Oracle Solaris 11 OS, use the following command:

      /usr/sbin/svcadm restart net-snmp

    • If itpconfig is installed on a server that supports Host-to-ILOM Interconnect, enable the Host-to-ILOM Interconnect using the following steps:
      1. Verify the server's Oracle ILOM service processor (SP) supports this feature using the following command:

        /opt/ssm_directory/bin/itpconfig list interconnect

        Where ssm_directory is either sun-ssm or ssm, depending on your version of Oracle Hardware Management Pack.

        If SUBCOMMAND NOT SUPPORTED appears, then this feature is not supported by your server.

      2. On Oracle Solaris OS 10 10/09, install the usbecm driver.

        pkgadd -d /extract-directory/packages ORCLhmp-drvs

      3. Do one of the following:
        • If you want to enable the interconnect automatically, use the following command:

          /opt/ssm_directory/bin/itpconfig enable interconnect

          Where ssm_directory is either sun-ssm or ssm, depending on your version of Oracle Hardware Management Pack.

          This is the preferred method for configuring the interconnect.

        • If you want to enable the interconnect manually, use the following command:

          /opt/ssm_directory/bin/itponfig enable interconnect --ipaddress=x.x.x.x --netmask=x.x.x.x --hostipaddress=x.x.x.x

          Where ssm_directory is either sun-ssm or ssm, depending on your version of Oracle Hardware Management Pack.