Chapter 4: Using the Command Line Interface
156
•
<hy_value> is a numeric value that is assigned to the hysteresis for the specified environmental sensor. Refer to
"To
De-assert" and Deassertion Hysteresis
in the PDU With RackLink User Manual at
www.middleatlantic.com/resources/power-downloads.aspx.
•
<as_value> is a number in samples that is assigned to the assertion timeout for the specified environmental sensor. It
ranges between 1 and 100. Refer to
Configuring An Assertion Timeout
in
the PDU With RackLink User
www.middleatlantic.com/resources/power-downloads.aspx.
Examples
This section illustrates several environmental sensor threshold configuration examples.
Example 1 - Upper Critical Threshold for a Temperature Sensor
The following command sets the Upper Critical threshold of the environmental "temperature" sensor with the ID number 2
to 40 degrees Celsius. It also enables the upper critical threshold if this threshold has not been enabled yet.
config:#
sensor externalsensor 2 temperature upperCritical 40
Example 2 - War ning T hresholds for Inlet Sensors
The following command sets both the Upper Warning and Lower Warning thresholds for the inlet 1 RMS current.
config:#
sensor inlet 1 current upperWarning 20 lowerWarning 12
Results:
•
The Upper Warning threshold for the inlet 1 RMS current is set to 20A. It also enables the upper warning threshold if
this threshold has not been enabled yet.
•
The Lower Warning threshold for the inlet 1 RMS current is set to 12A. It also enables the lower warning threshold if
this threshold has not been enabled yet.
Example 3 - Upper Thresholds for Overcurrent Protector Sensors
The following command sets both the Upper Critical and Upper Warning thresholds for the 2nd overcurrent protector.
config:#
sensor ocp 2 current upperWarning enable upperCritical 16
Results:
•
The Upper Critical threshold for the 2nd overcurrent protector's RMS current is set to 16A. It also enables the upper
critical threshold if this threshold has not been enabled yet.
•
The Upper Warning threshold for the 2nd overcurrent protector's RMS current is enabled.
Actuator Configuration Commands
An actuator configuration command begins with
actuator
. You can configure the name and location parameters of an
individual actuator.