Sensor Information; Enumeration Of All Sensors; Retrieving Specified Sensor - NEC EXPRESSSCOPE Engine 3 User Manual

Hide thumbs Also See for EXPRESSSCOPE Engine 3:
Table of Contents

Advertisement

SENSOR INFORMATION

You can get sensor information either by enumeration of all sensors or by retrieving specified
sensor.

Enumeration of All Sensors

Enter the following command, if you enumerate numeric sensors (e.g.: temperature, voltage)
with WinRM.
winrm enumerate
http://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 -skipRevocationcheck
Enter the following command, if you enumerate non-numeric sensors (e.g.: PSU, HDD) with
WinRM.
winrm enumerate
http://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 -skipRevocationcheck
Change according to your environment.
"IP_ADDRESS" : IP address of EXPRESSSCOPE Engine 3.
"USERNAME/PASSWORD": username/password of EXPRESSSCOPE
Engine 3.

Retrieving Specified Sensor

You can retrieve the sensor by specifying sensor number.
Enter the following command, if you retrieve the sensor of sensor number 48 with the
WinRM.
winrm get
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_NumericSensor?Syste
mCreationClassName=CIM_ComputerSystem+CreationClassName=CIM_NumericS
ensor+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 -skipRevocationcheck
Change according to your environment.
"IP_ADDRESS" : IP address of EXPRESSSCOPE Engine 3.
"USERNAME/PASSWORD": username/password of EXPRESSSCOPE
Engine 3.
Specify the "Device ID" returned in the response of enumerating all
sensors.
-
-
69

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents