Shutdown nGeniusONE InfiniStream vScout and vStream: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
To reduce the risk of data loss, it is imperative that all services on InfiniStream virtual and physical appliances are stopped before shutting down the | To reduce the risk of data loss, it is imperative that all services on InfiniStream virtual and physical appliances are stopped before restarting or shutting down the machine. | ||
| | ||
Line 21: | Line 21: | ||
<pre># ./PS</pre> | <pre># ./PS</pre> | ||
*Shutdown the | *Shutdown (h) or reboot (r) the machine | ||
<pre># shutdown -h now</pre> | <pre># shutdown -h now</pre> | ||
Line 39: | Line 39: | ||
<pre># ./PS</pre> | <pre># ./PS</pre> | ||
*Shutdown the | *Shutdown (h) or reboot (r) the machine | ||
<pre># shutdown -h now</pre> | <pre># shutdown -h now</pre> | ||
Line 54: | Line 54: | ||
<pre># service vscoutd stop</pre> | <pre># service vscoutd stop</pre> | ||
*Shutdown the | *Shutdown (h) or reboot (r) the machine | ||
<pre># shutdown -h now</pre> | |||
| |
Revision as of 12:01, 21 March 2018
Introduction
To reduce the risk of data loss, it is imperative that all services on InfiniStream virtual and physical appliances are stopped before restarting or shutting down the machine.
Solution
nGeniusONE server
- Connect to the management interface using an SSH client of your choice
- Login as root (for default credentials read default credentials)
- Change to the folder /opt/Netscout/rtm/bin/
# cd /opt/Netscout/rtm/bin
- Stop all running processes
# ./stop
- Check if all processes are stopped; the only process left running should be Xvfb
# ./PS
- Shutdown (h) or reboot (r) the machine
# shutdown -h now
Infinistream and vStream
- Connect to the management interface using an SSH client of your choice
- Login as root (for default credentials read default credentials)
- Change to the folder /opt/Netscout/rtm/bin/
# cd /opt/Netscout/rtm/bin
- Execute the stop script
# ./stopall
- Check if all processes are stopped, these should be no processes left running
# ./PS
- Shutdown (h) or reboot (r) the machine
# shutdown -h now
vScout
- Connect to the host using an SSH client of your choice
- Login as root (for default credentials read default credentials)
- Change to the folder /opt/Netscout/rtm/bin/
# cd /opt/Netscout/rtm/bin
- Stop the vScout service
# service vscoutd stop
- Shutdown (h) or reboot (r) the machine
# shutdown -h now