Gracefull shutdown/restart nGeniusPULSE: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
| | ||
{{#invoke:Message box|ambox |type=content|text=If | {{#invoke:Message box|ambox |type=content|text=If nGeniusPULSE is not working as expected, set aside log files first before stopping the services. Valuable information for troubleshooting may be lost after restart/reboot}} | ||
| | ||
To minimize the chances of data corruption and consequently loss of data, it is required to use the scripts | To minimize the chances of data corruption and consequently loss of data, it is required to use the scripts provided for restarting, rebooting or shutting down the virtual of physical appliance. | ||
| | ||
Line 18: | Line 18: | ||
You don't have to be root to run these scripts. | You don't have to be root to run these scripts. | ||
*Using the SSH client of your choice, login as | *Using the SSH client of your choice, login as nGPadmin | ||
*Change to /opt/ | *Change to /opt/ngp/appliancetv | ||
<pre>$ cd /opt/ | <pre>$ cd /opt/ngp/appliance</pre> | ||
| | ||
Line 27: | Line 27: | ||
==== To restart all services without rebooting the appliance ==== | ==== To restart all services without rebooting the appliance ==== | ||
<pre>$ ./ | <pre>$ ./ngp-stop-services.sh | ||
...followed by... | ...followed by... | ||
$ ./ | $ ./ngp-start-services.sh</pre> | ||
==== To reboot the appliance ==== | ==== To reboot the appliance ==== | ||
<pre>$ ./ | <pre>$ ./ngp-stop-services.sh | ||
...wait until all services have been stopped... | |||
$ sudo reboot | |||
</pre> | </pre> | ||
==== To shutdown the appliance ==== | |||
<pre>$ ./ngp-stop-services.sh | |||
...wait until all services have been stopped... | |||
$ sudo shutdown -h now | |||
</pre> | </pre> | ||
It may take several minutes before the power is cut-off. | It may take several minutes before the power is cut-off. |
Revision as of 06:30, 19 April 2020
Introduction
If nGeniusPULSE is not working as expected, set aside log files first before stopping the services. Valuable information for troubleshooting may be lost after restart/reboot |
To minimize the chances of data corruption and consequently loss of data, it is required to use the scripts provided for restarting, rebooting or shutting down the virtual of physical appliance.
Solution
Script location
You don't have to be root to run these scripts.
- Using the SSH client of your choice, login as nGPadmin
- Change to /opt/ngp/appliancetv
$ cd /opt/ngp/appliance
Running the script
To restart all services without rebooting the appliance
$ ./ngp-stop-services.sh ...followed by... $ ./ngp-start-services.sh
To reboot the appliance
$ ./ngp-stop-services.sh ...wait until all services have been stopped... $ sudo reboot
To shutdown the appliance
$ ./ngp-stop-services.sh ...wait until all services have been stopped... $ sudo shutdown -h now
It may take several minutes before the power is cut-off.