HP Insight Management WBEM Providers for HP integrated VMware ESXi Data Sheet

HP Insight Management WBEM System Temperature Sensor Provider 334
SMX_NumericSensor Class
The SMX_NumericSensor class implements the HP_NumericSensor and is used to model temperature
sensors on servers.
The following table lists the properties implemented.
Property Name Property Implementation
CIM_ManagedElement
Caption
“Temperature Sensor <sensorID>”
Where: <sensorID> is the name displayed by the MP or iLO.
For example:
Temperature Sensor Temp 1
Description
“Temperature Sensor <sensorID> detects for
NumericSensorType.StatusDescription”
Where: <sensorID>” is the name displayed by the MP or iLO
represents the number of the temperature sensor instance,
NumericSensorType represents the value of
NumericSensorTypeand StatusDescription represents the value
of StatusDescriptions[0].
ElementName
“Temperature Sensor <sensorID>”
Where: <sensorID> is the name displayed by the MP or iLO.
For example:
Temperature Sensor Temp 1
CIM_ManagedSystemElement
OperationalStatus[0]
2 (OK) – if temperature reported by the sensor is within normal
operating range;
2 (OK) – if temperature reported by the sensor has exceeded its
non-critical threshold and has set fans to full speed;
6 (Error) – if temperature reported by the sensor has exceeded its
threshold and the system is gracefully shutting down.
StatusDescriptions[0]
Temperature reported by the sensor is within normal
operating range – if temperature reported by the sensor is within
normal operating range;
Temperature reported by the sensor has exceeded its
non-critical threshold and the fans have been set to
full speed – if temperature reported by the sensor has exceeded
its threshold and has set fans to full speed;
Temperature reported by the sensor has exceeded its
threshold and the system is gracefully shutting down
if OperationalStatus is 6 (Error)
HealthState
5 (OK) – if OperationalStatus[0] value is 2 (OK);
20 (Major Failure) – if OperationalStatus[0] value is 6 (Error)