Administer > Manage instances > WCS instance > Cluster with horizontal cluster members
Add additional cluster members
Cluster provides failover protection and provides workload balancing.
The instructions in this section describe how to add more members to the cluster you created in Create a WebSphere Commerce Cluster.
Procedure
- Start the deployment manager.
- Start the node agent on each node to add to the cluster.
For *nix, ensure that you start each node agent as the non-root user.
- Prepare additional members
- Open the WAS ND Administrative Console and go to...
Servers | Clusters
- Stop the cluster.
- Click...
Cluster Name | Cluster Members | New
- Enter the name of the new cluster member to create.
- Select the name of the machine on which to create the new cluster member and click Apply.
- Repeat for each additional cluster member.
- Click Next and review the Summary page.
- Click Finish.
- Save to save the configuration.
- Review to save the configuration.
- To ensure that the deployment manager profile immediately synchronizes the configuration changes with the other nodes.
Synchronize changes with Nodes
- Click Save.
- During horizontal clustering the Administrative Console will indicate that the task is complete while the EAR file is still being copied.
To verify that the EAR file has been copied properly...
cd WC_PROFILE/bin
./wsadmin.sh
- After connecting, run...
AdminApp isAppReady applName
For example...
WC_instance
- If the last line of the output is true, the application is fully distributed.
- To exit wsadmin, type exit.
- Regenerate the Web server plug-in and copy the plug-in to the Web server.
- Exit the WAS ND Administrative Console.