Shutdown nGeniusONE InfiniStream vScout and vStream

From wiki.comcert.com
Revision as of 11:55, 21 March 2018 by Bert (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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 installation folder /opt/Netscout/rtm/bin/
# cd /opt/Netscout/rtm/bin
  • Execute the stop script
# ./stopall
  • Check if all processes are stopped
# ./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 installation folder /opt/Netscout/rtm/bin/
# cd /opt/Netscout/rtm/bin
  • Stop the vScout service
# service vscoutd stop
  • Shutdown the host