Manage SPARC Host Diagnostic Properties
Note -
You can use the get and set commands to view and configure SPARC diagnostic settings. For a description of the MIB objects used in these commands, see the SUN-ILOM-CONTROL-MIB.
-
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
-
Refer to the following SNMP command examples:
-
To view the triggers of embedded diagnostics for the host, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsTrigger.0
-
To set the triggers of embedded diagnostics for the host to power-on-reset, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsTrigger.0 i 4
-
To view the modes for POST, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsMode.0
-
To set the POST mode to service, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsMode.0 i 3
-
To view the level of embedded diagnostics that should be run on the host during a boot for the power-on-reset trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsPowerOnLevel.0
-
To set the level of embedded diagnostics that should be run on the host during a boot for the power-on-reset trigger to normal, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsPowerOnLevel.0 i 3
-
To view the level of embedded diagnostics that should be run on the host during a boot for the user-reset trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsUserResetLevel.0
-
To set the level of embedded diagnostics that should be run on the host during a boot for the user-reset trigger to normal, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsUserResetLevel.0 i 3
-
To view the level of embedded diagnostics that should be run on the host during a boot for the error-reset trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsErrorResetLevel.0
-
To set the level of embedded diagnostics that should be run on the host during a boot for the error-reset trigger to normal, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsErrorResetLevel.0 i 3
-
To view the level of embedded diagnostics that should be run on the host during a boot for the hardware change trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsHwChangeLevel.0
-
To set the level of embedded diagnostics that should be run on the host during a boot for the hardware change trigger to maximum, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsHwChangeLevel.0 i 4
-
To view the verbosity level of embedded diagnostics that should be run on the host during a boot, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsPowerOnVerbosity.0
-
To set the verbosity level of embedded diagnostics that should be run on the host during a boot to maximum, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsPowerOnVerbosity.0 i 4
-
To view the verbosity level of embedded diagnostics that should be run on the host during a boot for user-reset trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsUserResetVerbosity.0
-
To set the verbosity level of embedded diagnostics that should be run on the host during a boot for user-reset trigger to maximum, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsUserResetVerbosity.0 i 4
-
To view the verbosity level of embedded diagnostics that should be run on the host during a boot for error-reset trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsErrorResetVerbosity.0
-
To set the verbosity level of embedded diagnostics that should be run on the host during a boot for error-reset trigger to maximum, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsErrorResetVerbosity.0 i 4
-
To view the verbosity level of embedded diagnostics that should be run on the host during a boot for the hardware change trigger, type:
% snmpget SNMP_agent ilomCtrlSPARCDiagsHwChangeVerbosity.0
-
To set the verbosity level of embedded diagnostics that should be run on the host during a boot for the hardware change trigger to minimum, type:
% snmpset SNMP_agent ilomCtrlSPARCDiagsHwChangeVerbosity.0 i 2