Administer > Manage instances > WCS instance > Cluster with horizontal cluster members
Federate additional WebSphere Commerce nodes
Overview
Federating additional WebSphere Commerce nodes allows one to manage multiple WCS instances from a single console.
Ensure the following tasks are completed before completing the steps in this section:
Procedure
- On the dmgr machine, start the deployment manager profile.
- On the WebSphere Commerce node, create the non-root user and group.
- Set the SOAP connection timeout to 0.
Edit...
WC_PROFILE/properties/soap.client.props
...and set com.ibm.SOAP.requestTimeout to 0...
com.ibm.SOAP.requestTimeout=0
- Verify the system clock on the WebSphere Commerce node and the WAS ND node are synchronized within 5 minutes of each other and are set to the same time zone. If they are not, federation will fail.
- On the WebSphere Commerce node, log on as the non-root user.
- Federate the WebSphere Commerce application server into the deployment manager cell...
WC_PROFILE/bin/addNode.sh dmgr_host SOAP_port -includeapps
Your WCS instance is stopped automatically during the federation process.
The default deployment manager port is 8879.
After federating a WAS profile, the node agent must be managed by the non-root user.
- Reset SOAP connection timeout to original value.
- To federate a profile containing a WCS instance, recreate the cell level documents on the deployment manager node.
- Switch to the non-root user...
su - WC_non_root_user
- Start WCS instance
- Run...
WC_INSTALL/bin/config_ant.sh -DinstanceName=instance ReconfigureCell
- If you had enabled security before you federated the WebSphere Commerce application, enable security again.
- If you had enabled automatic Web server configuration file (plugin-cfg.xml) propagation before federating, configure it again. Running the addNode command removes the Web server definition.
- If you are federating a non-WebSphere Commerce profile into the deployment manager cell:
- Log on as the non-root user.
- Federate the application server into the deployment manager cell
WC_PROFILE/bin/addNode.sh dmgr_host SOAP_port
- Regenerate the Webserver plug-in for the Web server.
- Log on to the WAS ND console.
- Expand....
Servers | Server Types | WebServers
- Generate plugin-cfg.xml by selecting webserver1 and clicking...
Generate Plug-in
- Copy the updated plugin-cfg.xml file to...
WebServer_Host:/REMOTE_CONFIGDIR/httpconf...where REMOTE_CONFIGDIR is the Remote Configuration Directory specified during instance creation.
- Update the path to the plugin-cfg.xml file in the Web server configuration file on the WebSphere Commerce node agent.
- Restart the Web server.