Starting clusters
You can start all members of a cluster at the same time by requesting that the state of a cluster change to running. That is, you can start all application servers in a server cluster at the same time.
Before you begin
Make sure that the members of your cluster have the debug port properly set. If multiple servers on the same node have the same debug port set, the cluster could fail to start. Read about how to change the debug port in the topic about Java™ virtual machine settings.
If you use the Windows Services facility to start and stop application servers that are part of a cluster, remember that the cluster state does not always update correctly. For example, if a cluster is running and you stop a cluster member through the Services GUI, the cluster state remains as started even though the server is no longer running.
If you want cluster member components to dynamically start as they are needed by the installed applications, verify that the Start components as needed option is selected in the configuration settings for each of the cluster members before you start the cluster. Selecting this option can improve cluster startup time, and reduce the memory footprint of the cluster members. Starting components as they are needed is most effective if all of the applications that are deployed on the cluster are of the same type. For example, using this option works better if all of your applications are Web applications that use servlets, and JavaServer Pages (JSP). This option works less effectively if your applications use servlets, JSPs and Enterprise JavaBeans (EJB).
About this task
When you request that all members of a cluster start, the cluster state changes to partially started and each server that is a member of that cluster launches, if it is not already running. After all members of the cluster are running, the cluster state becomes running.
Procedure
Results
When you start the members of a cluster, you automatically enable workload management.