To start a cluster, use the following example. These commands invoke the
start operation on the cluster MBean:
Using Jacl:
$AdminControl invoke $cluster start
Using Jython:
AdminControl.invoke(cluster, 'start')
Use the following example to RippleStart a cluster. RippleStart combines
stopping and starting operations. It first stops and then restarts each member
of the cluster. For example, your cluster contains 3 cluster members named
server_1, server_2 and server_3. When you click RippleStart, server_1 stops
and restarts, then server_2 stops and restarts, and finally server_3 stops
and restarts. Use the RippleStart option instead of manually stopping and
then starting all of the application servers in the cluster. The following
commands invoke the rippleStart operation on the cluster MBean:
Last updated: Mar 8, 2007 8:14:28 PM CST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/txml_startcluster.html