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.
From 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
- To stop the server:
If the system has systemctl installed, issue the
following commands:- To stop the server:
systemctl stop opscenter.service - To start the server:
systemctl start opscenter.service - To restart the server:
systemctl restart opscenter.service - To determine whether the server is running, issue the following command:
systemctl status opscenter.service
- To stop the server:
If the system does not have systemctl installed,
issue 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
- To stop the server:
From the Services window, stop or start the Operations Center service.