Setting up the cluster machines
To set up an HTTP server cluster using Load Balancer Dispatcher:
- Ensure that the Load Balancer server and the HTTP servers are on the same LAN segment.
- Ensure that the Load Balancer server can ping the Web servers.
- Ensure that each HTTP server is operational.
- Allocate a network address for the cluster, such as www.itso.ibm.com. This is the address that the browser will point to in order to access the site (http://www.itso.ibm.com).
- Save a map of the routing tables of the HTTP server machines for later reference. Use the commands netstat -ar on UNIX or route print on Windows, redirecting the output to a file.
- Add an alias to the loopback interface on the clustered HTTP servers. On AIX, use the command:
- Check the routing table and delete any extra routes to your network. An AIX example would be:
route delete -net network_address cluster_address
- On each HTTP server, check that you can ping the alias address.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.