faildetect type

Use this command to set whether fail detection is active or inactive for an IPv4 or IPv6 cache server configuration context.

Syntax

faildetect type {none | probe}
no faildetect type

Parameters

none Specifies that fail detection is inactive and TWCB sets the cache server‘s operational state to UP, regardless of the actual operational state of the cache server.
probe Specifies that fail detection is active. Fail detection monitors the cache server in accordance with its configuration. The default faildetect type is probe.

Defaults

The faildetect type defaults to probe.

Mode

Configuration command, TWCB Cache Server Configuration mode.

Usage

The faildetect type configuration determines whether fail detection is active or inactive for an IPv4 or IPv6 cache server context.

The no faildetect type command resets the fail detection type to the default value of probe.

Examples

This example shows how to set the faildetect type to none for cache server 101.10.1.251 port 80 of the s1Server server farm and 2001:abcd::5 port 80 of the s2Server server farm:

System(su-config)->ip slb serverfarm s1Server
System(su-config-twcb-wcsfarm)->cache 101.10.1.251
System(su-config-twcb-cache)->faildetect type none
System(su-config-twcb-cache)->inservice
System(su-config-twcb-cache)->exit
System(su-config-twcb-wcsfarm)->exit
System(su-config)->ip slb serverfarm s2Server
System(su-config-twcb-wcsfarm)->cache 2001:abcd::5
System(su-config-twcb-cache)->faildetect type none
System(su-config-twcb-cache)->inservice
System(su-config-twcb-cache)->