Gracefull shutdown/restart nGeniusPULSE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== Solution == | == Solution == | ||
=== nGeniusPULSE === | === nGeniusPULSE (version 2.5 and above) === | ||
*Connect to the host using an SSH client of your choice | *Connect to the host using an SSH client of your choice | ||
*Login as | *Login as nGPadmin (for default credentials read [[Default_credentials|default credentials]]) | ||
*Change to the folder /opt/ipm/appliance/ | *Change to the folder /opt/ipm/appliance/ | ||
<pre># cd /opt/ | <pre># cd /opt/ngp/appliance/ | ||
</pre> | </pre> | ||
*Execute the stop script | *Execute the stop script | ||
<pre># ./ | <pre># ./ngp-stop-services.sh | ||
</pre> | </pre> | ||
*Shutdown (h) or reboot (r) the machine | *Shutdown (+h) or reboot (-r) the machine | ||
<pre># shutdown -h now</pre> | <pre># shutdown -h now</pre> |
Revision as of 11:11, 22 April 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