The following example queries the state of the cluster:
Using Jacl:
set cluster [$AdminControl completeObjectName cell=mycell,type=Cluster,name=cluster1,*This command returns the Cluster MBean.
Example output:
WebSphere:cell=mycell,name=cluster1,mbeanIdentifier=Cluster,type=Cluster,process=cluster1
Using Jacl:
$AdminControl getAttribute $cluster stateThis command returns the value of the run-time state attribute.