Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Manage SPARC Host POST Operations


Note -  You can use the get and set commands to view and configure SPARC host settings. For a description of the MIB objects used in these commands, see the SUN-ILOM-CONTROL-MIB.
  1. Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:

    ssh username@snmp_manager_ipaddress

    Password: password

  2. Refer to the following SNMP command examples:
    • To view the starting MAC address for the host, type:
      % snmpget  SNMP_agent ilomCtrlSPARCHostMACAddress.0
      
    • To view the version string for OpenBoot PROM (OBP), type:
      % snmpget  SNMP_agent ilomCtrlSPARCHostOBPVersion.0
      
    • To view the version string for POST, type:
      % snmpget  SNMP_agent ilomCtrlSPARCHostPOSTVersion.0
      
    • To view the option that determines whether the host should continue to boot in the event of a non-fatal POST error, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostAutoRunOnError.0
      
    • To configure the host to continue to boot in the event of a non-fatal POST error, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostAutoRunOnError.0 i 1
      
    • To view the option that determines what action the SP will take when it discovers that the host is hung, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostAutoRestartPolicy.0
      
    • To configure the SP to reset when it discovers that the host is hung, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostAutoRestartPolicy.0 i 2
      
    • To view the string that describes the boot status of host operating system, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostOSBootStatus.0
      
    • To view the boot timer time-out value, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostBootTimeout.0
      
    • To set the boot timer time-out value to 30 seconds, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostBootTimeout.0 i 30
      
    • To view the property that determines what action the SP will take when the boot timer expires, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostBootRestart.0
      
    • To configure the SP to reset when the boot timer expires, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostBootRestart.0 i 2
      
    • To view the maximum number of boot failures allowed by the SP, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostMaxBootFail.0
      
    • To set the maximum number of boot failures allowed by the SP to 10, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostMaxBootFail.0 i 10
      
    • To view the property that determines what action the SP will take when the maximum number of boot failures is reached, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostBootFailRecovery.0
      
    • To configure the SP to power cycle the host when the maximum number of boot failures is reached, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostBootFailRecovery.0 i 2
      
    • To view the version string for the Hypervisor, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostHypervisorVersion.0
      
    • To view the version string for the system firmware (SysFw), type:
      % snmpget SNMP_agent ilomCtrlSPARCHostSysFwVersion.0
      
    • To view the property that determines the break action that the SP will send, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostSendBreakAction.0
      
    • To configure the SP to send a dumpcore break action, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostSendBreakAction.0 i 3
      
    • To view the property that determines the host I/O reconfiguration policy to apply on next host power-on, type:
      % snmpget SNMP_agent ilomCtrlSPARCHostIoReconfigurePolicy.0
      
    • To configure the SP to execute the host I/O reconfiguration policy on the next power-on, type:
      % snmpset SNMP_agent ilomCtrlSPARCHostIoReconfigurePolicy.0 i 3