Add vertical cluster members to a static cluster
You can add vertical cluster members to share the workload demands of the cluster across multiple members running on the same physical machine.
To add a vertical cluster member to the clustered environment:
- Access the administrative console on the deployment manager...
http://DmgrHost:9049/ibm/console
- For WAS v6.1, click...
Servers | Clusters | cluster_name | Cluster members
For WAS v7.0, click...
- Click New to create the cluster member.
- Define the name of cluster member.
Do not use spaces in the cluster member name.
- Select an existing node where WebSphere Portal is installed.
- Check the box Generate Unique HTTP Ports.
- Click Add Member and then click Next to view the summary.
Update the virtual host entries for the new port created when adding a cluster member. You can do this by updating the default_host virtual host in the administrative console and adding a new alias entry for the port number (use an "*" wildcard character for the host name). See Configure virtual hosts.
- Click Finish, and save the changes.
- The new cluster topology can be viewed from...
Servers | Cluster Topology
If using WAS v7.0, the new cluster topology can be viewed from...
Servers | Clusters | Cluster Topology
- The Servers > Application Servers view will list the new server cluster members.
If using WAS v7.0, the Servers > Server Types > WebSphere appservers view will list the new server cluster members.
- To enable cache replication:
- From the deployment manager Administrative Console, navigate to...
Servers | Application servers
...and then click the new vertical cluster member(s). If using WAS v7.0, navigate to...
Servers | Server Types | WebSphere appservers
...and then click the new vertical cluster member(s).
- Click Dynamic cache service under Container services.
- Change Cache size to 3000 entries.
- Check the Enable cache replication check box.
- Select Push only from the Replication type drop-down menu.
- Click OK.
- Click Save to save your changes to the master configuration.
- Perform the following steps on each vertical cluster member to clean up the server-scoped resources, caches, and resource providers:
- Run...
cd profile_root/ConfigEngine
ConfigEngine.bat cluster-node-config-vertical-cluster-setup -DServerName=unique vertical cluster servername -DWasPassword=password...where unique vertical cluster servername is generated by the Deployment Manager when the vertical cluster member is created.
- Restart the vertical cluster member referenced in the cluster-node-config-vertical-cluster-setup task.
- Access the Web Content Management content through an external Web server:
- Log on to the deployment manager administrative console.
- Select Environment > WebSphere Variables.
- From the Scope drop-down menu, select the Node=nodename, Server=servername option to narrow the scope of the listed variables, where Node=nodename is the node that contains the appserver.
- Update the WCM_HOST variable with the fully qualified host name used to access the WebSphere Portal server through the Web server or On Demand Router.
- Update the WCM_PORT variable with the port number used to access the WebSphere Portal server through the Web server or On Demand Router.
- To synchronize the node with the deployment manager:
- Select System Administration > Nodes.
- Select the node that you want to synchronize from the list.
- Click Full Resynchronize.
- Log off of the deployment manager administrative console.
- Save changes and resynchronize the nodes.
- In the administrative console for the deployment manager, click Save on the task bar, and save your administrative configuration.
- Select System Administration > Nodes, select the node from the list, and click Full Resynchronize.
- Regenerate the Web server plug-in.
- Regenerate the Web server plug-in using the deployment manager administrative console.
- For a remote Web server, copy the updated plug-in configuration file (plugin-cfg.xml) to the Web server's plug-in configuration directory.
- Stop and start the Web server.
Parent topic:
Choose the type of vertical cluster to create on Windows