SUN-HW-CTRL-MIB

File: SUN-HW-CTRL-MIB.mib (21704 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
enterprises TEXTUAL-CONVENTION DateAndTime
TruthValue OBJECT-GROUP SnmpAdminString

Defined Types

SunHwCtrlPowerMgmtID  
An arbitrary value which uniquely identifies the power management table index. The value should be a small positive integer; index values for different policy entities are not necessarily contiguous.
TEXTUAL-CONVENTION    
  Integer32 1..2147483647  

SunHwCtrlPowerMgmtPolicy  
An enumerated value which describes the defined power management policies available. A value of notsupported(1) indicates that the control is not available on the managed platform. A value of unknown(2) indicates that the control is available, but the current state can not be determined.
TEXTUAL-CONVENTION    
  INTEGER notsupported(1), unknown(2), performance(3), elastic(4)  

SunHwCtrlPowerMgmtBudgetTimelimitActions  
The list of actions that will occur if the power limit is exceeded and cannot be controlled within the time limits SunHwCtrlPowerMgmtBudgetTimelimit
TEXTUAL-CONVENTION    
  BITS none(0), hardPowerOff(1)  

SunHwCtrlPowerMgmtEntry  
SEQUENCE    
  sunHwCtrlPowerMgmtID SunHwCtrlPowerMgmtID
  sunHwCtrlPowerMgmtName SnmpAdminString
  sunHwCtrlPowerMgmtUnits SnmpAdminString
  sunHwCtrlPowerMgmtValue SnmpAdminString

Defined Values

sun 1.3.6.1.4.1.42
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.42.2
OBJECT IDENTIFIER    

ilom 1.3.6.1.4.1.42.2.175
OBJECT IDENTIFIER    

sunHwCtrlMIB 1.3.6.1.4.1.42.2.175.104
SUN-HW-CTRL-MIB.mib Version 1.1 Copyright 2010, by Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. This MIB allows controls for all Sun platform devices using Integrated Lights Out Management.
MODULE-IDENTITY    

sunHwCtrlMIBObjects 1.3.6.1.4.1.42.2.175.104.1
OBJECT IDENTIFIER    

sunHwCtrlMIBConformances 1.3.6.1.4.1.42.2.175.104.2
OBJECT IDENTIFIER    

sunHwCtrlPowerMgmt 1.3.6.1.4.1.42.2.175.104.1.6
OBJECT IDENTIFIER    

sunHwCtrlTPM 1.3.6.1.4.1.42.2.175.104.1.7
OBJECT IDENTIFIER    

sunHwCtrlCompliances 1.3.6.1.4.1.42.2.175.104.2.1
OBJECT IDENTIFIER    

sunHwCtrlGroups 1.3.6.1.4.1.42.2.175.104.2.2
OBJECT IDENTIFIER    

sunHwCtrlReservedPSU 1.3.6.1.4.1.42.2.175.104.1.6.1
The number of Reserved PSU's.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

sunHwCtrlTotalPSU 1.3.6.1.4.1.42.2.175.104.1.6.2
The total number of PSU's.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sunHwCtrlPowerMgmtTable 1.3.6.1.4.1.42.2.175.104.1.6.3
A table listing additional power management properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SunHwCtrlPowerMgmtEntry

sunHwCtrlPowerMgmtEntry 1.3.6.1.4.1.42.2.175.104.1.6.3.1
An entry for a power management property.
Status: current Access: not-accessible
OBJECT-TYPE    
  SunHwCtrlPowerMgmtEntry  

sunHwCtrlPowerMgmtID 1.3.6.1.4.1.42.2.175.104.1.6.3.1.1
This is an index for the sunHwCtrlPowerMgmtTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SunHwCtrlPowerMgmtID  

sunHwCtrlPowerMgmtName 1.3.6.1.4.1.42.2.175.104.1.6.3.1.2
This is the name of the power management property.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

sunHwCtrlPowerMgmtUnits 1.3.6.1.4.1.42.2.175.104.1.6.3.1.3
This is the units for the value of the power management property.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

sunHwCtrlPowerMgmtValue 1.3.6.1.4.1.42.2.175.104.1.6.3.1.4
This is the value of the power management property.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

sunHwCtrlPowerMgmtActualPower 1.3.6.1.4.1.42.2.175.104.1.6.4
Total input power consumed in watts. On a rackmount server, total power consumption is the input power consumed by the server. On a blade, this is the input power consumed just by the blade (not including any power consumed by shared components). On a CMM this is the input power consumed by the entire chassis or shelf, all blades, NEMs, fans, etc.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sunHwCtrlPowerMgmtPermittedPower 1.3.6.1.4.1.42.2.175.104.1.6.5
Maximum input power consumption in watts. On a rackmount server, the maximum power consumption is the maximum input power the server guarantees it will consume at any instant. On a blade, this is the maximum input power a blade guarantees it will consume, not including its power load on shared components. On a CMM this is the maximum input power the entire chassis (all blades, NEMs, fans, etc.) will consume at any instant. This value can't be changed directly, but may change based on the power policy and budget, and chassis power capacity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sunHwCtrlPowerMgmtAvailablePower 1.3.6.1.4.1.42.2.175.104.1.6.6
Maximum input power capacity in watts. Power capacity is the maximum input power the power supplies are capable of consuming. On a blade, this is the amount of power guaranteed available to the blade by the chassis.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sunHwCtrlPowerMgmtPolicy 1.3.6.1.4.1.42.2.175.104.1.6.7
Indicates the desired power managment policy.
Status: current Access: read-write
OBJECT-TYPE    
  SunHwCtrlPowerMgmtPolicy  

sunHwCtrlPowerMgmtBudgetSettings 1.3.6.1.4.1.42.2.175.104.1.6.9
OBJECT IDENTIFIER    

sunHwCtrlPowerMgmtBudget 1.3.6.1.4.1.42.2.175.104.1.6.9.1
When reading, the current state of the following budget settings: sunHwCtrlPowerMgmtBudgetMinPowerlimit sunHwCtrlPowerMgmtBudgetPowerlimit sunHwCtrlPowerMgmtBudgetTimelimit sunHwCtrlPowerMgmtBudgetTimelimitActions If unknown(1), the agent could not determine the current state. If disabled(2), the settings are not currently in effect. If enabled(3), the settings are currently in effect. If enabledPostPoweron(4), the settings will take effect after the processor is powered on. When writing, only disabled(2) and enabled(3) are valid values. If set to enabled(3) while the system if powered off, the budget will not be enforced until the system powers on and this will transition to enabledPostPoweron(4). If set to enabled(3) when the current budget settings are not supported, this will transition to disabled(2).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), enabled(3), enabledPostPoweron(4)  

sunHwCtrlPowerMgmtBudgetMinPowerlimit 1.3.6.1.4.1.42.2.175.104.1.6.9.2
Minimum value sunHwCtrlPowerMgmtBudgetPowerlimit can be set to. The power capper can control power consumption to fit within as little as this amount of power when the system is powered on.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtBudgetPowerlimit 1.3.6.1.4.1.42.2.175.104.1.6.9.3
Maximum power consumption in watts.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtBudgetTimelimit 1.3.6.1.4.1.42.2.175.104.1.6.9.5
Grace period for exceeding the powerlimit once the powerlimit has been achieved, in milliseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtBudgetTimelimitActions 1.3.6.1.4.1.42.2.175.104.1.6.9.6
List of actions that will occur if the power limit is exceeded and cannot be controlled within the timelimit. hardpoweroff(1) causes a hard power off if the timelimit is exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  SunHwCtrlPowerMgmtBudgetTimelimitActions  

sunHwCtrlPowerMgmtBudgetOK 1.3.6.1.4.1.42.2.175.104.1.6.9.7
'true' if sunHwCtrlPowerMgmtBudget is 'disabled(2)'. If sunHwCtrlPowerMgmtBudget is 'enabled(3)', sunHwCtrlPowerMgmtBudgetOK will be 'false' if the power consumption has been over the power limit (sunHwCtrlPowerMgmtBudgetPowerlimit) for more than the time limit (sunHwCtrlPowerMgmtBudgetTimelimit), otherwise 'true'. Returns to 'true' when power consumption drops to or below the powerlimit after a violation. This value will also be 'false' if the budget is enabled but the budget settings are not supported. (This could happen if saved budget settings are no longer valid after a reboot.)
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

sunHwCtrlPowerMgmtBudgetCommitPending 1.3.6.1.4.1.42.2.175.104.1.6.9.100
Commits the following pending values: sunHwCtrlPowerMgmtBudgetPendingPowerlimit sunHwCtrlPowerMgmtBudgetPendingTimelimit sunHwCtrlPowerMgmtBudgetPendingTimelimitActions May only be set to true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sunHwCtrlPowerMgmtBudgetPendingPowerlimit 1.3.6.1.4.1.42.2.175.104.1.6.9.103
When committed, the value is applied to sunHwCtrlPowerMgmtBudgetPowerlimit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtBudgetPendingTimelimit 1.3.6.1.4.1.42.2.175.104.1.6.9.105
When committed, the value is applied to sunHwCtrlPowerMgmtBudgetTimelimit. A value of -1 instructs the system to use its' default value.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1..2147483647  

sunHwCtrlPowerMgmtBudgetPendingTimelimitActions 1.3.6.1.4.1.42.2.175.104.1.6.9.106
When committed, the value is applied to sunHwCtrlPowerMgmtBudgetTimelimitActions.
Status: current Access: read-write
OBJECT-TYPE    
  SunHwCtrlPowerMgmtBudgetTimelimitActions  

sunHwCtrlPowerMgmtConsumptionThresholds 1.3.6.1.4.1.42.2.175.104.1.6.10
OBJECT IDENTIFIER    

sunHwCtrlPowerMgmtConsumptionThreshold1 1.3.6.1.4.1.42.2.175.104.1.6.10.1
A threshold that determines if ILOM threshold events get generated based on the value of the system power consumption sensor (typically /SYS/VPS). Valid values are 0 (zero) when disabled; greater than 0 generates threshold crossing event.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1000000  

sunHwCtrlPowerMgmtConsumptionThreshold2 1.3.6.1.4.1.42.2.175.104.1.6.10.2
A threshold that determines if ILOM threshold events get generated based on the value of the system power consumption sensor (typically /SYS/VPS). Valid values are 0 (zero) when disabled; greater than 0 generates threshold crossing event.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..1000000  

sunHwCtrlPowerMgmtSampling 1.3.6.1.4.1.42.2.175.104.1.6.11
OBJECT IDENTIFIER    

sunHwCtrlPowerMgmtSamplingPeriod 1.3.6.1.4.1.42.2.175.104.1.6.11.1
Sampling period over which sunHwCtrlPowerMgmtSamplingMinimumPower, sunHwCtrlPowerMgmtSamplingMaximumPower and sunHwCtrlPowerMgmtSamplingAveragePower are calculated and reported, in seconds. Supported range and granularity are platform specific.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtSamplingTimestamp 1.3.6.1.4.1.42.2.175.104.1.6.11.2
Date and time at which the power consumption values were calculated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

sunHwCtrlPowerMgmtSamplingMinimumPower 1.3.6.1.4.1.42.2.175.104.1.6.11.3
Minimum measured power consumption during most recent sampling period, in watts
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtSamplingMaximumPower 1.3.6.1.4.1.42.2.175.104.1.6.11.4
Maximum measured power consumption during most recent sampling period, in watts
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlPowerMgmtSamplingAveragePower 1.3.6.1.4.1.42.2.175.104.1.6.11.5
Average measured power consumption during most recent sampling period, in watts
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

sunHwCtrlTpmEnable 1.3.6.1.4.1.42.2.175.104.1.7.1
sunHwCtrlTpmEnable is the principal control for any action being taken to change the access mode(s) of the TPM device. Any attempt to change sunHwCtrlTpmEnable when the host power is on will generate an inconsistentValue (or badValue for SNMPv1) error. When sunHwCtrlTpmEnable is set to false(2), no changes to sunHwCtrlTpmActivate will succeed, and the TPM device will be disabled during the next host power on event. If sunHwCtrlTpmEnable is set to true(1), the TPM device will be enabled during the next host power on. The default state of sunHwCtrlTpmEnable is false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sunHwCtrlTpmActivate 1.3.6.1.4.1.42.2.175.104.1.7.2
If sunHwCtrlTpmActivate and sunHwCtrlTpmEnable are both currently true(1) during a host power on event, the TPM device will be enabled and activated. If sunHwCtrlTpmActivate is currently false(2) and sunHwCtrlTpmEnable is currently true(1) during a host power on event, the TPM device will be enabled and deactivated. When sunHwCtrlTpmEnable is set to false(2), no changes to sunHwCtrlTpmActivate will succeed. The default state of sunHwCtrlTpmActivate is false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sunHwCtrlTpmForceClear 1.3.6.1.4.1.42.2.175.104.1.7.3
If sunHwCtrlTpmForceClear and sunHwCtrlTpmEnable are both currently true(1) during a host power on event, the TPM device state will be purged and the state of sunHwCtrlTpmForceClear will return to false(2). If sunHwCtrlTpmForceClear is currently true(1) and sunHwCtrlTpmEnable is currently false(2) during a host power on event, the TPM device will not be enabled, no action is taken with regard to the state of the TPM device, and sunHwCtrlTpmForceClear remains true(1). If sunHwCtrlTpmForceClear is currently false(2) and sunHwCtrlTpmEnable is currently true(1) during a host power on event, the TPM device will be enabled, no action is taken with regard to the state of the TPM device, and sunHwCtrlTpmForceClear remains false(2). When sunHwCtrlTpmEnable is set to false(2), no changes to sunHwCtrlTpmForceClear will succeed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

sunHwCtrlObjectsGroup 1.3.6.1.4.1.42.2.175.104.2.2.1
The group of current objects.
Status: current Access: read-write
OBJECT-GROUP