try-every-server

This command specifies the retry-behavior for a failed attempt.

Syntax

try-every-server { on | off }

Parameters

on
Sends the requests to each server until one responds or all fail. Each server that fails is set to the softdown state.
off
Does not attempt to contact other members. This setting is the default value.

Guidelines

The try-every-server sends the request to each server until one responds or all fail. This command applies only when none of the group members are in the up state. Each server that fails is set to the softdown state.

Example

Contact all member server before failure.
# try-every-server on
#