Go to main content

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

Exit Print View

Updated: January 2017
 
 

View and Set the Power Policy

Before You Begin

Before setting a system power policy, review the power management features described in the following article:

http://www.oracle.com/technetwork/articles/servers-storage-admin/ser-howto-save-pwr-sparc-1982424.html

  1. To view the power policy on one of Oracle's SPARC servers using SNMP, type:
    % snmpget SNMP_agent sunHwCtrlPowerMgmtPolicy.0
    

    You can view the power policy for a given domain on one of Oracle's multi-domain SPARC servers by typing:

    % snmpget SNMP_agent sunHwCtrlDomainPowerMgmtPolicy.n
    

    where n is the domain ID plus one.

  2. To set the power policy on one of Oracle's SPARC servers, type:
    % snmpset SNMP_agent
     sunHwCtrlPowerMgmtPolicy.0 i disabled|performance|elastic
    

    You can set the power policy for a given domain on one of Oracle's multi-domain SPARC servers by typing:

    % snmpset SNMP_agent 
    sunHwCtrlDomainPowerMgmtPolicy.n i disabled|performance|elastic
    

    where n is the domain ID plus one.