Transition Networks, Inc.
IONPS-D-R1 User Guide
33707 Rev. A
Page
24
of
50
Set Power Supply or Fan STID
Command
:
Set PS Sensor Threshold Parameters
Syntax
:
set sensor stid
=(notification/relation/severity/value)
Description
:
Sets the current IONPS-A-R1 Sensor Transaction ID (stid) settings. The STID is used for power
supply / sensor configuration via the set sensor stid command to define notification,
relation, severity, and value parameters. The
show power config
command displays the power
supply sensors information. The STID is shown in the Web interface at the Power Supply tab >
Temp, Volt, Power, and Fan sub-tabs.
The
stid
is the port number, where Temperature = port 1, Voltage = port 2, Power = port 3, and
Fan = port 4.
The
stid
(Sensor Transaction ID) parameters are:
notification
: select true to be informed of Temperature Sensor events, or select false to not receive notification
of Temperature Sensor events. If this value is false (disabled), then no SensorThresholdNotification will be
generated on this device. If this value is true (enabled), then whether a SensorThresholdNotification for a
threshold will be generated or not depends on the instance value of SensorThresholdNotificationEnable for that
threshold.
relation
: Less Than (<), Less Or Equal (>), Greater Than (>), Greater Or Equal (>), Equal To (=), or Not Equal To
(≠), where:
LessThan: if the sensor value is less than the threshold value.
LessOrEqual: if the sensor value is less than or equal to the threshold value.
GreaterThan: if the sensor value is greater than the threshold value.
GreaterOrEqual: if the sensor value is greater than or equal to the threshold value.
EqualTo: if the sensor value is equal to the threshold value.
NotEqualTo: if the sensor value is not equal to the threshold value.
Relation indicates the relation between sensor value (entSensorValue) and threshold value
(ionEntSensorThresholdValue), required to trigger the alarm.
When evaluating the relation, entSensorValue is on the left of SensorThresholdRelation, and
SensorThresholdValue is on the right (e.g., entSensorValue ≥ SensorThresholdValue).
severity
: select minor, major, critical or other. Critical is the most severe, Major is the next most severe, and
Minor is the least severe. The system might shut down the sensor associated FRU automatically if the sensor
value reaches the Critical problem threshold.
value
: defines the value of the threshold (e.g., for a Major threshold severity selection, set a relation of Greater
than or equal to 65 as the requirement for notification). To correctly display or interpret this variable's value,
you must also know the SensorType, SensorScale, and SensorPrecision. However, you can directly compare
SensorValue with the threshold values given in the SensorThresholdTable without any semantic knowledge.
Example
:
Below is an example of CLI commands for all 4 ports (sensors) and all thresholds:
Agent III C1|S22|L1D>
go l1p=1
(Temperature)
Agent III C1|S22|L1P1>
set sensor stid=1 notif=enable
Agent III C1|S22|L1P1>
set sensor stid=1 value=10
Agent III C1|S22|L1P1>
set sensor stid=2 severity=major
Agent III C1|S22|L1P1>
set sensor stid=2 notif=enable
Agent III C1|S22|L1P1>
set sensor stid=3 notif=enable
Agent III C1|S22|L1P1>
set sensor stid=4 relation=greaterThan