inservice

Use this command to activate an IPv4 or IPv6 web cache, server farm, or cache server.

Syntax

inservice
no inservice

Parameters

None.

Defaults

None.

Mode

Configuration command, Cache Server Configuration.
Configuration command, Web Cache Configuration mode.
Configuration command, Web Cache Server Farm Configuration mode.

Usage

Enter the inservice command after all other parameters are configured for the server farm cache server or web cache context. For a web cache or cache server the default is no inservice. A web cache server farm is inservice by default.

Examples

This example sets the maximum number of connections for cache server 186.89.10.51 to 100 and activates the server:

System(rw-config)->ip twcb wcserverfarm s1Server
System(rw-config-twcb-wcsfarm)->cache 186.89.10.51
System(rw-config-twcb-cache)->maxconns 100
System(rw-config-twcb-cache)->inservice

This example adds the serverfarm farm s1Server to the web cache cache1 and activates the web cache:

System(rw-config)->ip twcb webcache cache1
System(rw-config-twcb-webcache)->serverfarm s1Server
System(rw-config-twcb-webcache)->inservice

This example sets the maximum number of connections for cache server 2001:abcd::5 to 100 and activates the server:

System(rw-config)->ipv6 twcb wcserverfarm s2Server
System(rw-config-twcb-wcsfarm)->cache 2001:abcd::5
System(rw-config-twcb-cache)->maxconns 100
System(rw-config-twcb-wcsfarm)->inservice