Configure the Software After Installation
-
Run the appropriate commands for the features that you want to
configure.
-
On Oracle VM, the ipmi service must be started manually with the following command:
#/sbin/service hmp-ipmi start -
If
oracle-hmp-hwmgmtis installed, enable and start the Hardware Management Agent with the following commands:#/sbin/chkconfig hwmgmtd on#/sbin/service hwmgmtd start -
If
oracle-hmp-snmpis installed, enable and start the SNMP daemon with the following commands:-
To enable the SNMP daemon, run the following command:
#/sbin/chkconfig snmpd on -
To determine whether or not the daemon is running, run the following command:
#/sbin/service snmpd status-
If snmpd is running, type the following command to restart it:
#/sbin/service snmpd restart -
If snmpd is not running, type the following command to start it:
#/sbin/service snmpd start
-
-
-
If
oracle-hmp-toolsis installed, enable the Host-to-ILOM Interconnect with the following steps:Note:
Oracle VM 3.0.3 and earlier do not include a lan-over-usb driver. Therefore, Oracle Hardware Management tools do not support running commands locally over the Host-to-ILOM interconnect. Commands must be run using a remote connection to the serivce processor.
-
Verify the system SP supports this feature with the following command.
#/usr/sbin/ilomconfig list interconnectIf
SUBCOMMAND NOT SUPPORTEDopens than this feature is not supported by your SP. -
Do one of the following:
-
If you want to enable the interconnect automatically, use the following command:
#/usr/sbin/ilomconfig enable interconnectThis is the preferred method for configuring the interconnect.
-
If you want to enable the interconnect manually, use the following command:
#/usr/sbin/ilomconfig enable interconnect --ipaddress=x.x.x.x --netmask=x.x.x.x --hostipaddress=x.x.x.x
-
-
-
If
oracle-hmp-toolsis installed, start the IPMI driver if not already running:-
Run the following command to see if IPMItool is running:
#/sbin/service ipmi status -
If IPMItool is not running, type the following command to start it:
#/etc/init.d/ipmi start
-
-