Documentation, Support, and Training
Understanding ILOM on the Switch
Administering ILOM (Web Interface)
Understanding Switch-Specific Commands
activate Command (switch-specific)
deactivate Command (switch-specific)
Displays real-world sensor data. Issued on the CMC.
sensordata [IPMB_address [sensor_name | [lun:]sensor_number]]
where:
IPMB_address is the IPMB bus address of the component.
sensor_name is the identifier string for the sensor.
sensor_number is the number of the sensor.
This CLIA command shows the actual value of the specified sensor (for a threshold-based sensor) or the currently asserted states (for a discrete sensor).
The following information is shown for each sensor:
IPMB address of the owning IPM controller.
Sensor number, sensor name (device ID string from the SDR), and the LUN by which the sensor can be accessed.
The sensor type and event-reading type code.
The sensor value (for threshold-based sensors) or the mask of currently asserted states (for discrete sensors) in raw form.
The threshold crossing status, in hexadecimal format and with decoding.
The following example shows how to display temperature values for LM75_0 on line card 8 at address 92 with the sensordata command.
# clia sensordata 92 2
Pigeon Point Shelf Manager Command Line Interpreter
92: LUN: 0, Sensor # 2 ("LM75_0")
Type: Threshold (0x01), "Temperature" (0x01)
Belongs to entity (0x03, 0x60): FRU # 0
Status: 0xc0
All event messages enabled from this sensor
Sensor scanning enabled
Initial update completed
Raw data: 30 (0x1e)
Processed data: 30.000000 degrees C
Status: 0x00
#