Installation Guide › JBoss Version › Installation on a JBoss Cluster › How to Install CA Identity Manager on a JBoss Cluster › Test the Default Multicast Address
Test the Default Multicast Address
The run script uses a multicast address, either the default address or an alternative address supplied by your network administrator.
To test the default multicast address
- Run sender on first node as follows:
- Navigate to jboss-home-1/server/all/lib.
- Run: java -cp jgroups.jar org.jgroups.tests.McastSenderTest -mcast_addr 224.10.10.10 -port 5555
- Run receivers on other nodes in the cluster as follows:
- Navigate to jboss-home-N/server/all/lib.
N represents the next node in the cluster.
- Run: java -cp jgroups.jar org.jgroups.tests.McastReceiverTest -mcast_addr 224.10.10.10 -port 5555
- Send a message from the first node as follows:
- On the console of the first node, enter any text and press enter.
- Confirm that a reply appears, to acknowledge the text was sent.
- Confirm that the message appears on the console of all other nodes in the cluster.
- If either the send or receive test fails, ask your network administrator to provide a multicast address that works and repeat this test.