To implement clustering successfully, meet its prerequisites.
To meet the prerequisites
By default, CA Service Catalog uses these ports for clustering, using the AJP protocol:
If another application uses one of these port numbers, eliminate the duplication by using a different port number for either CA Service Catalog or the other application.
If you use a different port number for CA Service Catalog, then also replace the old port number with the new port number in the applicable clustering topics in this documentation. For example, if you change 8009 to a different port number, use the new port number instead of 8009 when you set up horizontal clustering for Service View.
This address is the value of the mcastAddr attribute within the Membership tag. This value is typically 228.0.0.4, as shown in the following sample specification:
<Membership className="org.apache.catalina.cluster.mcast.McastService" mcastAddr="228.0.0.4" mcastPort="45564" mcastFrequency="500" mcastDropTime="3000" />
If each clustered computer can ping the multicast address, then skip rest of the steps in this topic. If not, then complete the remaining steps.
netsh interface ip show joins
The system displays all the multicast addresses that this computer can ping.
Note: Update this file on all clustered computers before proceeding to the next step.
Note: If you use the same multicast address for both environments, use a different multicast port number for each environment.
You have met the prerequisites.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |