392 XML API basetype properties
sensors
Properties
Example
# show sensor-status
...
<OBJECT basetype="sensors" name="sensor" oid="1" format="rows">
<PROPERTY name="sensor-name" key="true" type="string">On-Board Temperature 1-Ctlr A
</PROPERTY>
<PROPERTY name="value" type="string">47</PROPERTY>
<PROPERTY name="status" type="string">OK</PROPERTY>
<PROPERTY name="status-numeric" type="string">3</PROPERTY>
<PROPERTY name="sensor-location" type="uint32">8</PROPERTY>
<PROPERTY name="sensor-type" type="uint32">3</PROPERTY>
</OBJECT>
...
Table 65 sensors properties
Name Type Description
sensor-name string Sensor name and location.
value string • For a sensor, its value.
• For overall unit status, one of the status values below.
status string • OK: The sensor is present and detects no error condition.
• Warning: The sensor detected a non-critical error condition. Temperature,
voltage, or current is between the warning and critical thresholds.
• Error: The sensor detected a critical error condition. Temperature, voltage,
or current exceeds the critical threshold.
• Unavailable: The sensor is present with no known errors, but has not
been turned on or set into operation because it is initializing. This typically
occurs during controller startup.
• Unrecoverable: The enclosure management processor (EMP) cannot
communicate with the sensor.
• Unknown: The sensor is present but status is not available.
• Not Installed: The sensor is not present.
• Unsupported: Status detection is not implemented.
status-numeric string Numeric equivalents for status values.
• 0: Unsupported
• 1: OK
• 2: Error
• 3: Warning
• 4: Unrecoverable
• 5: Not Installed
• 6: Unknown
• 7: Unavailable
sensor-location uint32 Sensor location in a controller enclosure.
• 1: Unknown
• 2: Overall unit status
• 5: Power supply unit
• 7: Enclosure
• 8: On board
sensor-type uint32 • 2: Overall unit status
• 3: Temperature
• 6: Capacitor charge
• 9: Voltage