My webMethods Server 10.5 | My webMethods Server Webhelp | Administering My webMethods Server | My webMethods Administrator Functions | My webMethods Server Clustering | Working with the cluster.xml File | Editing the cluster.xml File
 
Editing the cluster.xml File
To edit the cluster.xml file a My webMethods Server instance does not have to be running, but the My webMethods Server database does.
*To edit the cluster.xml file
1. At a command line prompt on any machine that hosts a cluster node, move to the bin directory of the server instance:
Software AG_directory \MWS\bin
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.
You can find the file at this location:
Software AG_directory \MWS\server\serverName\config
4. Make a backup copy of the cluster.xml file.
5. Modify the contents of the cluster.xml file as needed.
6. To deploy the revised cluster.xml file to the My webMethods Server database, at the command line prompt type this command:
mws putconfig cluster.xml
7. Delete the cluster.xml file from the \serverName\config directory.
If you do not delete the cluster.xml file, this node will continue to use the local version of the file.
8. Restart the cluster, as described in Restarting or Stopping All Nodes in a Cluster.