Specifying a fault processing method
Perform this task to specify one of the following fault processing methods for a server farm:
Keep—Does not actively terminate the connection with the failed real server. Keeping or terminating the connection depends on the timeout mechanism of the protocol.
Reschedule—Redirects the connection to another available real server in the server farm.
Reset—Terminates the connection with the failed real server by sending RST packets (for TCP packets) or ICMP unreachable packets (for other types of packets).
To specify a fault processing method:
Step | Command | Remarks |
---|---|---|
1. Enter system view. | system-view | N/A |
2. Enter server farm view. | server-farm server-farm-name | N/A |
3. Specify a fault processing method for the server farm. | fail-action { keep | reschedule | reset } | By default, the fault processing method is keep. All available connections are kept. |