To change the IP address of the Systemwalker Service Quality Coordinator Manager connected to the Dashboard Server, perform the following procedure on the Dashboard Server:
Procedure
To stop the Dashboard Server's CMDB service, run the following command:
[Windows]
<CMDB installation directory> \FJSVcmdbm\bin\cmdbstop |
[UNIX]
/opt/FJSVcmdbm/bin/cmdbstop.sh |
Change the following file to change IP addresses:
[Windows]
File: <CMDB installation directory>\FJSVcmdbm\axis2\WEB-INF\services\mdr_sqc\mdrdb.properties |
[UNIX]
/opt/FJSVcmdbm/axis2/WEB-INF/services/mdr_sqc/mdrdb.properties |
mdbad.sqc.server.name=<old IP address>
mdbad.sqc.server.name=<new IP address>
To add the configuration information about the Agents registered in the newly connected Manager, run the following command:
[Windows]
<CMDB installation directory>\FJSVcmdbm\bin\cmdbstart |
[UNIX]
/opt/FJSVcmdbm/bin/cmdbstart |