- Stop the application server on all secondary servers in the cluster.
- On the primary server, install the new version of MCS, and then stop the application server.
- Under ../mcs/WEB-INF/data/servermgt/settings, in the file ServerMgt.properties modify the values for the following to the value of your highest numbered XML file under ../mcs/WEB-INF/data/servermgt/servers (the value for the last secondary server in the cluster):
- lastidserver
- lastidcluster
- On all secondary servers, repeat steps 2 and 3, and then in the file ServerMgtLocal.properties under ../mcs/WEB-INF/data/servermgt/localsettings, verify the following values:
- LocalServerID=ID for the local machine
- PrimaryServerID=10001
The ID for the local machine can be found in the file nnnnn.xml, in which the name attribute matches the name of the server, under ../mcs/WEB-INF/data/servermgt/server.
- Restart the application server on the primary server, and make sure that MCS is running.
- After you are sure that MCS is running on the primary server, restart the application servers on all secondary servers, one at a time.
|