IS Clustering Test

Hi,

I just installed 2 instances of IS and configured them in a clustered environment and I see both servers under each IS admin clustering page. My question is; how do I do a simple test to demonstrate that clustering is working between 2 servers? I know I need to use replication to sync both servers, but is there a quick way to demonstrate clustering on a vanilla installation?

Thanks.

I normally check IS server log for a message indicating that the server has joined the cluster, something like the following.

2010-02-02 17:16:49 EST [ISS.0033.0109I] Added server : to cluster “”

From 7.x verion using Tangosol Coherence for clustering you can verify it by below command simultaneously from both the hosts and confirm.

java /common/lib/ext/tangosol.jar com.tangosol.net.MulticastTest -local -group : -ttl

Regards,
Monish