(1) Retry function for recovery monitoring in GS linkage mode
Previously, in the GS linkage mode, recovery monitoring by ping commands determined a target to have recovered when a single ping was successfully returned.
The new version allows for setting the retry count of ping monitoring so that the function determines that the transfer path is recovered when ping is successful for several times.
For information on retry count, see "(2) hanetobserv command ".
Recovery detection time:
Recovery detection time = recovery monitoring interval (in seconds) + recovery monitoring interval (in seconds) x retry count (times) |
The default value would look like the following.
5 sec = 5 sec
When the retry count is 2 times, the value would look like the following.
15 sec = 5 sec + 5 sec x 2 time
Before modification
When ping is successful one time by the recovery monitoring function in GS linkage mode, the function determines that the transfer path is recovered.
After modification
When ping is successful for several times by the recovery monitoring function in GS linkage mode, the function determines that the transfer path is recovered.