[jboss-user] [Clustering/JBoss] - Re: Monitoring nodes partecipating in the cluster

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jan 26 22:07:08 EST 2009


Let's assume you don't start JBoss with the -g switch, so your HAPartition is named "DefaultPartition".

For AS 5:


  | [bes at besdev bin]$ ./twiddle.sh get jboss:service=HAPartition,partition=DefaultPartition CurrentView
  | CurrentView=[127.0.0.1:1099]
  | 

For AS 4:


  | [bes at besdev bin]$ ./twiddle.sh get jboss:service=DefaultPartition CurrentView
  | CurrentView=[127.0.0.1:1099]
  | 

If you start with -g, e.g. "./run.sh -c all -g MyPartition" then replace "DefaultPartition" in the above with "MyPartition".

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204864#4204864

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204864



More information about the jboss-user mailing list