By default, the monitoring database uses port 5600, and the service name is SybaseUnwiredPlatformMonitorDatabase. To change this port, you need to modify configure-sup.xml.
- Stop the monitoring database service.
- In a text editor, open configure-sup.xml.
- Locate <target name="monitor_db_options">, and set a new port in this line:
-x tcpip(host=${monitoringdb.serverhost};PORT=5600)
- Save the file.
- Restart the service.