Starting and stopping a Liberty server cluster

The collective controller provides a ClusterManager MBean that can be used to start or stop a Liberty server cluster.

Before you begin

The startCluster and stopCluster methods will start and stop all of the servers in the cluster serially. If the size of a cluster is large, the operation can take a long time to complete. The expected execution time is O(N) where N is the number of servers in the cluster. The total time for the operation is approximately N*(server_start_time). If you are starting 100 severs that take 6 seconds to start, for example, the startCluster operation will take approximately 600 seconds (10 minutes).


Icon that indicates the type of topic Task topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Wednesday, 22 May 2013
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=twlp_start_stop_cluster
File name: twlp_start_stop_cluster.html