Previous Topic: Configure Server InformationNext Topic: Using Content Packs


How to Verify Load Balancing

Verify your load balancing setup to help ensure that it runs efficiently. To verify your load balancing setup, follow this process:

  1. Sanity test the implementation, as follows:
  2. If you add or delete clusters after your initial setup, use the previous steps as a model to do the following: Update the workers.properties files to add the new cluster or remove the deleted cluster.
  3. We recommend that you cluster your load balancer computers to help avoid single-point-of-failure problems with an individual load balancer computer. For instructions, see the Apache website, www.apache.org, and other resources with expertise in clustering load balancer computers.
  4. Verify that all clustered nodes for CA Service Catalog and CA Workflow communicate efficiently with all load balancer computers using the telnet utility.
  5. If clusters do not run efficiently, verify that this communication exists and check for any network configuration problems. For example, in the following diagram, all the computers V1-V4 and W1-W3 clusters must be able to run the “telnet loadbalancer portno” command.

    For example, suppose your load balancer host name is abc and the port is 89. In that case, verify that you can successfully connect from all your clustered nodes. To do so, enter the following command from each node:

    telnet abc 89
    

    This picture specifies a suggested clustering setup with communication between all load balancer computers, all CA Workflow clusters, and all Service View clusters