Chapter 5: Using the Command Line Interface
config:# serverReachability modify <n> numberOfFailuresToDisable
Variables:
• <n> is a number representing the sequence of the IT device in the
server monitoring list.
• <IP_host> is the IP address or host name of the IT device whose
settings you want to modify.
• <option> is one of the options:
true
or
false
.
true Enables the ping monitoring feature for the
monitored device.
false Disables the ping monitoring feature for the
monitored device.
• <succ_number> is the number of successful pings for declaring the
monitored device "Reachable." Valid range is 0 to 200.
• <fail_number> 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 BCM2 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 BCM2 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
.
Example - Server Settings Changed
The following command modifies several ping monitoring settings for the
second server in the server reachability list.
config:#
serverReachability modify 2 numberOfSuccessfulPingsToEnable 10
numberOfUnsuccessfulPingsForFailure 8
waitTimeAfterSuccessfulPing 30