Deleting a Node from a Cluster
When a node in a My webMethods Server cluster is no longer in use, you should delete it from the cluster by doing the following:
To delete a node from a cluster
2. To retrieve the cluster.xml file from the My webMethods Server database, type this command:
mws getconfig cluster.xml
3. Open the cluster.xml file in a text editor, which you can find at this location:
Software AG_directory \MWS\server\serverName\config
4. In the cluster.xml file, locate the node to be deleted, remove the entire <Component> element for this node, and save the file. For example:
<Component class="com.webmethods.portal.system.cluster.impl.Server"
enabled="true" name="nodeName">
.
.
.
</Component>
5. To deploy the revised cluster.xml file to the My webMethods Server database, type this command:
mws putconfig cluster.xml
6. Delete the cluster.xml file from the \serverName\config directory.