Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A Virsae Cloud Collector and the URL and Port for this collector
  • A copy of the VSM-E installer
  • A VSM Everywhere profile group configured in the web portal
  • Administrator-level permissions on the machine where the VSM-E client will be installed.

...

Once a VSM Cloud Collector has been administered please contact support@virsae.com to request the URL and Port for this collector.

Getting the Installer

...

Before a VSM-E client can start tracking the performance of a system, it must first know what  what metrics it needs to track. This is determined by creating a VSM-E Profile group.

...

Code Block
languageyml
titleInstall Commands
// Command Prompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="{VIRSAE CLOUD COLLECTOR URL:PORT443}" GROUP="{PROFILE_GROUP}"  

//Powershell
> Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart /L*v C:\path\to\install.log CGWS={VIRSAE CLOUD COLLECTOR URL:PORT443} GROUP={PROFILE_GROUP}'


The following example will perform a silent install of VSM-E with logging. The Virsae Cloud Collector URL and port are 'a356dhgj4g5j690f9e333a60da99x.VL-beta.virsae.io:443'  and the VSM Everywhere profile group is 'NZ/AUS'  

...