Setting up the automatic failback function

Dynamic Link Manager (for Linux®) User Guide

Version
9.0.x
Audience
anonymous
Part Number
MK-92DLM113-64
ft:lastEdition
2025-11-06

When intermittent error monitoring is enabled and the number of error occurrences is 2 or more, the following condition must be satisfied.

error-monitoring-interval >= checking-interval-for-automatic-failbacks × number-of-times-an-error-is-to-occur-during-intermittent-error-monitoring

If this condition is not satisfied, an error will occur and the warning message KAPL01080-W will be output.

If this happens, change any of the following settings: the checking interval for automatic failbacks, the intermittent error-monitoring interval, or the number of times that the error needs to occur.

If you set the number of times that the error needs to occur to 1, the above condition does not need to be satisfied.

The following is an example of setting up automatic failback by using a command:

# /opt/DynamicLinkManager/bin/dlnkmgr set -afb on -intvl 10

To enable the automatic failback function, set it to on. The checking interval can be specified by the -intvl parameter. The previously specified value will be applied when a checking interval is not specified. For example, if you turn off the automatic failback function after the checking interval was specified as 5 minutes, and then you turn it back on (but without specifying a checking interval) the 5 minutes that were specified from before will be used again.