Changing the Default Monitoring Port

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.

  1. Stop the monitoring database service.
  2. In a text editor, open configure-sup.xml.
  3. Locate <target name="monitor_db_options">, and set a new port in this line:
    -x tcpip(host=${monitoringdb.serverhost};PORT=5600)
  4. Save the file.
  5. Restart the service.
Related tasks
Setting Up an Existing Database for Monitoring
Isolating the Monitoring Database