Changing the SSL or HTTPS port number of the Analyzer detail view server

Ops Center Analyzer Detail View User Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99ANA007-06
ft:lastEdition
2026-03-16

To change the port number for SSL or HTTPS communication, you must change the port numbers specified in the definition file, and then open the new port in the firewall settings.

Note: If you do not want to stop the crond service, you can stop specific processes of the Analyzer detail view server and Analyzer probe server by using the crontab -e command as described in Stopping the Analyzer detail view server or Analyzer probe server services and Starting the Analyzer detail view server or Analyzer probe server services
  1. Log on to the Analyzer detail view server through an SSH client (like putty) as a root user.
  2. Stop the crond service and verify the status with these commands:
    service crond stop
    service crond status
  3. Stop all the services and verify the megha service status with these commands:
    /usr/local/megha/bin/stop-all-services.sh
    /usr/local/megha/bin/megha-jetty.sh status
  4. Make a backup of the server.ini file:
    cp /usr/local/megha/jetty/start.d/server.ini /usr/local/megha/jetty/start.d/org_server.ini.backup
    
  5. Change the port number in the /usr/local/megha/jetty/start.d/server.ini file. For example:
    jetty.httpConfig.securePort=9443
    
    jetty.ssl.port=9443
  6. Start the megha service and verify the status with these commands:
    /usr/local/megha/bin/megha-jetty.sh start
    /usr/local/megha/bin/megha-jetty.sh status
  7. Start the crond service and verify the status with these commands:
    service crond start
    service crond status
    
  8. After changing the port number, make sure you change the firewall settings accordingly.
If you are using the Common Services, make sure that you also update the port number using the setupcommonservice command to update the port number in Common Services.