Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- C Series
- Web Application Server on C Series Controllers Overview
- Configuring the Nodes in the Web Application Server Cluster (SRC CLI)
- Configuring the Web Application Server (SRC CLI)
- Configuring Local Properties for the Web Application Server (SRC CLI)
- Viewing the Web Application Server Cluster Status (SRC CLI)
Configuring the Web Application Server Shared Cluster Configuration (SRC CLI)
Use the following statements to configure a Web application server shared cluster configuration:
shared application-server cluster name {channel-stack (udp|tcp);multicast-address multicast-address;}
To configure the Web application server shared cluster configuration:
- From configuration mode, access the statement that configures
the shared cluster configuration. The name you specify must match
the name you configured for the local configuration at the [edit
slot 0 application-server] hierarchy level. user@host# edit shared application-server cluster name
For example, if you have the following local configuration:
[edit slot 0 application-server]shared-cluster /application-server/cluster-1You need to specify cluster-1 as the cluster name for the shared configuration:
user@host# edit shared application-server cluster cluster-1 - Configure the channel stack. [edit shared application-server cluster cluster-1] user@host# set channel-stack (udp|tcp)
- (Optional) Specify the multicast address. The multicast
address is required only if UDP is selected as the channel stack.[edit shared application-server cluster cluster-1] user@host# set multicast-address multicast-address
- (Optional) Verify your configuration. [edit shared application-server cluster cluster-1] user@host# show
channel-stack tcp; [edit shared application-server cluster cluster-1] user@host#
Related Documentation
- C Series
- Web Application Server on C Series Controllers Overview
- Configuring the Nodes in the Web Application Server Cluster (SRC CLI)
- Configuring the Web Application Server (SRC CLI)
- Configuring Local Properties for the Web Application Server (SRC CLI)
- Viewing the Web Application Server Cluster Status (SRC CLI)