Manually Configure Hardware Management Pack on an Oracle Solaris Server
Beginning with Oracle Hardware Management Pack 2.4.7, Oracle Solaris 11 and 11.1 support is no longer available.
-
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 smaOn 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:
-
Verify the server's Oracle ILOM service processor (SP) supports this feature using the following command:
#
/opt/ssm_directory/bin/itpconfig list interconnectWhere ssm_directory is either
sun-ssm
orssm
, depending on your version of Oracle Hardware Management Pack.If
SUBCOMMAND NOT SUPPORTED
appears, then this feature is not supported by your server. -
On Oracle Solaris OS 10 10/09, install the
usbecm
driver.#
pkgadd -d /extract-directory/packages/ORCLhmp-uecm -
Do one of the following:
-
If you want to enable the interconnect automatically, use the following command:
#
/opt/ssm_directory/bin/itpconfig enable interconnectWhere ssm_directory is either
sun-ssm
orssm
, 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/itpconfig enable interconnect --ipaddress=x.x.x.x --netmask=x.x.x.x --hostipaddress=x.x.x.xWhere ssm_directory is either
sun-ssm
orssm
, depending on your version of Oracle Hardware Management Pack.
-
-
-