AIX operating systemsLinux operating systemsWindows operating systems

Starting and stopping the web server

The web server of the Operations Center runs as a service and starts automatically. You might need to stop and start the web server, for example, to make configuration changes.

Procedure

Stop and start the web server.
  • AIX operating systemsFrom the /installation_dir/ui/utils directory, where installation_dir represents the directory where the Operations Center is installed, issue the following commands:
    • To stop the server:
      ./stopserver.sh
    • To start the server:
      ./startserver.sh
  • Linux operating systemsIssue the following commands:
    • To stop the server:
      service opscenter.rc stop
    • To start the server:
      service opscenter.rc start
    • To restart the server:
      service opscenter.rc restart
    To determine whether the server is running, issue the following command:
    service opscenter.rc status
  • Windows operating systemsFrom the Services window, stop or start the Operations Center service.