To use load balancing across a Federation Manager deployment, set up two or more Federation Manager systems.
To support load balancing with Federation Manager
Note: Federation Manager can run in standalone or proxy mode, but the servers must use the same mode.
The Configure System Settings dialog displays.
Each Federation Manager system must use the same virtual host name. The virtual host name is the host you specify for the Server Name in the Apache Configuration when you run the Configuration wizard. If Federation Manager uses more than one virtual host or domain, modify the server.conf file to include the additional entries.
To modify the server.conf file
<VirtualHost name="default">
hostnames="defaultbaseurl.ca.com:80, newbaseurl.ca.com:80"
</VirtualHost>
Note: Specify multiple host_name:port entries for the hostnames setting, separating each entry with a comma.
Example:
<VirtualHost name="default"
hostnames=lb5.ca.com:80
</VirtualHost>
To migrate key/certificate pairs for non-SSL communication, do the following:
Note: If you change you any aspect of the certificate configuration on one system, make the same changes to all other systems. Change the configuration using the Certs and Keys page in the UI. Changes can include adding or removing certificates, keys, or CRL data.
Access the Federation Manager UI locally, without going through the load balancer. If the other Federation Manager systems are up and running, enable administration on only one system. If the administration system is disabled at any time, log in a different system and reenable administration.
Now that all Federation Manager systems are pointing to the same database, the load balancer configured previously, can balance traffic between the systems.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |