SENSOR INFORMATIONYou can get sensor information either by enumeration of all sensors or by retrieving specifiedsensor.Enumeration of All SensorsEnter the following command, if you enumerate numeric sensors (e.g.: temperature, voltage)with WinRM.winrm enumeratehttp://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_NumericSensor-username:USERNAME -password:PASSWORD -r:https://IP_ADDRESS/wsman-auth:basic -encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheckEnter the following command, if you enumerate non-numeric sensors (e.g.: PSU, HDD) withWinRM.winrm enumeratehttp://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Sensor-username:USERNAME -password:PASSWORD -r:https://IP_ADDRESS/wsman-auth:basic -encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheckChange according to your environment.“IP_ADDRESS” : IP address of EXPRESSSCOPE Engine 3.“USERNAME/PASSWORD”: username/password of EXPRESSSCOPEEngine 3.Retrieving Specified SensorYou can retrieve the sensor by specifying sensor number.Enter the following command, if you retrieve the sensor of sensor number 48 with theWinRM.winrm get"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_NumericSensor?SystemCreationClassName=CIM_ComputerSystem+CreationClassName=CIM_NumericSensor+SystemName=Unknown.IPMI BMC DeviceID.32+DeviceID=1.48.0.32.1.99"-r:https://IP_ADDRESS/wsman -username:USERNAME -password:PASSWORD-auth:basic -encoding:utf-8 -skipCAcheck -skipCNcheck -skipRevocationcheckChange according to your environment.“IP_ADDRESS” : IP address of EXPRESSSCOPE Engine 3.“USERNAME/PASSWORD”: username/password of EXPRESSSCOPEEngine 3.Specify the “Device ID” returned in the response of enumerating allsensors.- 69 -