The following examples demonstrate how to start a server group in WebSphere Application Server V4.0 and V5.x:
ServerGroup start /ServerGroup:cluster1/
Using Jacl:
set clusterMgr [$AdminControl completeObjectName WebSphere:type=ClusterMgr,*] $AdminControl invoke $clusterMgr "retrieveClusters" "" set cl1 [$AdminControl completeObjectName type=Cluster,name=cluster1,*] $AdminControl invoke $cl1 start