WebLogic Server cluster status
Some times the WebLogic Server logs showing that one of the managed server removed from the cluster... How to confirm in faster way or from commandline...
it is pretty simple way is...
java weblogic.Admin -url adminserver:port -username user -password passwd CLUSTERSTATE -nameofthecluster
Nice information.It is useful for my oracle weblogic training.
ReplyDeleteUseful information..
ReplyDeleteWeblogic Admin Training
Hello Pavan,
ReplyDeleteI am getting following error when running running this. I have already source setDomainEnv.sh
[oracle@host01 bin]$ java weblogic.Admin -url 192.168.1.15:7001 -username weblogic -password passenger CLUSTERSTATE -cluster1
Error: Could not find or load main class weblogic.Admin
thanks!
sorry this is my syntax. what am i doing wrong?
ReplyDelete[oracle@host01 bin]$ java weblogic.Admin -url t3://192.168.1.15:7001 -username weblogic -password passenger CLUSTERSTATE -cluster1
Error: Could not find or load main class weblogic.Admin