Gracefull shutdown/restart nGeniusPULSE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (BAE moved page Gracefull shutdown nGeniusPULSE to Gracefull shutdown/restart nGeniusPULSE) |
(No difference)
|
Revision as of 08:30, 4 June 2018
Introduction
To minimize the risk of data loss, it is recommended that all services are stopped before restarting or shutting down the machine.
Solution
nGeniusPULSE (version 2.5 and above)
- Connect to the host using an SSH client of your choice
- Login as nGPadmin (for default credentials read default credentials)
- Change to the folder /opt/ipm/appliance/
# cd /opt/ngp/appliance/
- Execute the stop script
# ./ngp-stop-services.sh
- Shutdown (+h) or reboot (-r) the machine
# shutdown -h now