Gracefull shutdown/restart nGeniusPULSE: Difference between revisions
Jump to navigation
Jump to search
(Created page with " === nGeniusPULSE === *Connect to the host using an SSH client of your choice *Login as IPMadmin (for default credentials read Default_credentials|default creden...") |
No edit summary |
||
Line 1: | Line 1: | ||
== 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 === | === nGeniusPULSE === |
Revision as of 07:38, 24 March 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
- Connect to the host using an SSH client of your choice
- Login as IPMadmin (for default credentials read default credentials)
- Change to the folder /opt/ipm/appliance/
# cd /opt/ipm/appliance/
- Execute the stop script
# ./ipm-stop-services.sh
- Shutdown (h) or reboot (r) the machine
# shutdown -h now