To enable failover in a Federation Manager deployment, a primary and a secondary Federation Manager system must be installed and configured.
Important! For SSL-enabled failover environments, follow the instructions to enable SSL for a failover environment.
To support failover with a new Federation Manager installation
Note: Federation Manager can run in standalone or proxy mode, but the primary and secondary server must use the same mode.
The Configure System Settings dialog displays.
If Federation Manager uses more than one virtual host or domain, modify the server.conf file to include all 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>
Both Federation Manager systems are pointing to the same database. A proxy server or load balancer can be set up to failover from the primary system to the secondary.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |