

Adding more cluster members
Clustering provides failover protection and provides workload balancing.
About this task
The instructions in this section describe how to add more members to the cluster you created.
Procedure
- If it is not started, start the deployment manager.
- If they are not started, start the node agent on each node
you want to add to the cluster.
Ensure that you start each node agent as the WebSphere Commerce non-root user.
- If you want to add a horizontal cluster member to the cluster, complete the tasks in Preparing additional nodes.
- Open the WebSphere Application Server Deployment Manager administrative console. For instructions, see startNode command.
- In the Navigation area, expand Servers and click Clusters.
- Ensure that the cluster is stopped. If the cluster is not stopped, select the cluster name and click Stop.
- Click the Cluster Name.
- Click Cluster Members.
- Click New.
- In the Member name field, enter the name of the new cluster member to create.
- From the Select node field, select
the name of the machine on which you want to create the cluster member.
- Horizontal clustering; the machine name is a different name from the name of the machine on which you originally installed WebSphere Commerce.
- Vertical clustering; the machine name is the same name as the name of the machine on which you originally installed WebSphere Commerce.
- Click Add Member. Repeat for each additional cluster member.
- Click Next and review the Summary page.
- Click Finish.
- Save to save your configuration.
- Review to save your configuration.
- Select Synchronize changes with Nodes to ensure that the deployment manager profile immediately synchronizes the configuration changes with the other nodes.
- Click Save.
- During horizontal clustering the WebSphere Application
Server administrative console indicates that the task is complete
while the EAR file is still being copied. To verify that the EAR file
was copied properly, complete the following steps:
- Go to the WC_profiledir/bin directory
and run the following command:
wsadmin.sh
wsadmin.bat
- Enter the following command after you connect:
$AdminApp isAppReady applName
whereapplName
is the name of the application.
For example, WC_instance_name. - If the last line of the output is true, the application is fully distributed.
- Exit from wsadmin. To exit wsadmin, type exit.
- Go to the WC_profiledir/bin directory
and run the following command:
- Regenerate the web server plug-in and copy the plug-in to the web server.
- Exit the WebSphere Application Server Deployment Manager administrative console.