
<n1:RequestedStatesSupported>3</n1:RequestedStatesSupported>
<n1:RequestedStatesSupported>11</n1:RequestedStatesSupported>
<n1:StateAwareness xsi:nil="true"/>
</n1:DCIM_CSEnabledLogicalElementCapabilities>
8.3.2 Power State Management Method
The power control capabilities are also reported by the
PowerStatesSupported
property of the
CIM_PowerManagementCapabilities
(PMC) class associated with the
CIM_PowerManagementService
(PMS) class. Getting the instance of PMC is a two step process. First, enumerate the instance of PMS
with EPR. Second, enumerate the associated PMC class. When there is only one instance of PMC class
as in the case of iDRAC, the first step may be skipped and the PMC class may be enumerated directly.
Power State Management Profile:
http://www.dmtf.org/sites/default/files/standards/documents/DSP1027_2.0.0.pdf
EXAMPLE (iDRAC case):
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/
2/CIM_PowerManagementCapabilities
?__cimnamespace=root/dcim
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
When the
PowerStatesSupported
property contains the value in the “PowerStatesSupported
Value” column, the
PowerChangeCapabilities
property shall contain the value specified in the
“PowerChangeCapabilities Value” column.
PowerStatesSupported Value
PowerChangeCapabilites Value
(Power Cycling Supported)
(Off Hard Power Cycling Supported)
(Diagnostic Interrupt (NMI))
(Power Off - Soft Graceful)
(Graceful Shutdown Supported)
(Power Off - Hard Graceful)
(Graceful Shutdown Supported)
(Master Bus Reset Graceful)
(Graceful Shutdown Supported)
(Power Cycle (Off - Soft Graceful))
(Power Cycling Supported) and
(Graceful Shutdown Supported)
(Power Cycle (Off - Hard Graceful))
(Off Hard Power Cycling Supported) and
Kommentare zu diesen Handbüchern