Simplified installation of vSCOUT on Windows: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[File:WIP.jpg|center|150px|WIP.jpg]]
 


== Introduction ==
== Introduction ==


vSCOUT verion 6.1.1 build 336 is the final version of product that supports "lite" mode.  In lite mode the agent is not analyzing traffic.  It can only be used as packet forwarder to any InfiniStream NG.
vSCOUT verion 6.1.1 build 336 is the final version of product that supports "lite" mode.  In lite mode, the agent is not analyzing traffic; it can only be used to forward packets - encapsulated in GRE or UDP - to a InfiniStreamNG.  vSCOUT uses signifiantly less CPU time in lite mode than in standard mode.


The procedure below is a siplified installation procedures tested by our engineers and in accordance with our best practises. Supported OS and Harware as specified by NETSCOUT.
The procedure below requires the use of a MSI installer transformed by COMCERT and is only available to COMCERT customers with an active support contract.  This installer overcomes a few installation limitations and problems with the NETSCOUT provided installer.


Please read the article on [[vSCOUT_vSTREAM_Embedded_and_vSTREAM_Agent_resource_usage|vSCOUT resource usage]] before you start.
Please read the article on [[vSCOUT_vSTREAM_Embedded_and_vSTREAM_Agent_resource_usage|vSCOUT resource usage]] before you start.


This article assumes familiarity with Windows server operations systems.
This article assumes familiarity with Windows Server OS.


 
 
Line 25: Line 19:
*Windows Server 2012 R2 (minimum of R2 required regardless of SP level)  
*Windows Server 2012 R2 (minimum of R2 required regardless of SP level)  
*Windows Server 2016  
*Windows Server 2016  
*Windows Server 2019<sup>#</sup> (not officially supported by NETSCOUT)
(<sup>#</sup>) officially not supported by NETSCOUT but successfully tested by COMCERT.


&nbsp;
&nbsp;
Line 30: Line 27:
=== Supported Hardware ===
=== Supported Hardware ===


*vSCOUT is only supported on hosts based on 64-bit Intel x86 processors  
*vSCOUT is supported on virtual and physical hosts based on 64-bit x86 processors.


&nbsp;
&nbsp;


=== Prepare ===
=== Before you begin ===


Open a command prompt (CMD) as Administrator.
==== Serial number ====


Create a first file <code>.nsprobeid</code>&nbsp;containing the hostname of the target host.&nbsp; This name will eventually be used to identify the&nbsp;vSCOUT:
The installer will automatically use the machine's hostname (%COMPUTERNAME%) to identify itself in&nbsp;Device Configuration.
<pre>C:\> notepad&nbsp;%temp%\.nsprobeid</pre>


Content of the file:
==== Installation parameters ====
<pre>HOSTNAME</pre>


Save and exit.
Before you&nbsp;start, obtain and make a list of these parameters:
 
&nbsp;
 
=== Installation options ===
 
vSCOUT can be installed using an EXE file or MSI file.&nbsp; All required dependencies are included with&nbsp;the EXE file.&nbsp; If you decide to use the MSI file, you may need to install these dependencies manually.
 
Before we start, make a list of these installation depending&nbsp;parameters:
 
&nbsp;


{| border="1" cellpadding="1" cellspacing="1" style="width: 800px;"
{| border="1" cellpadding="1" cellspacing="1" style="width: 800px;"
Line 63: Line 48:
! scope="col" | Initial Value
! scope="col" | Initial Value
|-
|-
| INSTALLDIR
| INSTALLDIR*
| Specifies the path for vSCOUT installation
| Specifies the path for vSCOUT installation
| E:\Programs\NETSCOUT\VSCOUT
| E:\Programs\NETSCOUT\VSCOUT
Line 84: Line 69:
|}
|}


&nbsp;
(*) If the path includes spaces, be sure to enclose it in quotation marks.&nbsp; You also must respect Microsoft's path naming conventions.
 
=== Installing vSCOUT using the EXE file&nbsp; ===
 
Download, save and checksum the EXE installation file to a directory on the host (suggested <code>C:\Temp</code>).&nbsp;
 
Run the folllowing command while substituting the correct values from Table 1:&nbsp;
<pre>C:\Temp>is-6110-336-vSCOUT-x64.exe /s /v/qn /v"INSTALLDIR=E:\Programs\NETSCOUT\vSCOUT NSHTTP_PORT=7080 NSHTTPS_PORT=7443 NSCONFIG_SERVER_IP=A.B.C.D NSCOMM_PORT=395 NSCONSOLE_PORT=7501 NSCONFIG_MONITOR_IP=E.F.G.H NSCONFIG_MGMT_IP=I.J.K.L NUM_CPUS=2 MEM_SIZE=2048 FWD_SRC_IP=M.N.O.P VSCOUT_MODE=lite" </pre>
 
After installation, the parameters listed in Table 1&nbsp;are stored in the <INSTALLDIR>\rtm\config\nsagent_config.cfg file. You can edit this file and restart vSCOUT services to apply your changes.
 
The log file for vSCOUT installation using the EXE file is stored at the path&nbsp;%TEMP%\vSCOUT.log.&nbsp;&nbsp;


&nbsp;
&nbsp;
Line 104: Line 78:


Before you can install vSCOUT using the MSI installer, you must download and install the [https://aka.ms/vs/16/release/vc_redist.x64.exe Microsoft Visual C++ Redistributable 2015 (64-bit)].&nbsp;
Before you can install vSCOUT using the MSI installer, you must download and install the [https://aka.ms/vs/16/release/vc_redist.x64.exe Microsoft Visual C++ Redistributable 2015 (64-bit)].&nbsp;
Open a command prompt (CMD) as <u>Administrator</u> or with <u>elevated priviledges</u>.&nbsp; <u>This is very important!</u>


Run the folllowing command while substituting the correct values from Table 1:&nbsp;
Run the folllowing command while substituting the correct values from Table 1:&nbsp;
<pre>msiexec /i is-6110-336-vSCOUT-x64.msi /qn INSTALLDIR=E:\Programs\NETSCOUT\vSCOUT NSHTTP_PORT=7080 NSHTTPS_PORT=7443 NSCONFIG_SERVER_IP=A.B.C.D NSCOMM_PORT=395 NSCONSOLE_PORT=7501 NSCONFIG_MONITOR_IP=E.F.G.H NSCONFIG_MGMT_IP=I.J.K.L NUM_CPUS=2 MEM_SIZE=2048 FWD_SRC_IP=M.N.O.P VSCOUT_MODE=lite</pre>
<pre>msiexec /i COMCERT-is-6110-336-vSCOUT-x64.msi /qn INSTALLDIR=E:\Programs\NETSCOUT\vSCOUT NSHTTP_PORT=7080 NSHTTPS_PORT=7443 NSCONFIG_SERVER_IP=A.B.C.D NSCOMM_PORT=395 NSCONSOLE_PORT=7501 NSCONFIG_MONITOR_IP=E.F.G.H NSCONFIG_MGMT_IP=I.J.K.L NUM_CPUS=2 MEM_SIZE=2048 FWD_SRC_IP=M.N.O.P VSCOUT_MODE=lite</pre>


After installation, the parameters listed in Table 1 are stored in the <INSTALLDIR>\rtm\config\nsagent_config.cfg file.&nbsp; You can edit this file and restart vSCOUT services to apply your changes.
After installation, the parameters listed in Table 1 are stored in the <code><INSTALLDIR>\rtm\config\nsagent_config.cfg</code> file.&nbsp; You can edit this file and restart vSCOUT services to apply changes. The MON_INF and MGMT_INF options in the nsagent_config.cfg file will be set automatically with the correct interface&nbsp;number and the NSCONFIG_MONITOR_IP and NSCONFIG_MGMT_IP options may&nbsp;no&nbsp;longer be present in the configuration file.&nbsp;&nbsp;


The log file for vSCOUT installation using the MSI&nbsp;file is stored at the path&nbsp;%TEMP%\MSI???.log.&nbsp;&nbsp;
The install log is located in&nbsp;%<code>TEMP%\MSI???.log</code>.&nbsp;&nbsp;


&nbsp;
&nbsp;
Line 116: Line 92:
=== Removing vSCOUT from Windows ===
=== Removing vSCOUT from Windows ===


vSCOUT, vSTREAM Embedded and vSTREAM Agent are completely different products with different capabilities and different licenses.&nbsp; Before moving to vSTREAM Embedded or vSTREAM Agent, vSCOUT must be removed entirely.
vSCOUT, vSTREAM Embedded and vSTREAM Agent are completely different products with different capabilities and different license requirements.&nbsp; Before moving to vSTREAM Embedded or vSTREAM Agent, vSCOUT must be removed entirely.


To remove vSCOUT from Windows, please read the article.
To [[Removing_vSCOUT_vSTREAM_Embedded_and_vSTREAM_Agent|remove vSCOUT from Windows]], please read the article.

Latest revision as of 07:31, 21 July 2020

Introduction

vSCOUT verion 6.1.1 build 336 is the final version of product that supports "lite" mode.  In lite mode, the agent is not analyzing traffic; it can only be used to forward packets - encapsulated in GRE or UDP - to a InfiniStreamNG.  vSCOUT uses signifiantly less CPU time in lite mode than in standard mode.

The procedure below requires the use of a MSI installer transformed by COMCERT and is only available to COMCERT customers with an active support contract.  This installer overcomes a few installation limitations and problems with the NETSCOUT provided installer.

Please read the article on vSCOUT resource usage before you start.

This article assumes familiarity with Windows Server OS.

 

Solution

Supported Operating Systems

  • Windows Server 2008 R2 SP1
  • Windows Server 2012 R2 (minimum of R2 required regardless of SP level)
  • Windows Server 2016
  • Windows Server 2019# (not officially supported by NETSCOUT)

(#) officially not supported by NETSCOUT but successfully tested by COMCERT.

 

Supported Hardware

  • vSCOUT is supported on virtual and physical hosts based on 64-bit x86 processors.

 

Before you begin

Serial number

The installer will automatically use the machine's hostname (%COMPUTERNAME%) to identify itself in Device Configuration.

Installation parameters

Before you start, obtain and make a list of these parameters:

Table 1
Parameter Description Initial Value
INSTALLDIR* Specifies the path for vSCOUT installation E:\Programs\NETSCOUT\VSCOUT
NSCONFIG_SERVER_IP nGeniusONE Server Address A.B.C.D
NSCONFIG_MONITOR_IP Specifies the network interfaces to be monitored by vSCOUT by IP address or subnet E.F.G.H
NSCONFIG_MGMT_IP Specifies the network interface to be used for
communications with the managing nGeniusONE server either by IP address or subnet
I.J.K.L
FWD_SRC_IP Specifies the IP address of the interface from which vSCOUT forwards traffic (tunnel) M.N.O.P

(*) If the path includes spaces, be sure to enclose it in quotation marks.  You also must respect Microsoft's path naming conventions.

 

Installing vSCOUT using the MSI file 

Download, save and checksum the MSI installation file to a directory on the host (suggested C:\Temp). 

Before you can install vSCOUT using the MSI installer, you must download and install the Microsoft Visual C++ Redistributable 2015 (64-bit)

Open a command prompt (CMD) as Administrator or with elevated priviledgesThis is very important!

Run the folllowing command while substituting the correct values from Table 1: 

msiexec /i COMCERT-is-6110-336-vSCOUT-x64.msi /qn INSTALLDIR=E:\Programs\NETSCOUT\vSCOUT NSHTTP_PORT=7080 NSHTTPS_PORT=7443 NSCONFIG_SERVER_IP=A.B.C.D NSCOMM_PORT=395 NSCONSOLE_PORT=7501 NSCONFIG_MONITOR_IP=E.F.G.H NSCONFIG_MGMT_IP=I.J.K.L NUM_CPUS=2 MEM_SIZE=2048 FWD_SRC_IP=M.N.O.P VSCOUT_MODE=lite

After installation, the parameters listed in Table 1 are stored in the <INSTALLDIR>\rtm\config\nsagent_config.cfg file.  You can edit this file and restart vSCOUT services to apply changes. The MON_INF and MGMT_INF options in the nsagent_config.cfg file will be set automatically with the correct interface number and the NSCONFIG_MONITOR_IP and NSCONFIG_MGMT_IP options may no longer be present in the configuration file.  

The install log is located in %TEMP%\MSI???.log.  

 

Removing vSCOUT from Windows

vSCOUT, vSTREAM Embedded and vSTREAM Agent are completely different products with different capabilities and different license requirements.  Before moving to vSTREAM Embedded or vSTREAM Agent, vSCOUT must be removed entirely.

To remove vSCOUT from Windows, please read the article.