Switch Scanner Installation
- Last updated
- Save as PDF
Pre-requisites
- Virtual Machine has been provisioned by the Client, as per the minimum specifications for hardware, see Operating Environment.
- A System Administrator from the Client IT team is required to run the installation (on the Virtual Machine that has been provisioned).
Installation
Download artifacts
Download the SVLive Presence Service and the Switch Scanner installation files from Serraview’s Document Library.
Copy files to a new folder on the Virtual Machine, for example, C:/Serraview/
Gather required information
The actual values are provided during the implementation.
Field | Value |
---|---|
Destination path |
Path where the service will be installed. Important Note The installation folder must be created by the Administrator, as the installer will not create the folder automatically. |
SNMP Version | V2, V3 |
SNMP V2 Community read string | Customers SNMP community read string. |
SNMP V3 Auth |
Customer’s SNMP V3 security values: - User name - Privacy Algorithm (AES or DES) - Privacy Password - Authentication Algorithm (MD5 or SHA1) - Authentication Password |
Logon user |
Domain and user specification of what account the switch scanner service will log on as. This user must be a member of the “Performance Monitor Users“ group on the local server, to allow the Switch Scanner to send some health telemetry from the local server. It must also have “Log on as a service” policy. |
Logon password | Password for the account above. |
Proxy address |
Address of the proxy, in the format SERVER:PORT. Do not include http or https |
Encrypt configuration |
If the Switch Scanner API key is encrypted in the stored configuration file. The user must have a Windows Local User Profile and must also have read/write access to the location in which the Switch Scanner is installed. |
Execute the Install Script
This requires PowerShell 5.x to run the installer script, do not use PowerShell 6+ as this is not supported.
- Open an elevated PowerShell terminal.
- Execute the install script. Example script is shown below for illustrative purposes. The actual install script command will be provided by Serraview.
.\install.ps1 -switchScannerId 1 ` -apiEndpoint <<API Endpoint> ` -apiKey <API Key> ` -destinationPath “<Installation path>” ` -snmpVersion V2 ` -snmpV2CommunityReadString ‘<SNMP V2 Community read string>’ ` -logonUser "domain\user" ` -logonPassword "password" ` -isProxyEnabled $true/$false ` -proxyAddress <proxy address> -inboundApiPort 8080
Validation
Check that the service is running correctly, either look at the Services application or run the command below:
sc query "svlive switch scanner"
Update Values
All values can be updated by reinstalling over the top of the existing installation, except for login details or destination path. To update these values, first, uninstall the service as described below in the Uninstall section, then reinstall with the new values.
Uninstall
- Delete the service:
- Open a Command Prompt with Administrator rights.
-
Stop the service by entering:
sc.exe stop "SVLive Switch Scanner"
-
Delete the service by entering:
sc.exe delete "SVLive Switch Scanner"
- Restart the Server.
- Navigate to the directory of the Switch Scanner application and manually delete the files.