Previous Topic: Modify Policy Server Connection SettingsNext Topic: Select Load Balancing or Fail Over


Add More Policy Servers

To add more Policy Servers to the CA IdentityMinder installation instance, edit the FailoverServers entry in the ra.xml file.

Note: Include the primary Policy Server and all failover servers in the FailoverServers entry.

For each Policy Server, enter an IP address and port numbers for authentication, authorization, and accounting services. Use a semi-colon to separate entries as shown here:

<config-property>
	<config-property-name>FailoverServers</config-property-name>
	<config-property-type>java.lang.String</config-property-type>
	<config-property-value>
		172.123.123.123,44441,44442,44443;172.123.123.124,33331,
		33332,33333
	</config-property-value>
</config-property>