Add vertical cluster members to a static cluster
- Log on to the dmgr console and go to...
Servers | Clusters | WebSphere application server clusters | cluster_name | Cluster members | New
- Define the name of cluster member.
Do not use spaces in the cluster member name.
- Select an existing node where IBM WebSphere Portal is installed.
- Check the box...
Generate Unique HTTP Ports
- Click Add Member or Apply and then click Next to view the summary.
- Click Finish and save the changes.
- View the new cluster topology from...
Servers | Clusters | Cluster Topology
- To list the new server cluster members...
Servers | Server Types | WebSphere application servers
- Update the virtual host entries for the new port created when adding a cluster member.
Update the default_host virtual host, then add an alias entry for the port number. Use an "*" wildcard character for the host name.
- To enable cache replication:
- From the dmgr console, go to...
Servers | Server Types | WebSphere application servers | vertical_cluster_member | Container services | Dynamic cache service
- Change Cache size to 3000 entries.
- Check the Enable cache replication check box.
- Select NOT_SHARED from the Replication type menu.
- Click OK.
- Click Save to save the changes to the master configuration.
- To clean up the server-scoped resources, caches, and resource providers:
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh cluster-node-config-vertical-cluster-setup -DServerName=vertical_cluster_member -DWasPassword=foo
- Restart the vertical cluster member
- Save the changes and resynchronize the nodes.
- In the dmgr console, click Save on the task bar.
- Save the administrative configuration.
- Select...
System Administration | Nodes | node | Full Resynchronize
- If we transferred the databases after creating the cluster, complete the following steps on each vertical cluster member:
- Log on to the dmgr console and go to...
Environment | WebSphere Variables | Scope menu Node=nodename, Server=servername
- Update the WCM_DATASOURCE variable with the JCR data source name.
For example...
jdbc/wpdbds_jcr
- Save all changes and synchronize the nodes.
- Regenerate the web server plug-in.
- Log in to the dmgr console.
- 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.