Chapter 4: Using the Command Line Interface
156
Example - Actuator Naming
The following command assigns the name "Door lock" to the actuator whose ID number is 9.
config:#
actuator 9 name "Door lock"
Component Reachability Configuration Commands
You can use the CLI to add or delete an device, from the component reachability list, or modify the settings for a monitored
device. A component reachability configuration command begins with
componentReachability
.
Adding a Monitored Device
This command adds a new device to the component reachability list.
config:#
componentReachability add <IP_host> <enable> <succ_ping> <fail_ping>
<succ_wait> <fail_wait> <resume> <disable_count>
Variables:
•
<IP_host> is the IP address or host name of the device that you want to add.
•
<enable> is one of the options:
true
or
false
.
Option
Description
true
Enables the ping monitoring feature for the newly added device.
false
Disables the ping monitoring feature for the newly added device.
•
<succ_ping> is the number of successful pings for declaring the monitored device "Reachable." Valid range is 0 to 200.
•
<fail_ping> is the number of consecutive unsuccessful pings for declaring the monitored device "Unreachable." Valid
range is 1 to 100.
•
<succ_wait> is the wait time to send the next ping after a successful ping. Valid range is 5 to 600 (seconds).
•
<fail_wait> is the wait time to send the next ping after a unsuccessful ping. Valid range is 3 to 600 (seconds).
•
<resume> is the wait time before the PDU resumes pinging after declaring the monitored device "Unreachable." Valid
range is 5 to 120 (seconds).
•
<disable_count> is the number of consecutive "Unreachable" declarations before the PDU disables the ping monitoring
feature for the monitored device and returns to the "Waiting for reliable connection" state. Valid range is 1 to 100 or
unlimited
.