Shutdown nGeniusONE InfiniStream vScout and vStream: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == 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...") |
No edit summary |
||
Line 7: | Line 7: | ||
== Solution == | == Solution == | ||
=== nGeniusONE server === | |||
*Connect to the management interface using an SSH client of your choice | |||
*Login as root (for default credentials read [[Default_credentials|default credentials]]) | |||
*Change to the folder /opt/Netscout/rtm/bin/ | |||
<pre># cd /opt/Netscout/rtm/bin</pre> | |||
*Stop all running processes | |||
<pre># ./stop</pre> | |||
*Check if all processes are stopped; the only process left running should be Xvfb | |||
<pre># ./PS</pre> | |||
*Shutdown the server | |||
<pre># shutdown -h now</pre> | |||
=== === | |||
=== Infinistream and vStream === | === Infinistream and vStream === | ||
Line 12: | Line 30: | ||
*Connect to the management interface using an SSH client of your choice | *Connect to the management interface using an SSH client of your choice | ||
*Login as root (for default credentials read [[Default_credentials|default credentials]]) | *Login as root (for default credentials read [[Default_credentials|default credentials]]) | ||
*Change to the | *Change to the folder /opt/Netscout/rtm/bin/ | ||
<pre># cd /opt/Netscout/rtm/bin</pre> | <pre># cd /opt/Netscout/rtm/bin</pre> | ||
Line 18: | Line 36: | ||
<pre># ./stopall</pre> | <pre># ./stopall</pre> | ||
*Check if all processes are stopped | *Check if all processes are stopped, these should be no processes left running | ||
<pre># ./PS</pre> | <pre># ./PS</pre> | ||
Line 30: | Line 48: | ||
*Connect to the host using an SSH client of your choice | *Connect to the host using an SSH client of your choice | ||
*Login as root (for default credentials read [[Default_credentials|default credentials]]) | *Login as root (for default credentials read [[Default_credentials|default credentials]]) | ||
*Change to the | *Change to the folder /opt/Netscout/rtm/bin/ | ||
<pre># cd /opt/Netscout/rtm/bin</pre> | <pre># cd /opt/Netscout/rtm/bin</pre> | ||
Revision as of 11:58, 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 shutting down the guest operating system.
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 the server
# 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 the server
# 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 the host