Shutdown nGeniusONE InfiniStream vScout and vStream: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
<pre># ./stop</pre>
<pre># ./stop</pre>


*Check if all processes are stopped; the only process left running should&nbsp;be Xvfb  
*Check if all processes but one are stopped.&nbsp; The process left running should&nbsp;be Xvfb.&nbsp;&nbsp;
<pre># ./PS</pre>
<pre># ./PS</pre>


Line 51: Line 51:
<pre># cd /opt/Netscout/rtm/bin</pre>
<pre># cd /opt/Netscout/rtm/bin</pre>


*Execute the stop script
*Stop all running processes
<pre># ./stopall</pre>
<pre># systemctl stop vstream</pre>


*Check if all processes are stopped, these should be no processes left running  
*Check if all processes are stopped, these should be no processes left running  
Line 61: Line 61:


&nbsp;
&nbsp;
=== vScout ===
*Connect to the host&nbsp;using an SSH client of your choice
*Login as root (for default credentials read&nbsp;[[Default_credentials|default credentials]])
*Change to the folder /opt/Netscout/rtm/bin/
<pre># cd /opt/Netscout/rtm/bin</pre>
*Stop the vScout service
<pre># service vscoutd stop</pre>
*Shutdown (h) or reboot (r) the guest machine
<pre># shutdown -h now</pre>


&nbsp;
&nbsp;

Revision as of 13:24, 28 August 2022

Introduction

To minimize the risk of data loss, it is recommended that all services are stopped before restarting or shutting down the machine.

 

Solution

 

 

nGeniusONE server (linux)

  • 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 but one are stopped.  The process left running should be Xvfb.  
# ./PS
  • Shutdown (h) or reboot (r) the machine
# shutdown -h now

 

nGeniusONE server (windows)

Open a command prompt as Administrator and run the following command to stop all services:

<installation-path>\rtm\bin\stopsrv.bat

It could take several minutes for all services to stop. Don't be fooled by the return of the command prompt. Instead, open Task Manager to verify if all nGeniusONE related services are stopped.

Open a command prompt as Administrator and run the following command to start all services:

<installation-path>\Netscout\rtm\bin\strtsrv.bat

 

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
  • Stop all running processes
# systemctl stop vstream
  • Check if all processes are stopped, these should be no processes left running
# ./PS
  • Shutdown (h) or reboot (r) the machine
# shutdown -h now