9. WS-Management
9.3 Sensor Information
You can get sensor information either by enumeration of all sensors or by retrieving specified sensor.
9.3.1
Enumuration
Run the following command to enumerate sensors that have threshold values (e.g.: system power,
temperature, voltage, fan speed) with WinRM.
winrm enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_NumericSensor
-username:USERNAME -password:PASSWORD -r:PROTOCOL://IP_ADDRESS/wsman -auth:basic
-encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheck
Run the following command to enumerate sensors that do not threshold values (e.g.: events and sensors that
show statuses of processor, power supply module, memory, and fan) with WinRM.
winrm enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Sensor
-username:USERNAME -password:PASSWORD -r:PROTOCOL://IP_ADDRESS/wsman -auth:basic
-encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheck
• Specify the IP address of EXPRESSSCOPE Engine SP3 for "IP_ADDRESS", and
login user name and login password for ”USERNAME/PASSWORD”
example.
• Specify http or https for "PROTOCOL" in the example.
Express5800/A1040b, A2040b, A2020b, A2010b User's Guide
455