Configure High Availability Command Center

You can configure high availability setups to provide uninterrupted and reliable access to Command Center operations.

Before You Begin

Get the right hardware for the Web Server and Command Center hosts.

Procedure

  1. In your CommCell environment, install two Web Servers and two Command Centers.

    Verify that Command Center1 points to Web Server1 and Command Center2 points to Web Server 2.

  2. Configure a common domain name on your load balancer software to access the Command Centers.

  3. Set up rules on your load balancer software to allow sticky sessions (also called as session affinity and persistent sessions) for the two Command Centers.

    Note

    The load balancer will access the Command Centers through ports 443 (https) and 80 (http).

    If the load balancer is using SSL offloading, on each Command Center, update the connector port configuration in the Software_Installation_Directory\Apache\Conf\server.xml file:

    1. Optional: Modify the server attribute to reflect the Command Center server used during the user session.

    2. To allow your SSL setup work, configure scheme, secure, proxyPort, and proxyName attributes. These attributes force Tomcat to reply in HTTPS on any HTTP requests.

      <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="443" server="CV WC1" compression="on" noCompressionUserAgents="gozilla,traviata" compressionMinSize="500" compressableMimeType="text/html,text/json,application/json,text/xml,text/plain,application/javascript,text/css,text/javascript,text/js" useSendfile="false" scheme="https" secure="true" proxyPort="443" proxyName="the.loadbalancer.fqdn" />
      
×

Loading...