Stop a cluster
The following example stops a cluster:
- Identify the Cluster MBean and assign it to the cluster variable.
This command returns the Cluster MBean.set cluster [$AdminControl completeObjectName cell=cellname,type=Cluster,name=cluster1]Example output:
WebSphere:cell=cellname,name=cluster1,mbeanIdentifier=Cluster,type=Cluster,process=cluster1- Stop the cluster.
This command invokes the stop operation on the Cluster MBean.$AdminControl invoke $cluster stop
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.