White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
52 
8  Power State Management 
8.1  Description of Base Server vs Power State Management Methods 
The remote control of a server power state (On, Off) and methodology for cycling power is available 
through data models specified in both the DMTF Base Server Profile and the DMTF Power State 
Management Profile. The Base Server Profile offers the RequestStateChange() method on the instance 
of the CIM_ComputerSystem class representing the server platform. The Power State Management 
Profile offers the RequestPowerStateChange() method available on the instance of the 
PowerStateManagmentService associated with the instance of CIM_ComputerSystem representing the 
server platform. 
Base Server Profile: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1004_1.0.1.pdf  
Power State Management Profile: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1027_2.0.0.pdf 
8.2  Get Power State 
8.2.1  Base Server Method 
The power state of the system is reported by the EnabledState property of the DCIM_ComputerSystem 
class. 
Base Server Profile: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1004_1.0.1.pdf  
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/DCIM_ComputerSystem 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_ComputerSystem> 
 <n1:CreationClassName>DCIM_ComputerSystem 
</n1:CreationClassName> 
 <n1:Dedicated>0</n1:Dedicated> 
 <n1:ElementName/> 










