Versions Compared

Key

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

...

VSM Everywhere has the ability to connect to multiple collectors in case one collector is unreachable or overcapacity.

...

You can also specify which port to connect

...

by using a

...

colon after the IP Address/FQDN, e.g. 192.10.10.10:6226 will specify that the VSM Everywhere client should connect on port 6226.

If no port is specified the default port of 8444 will be used.

Tip

If you use the non-default port, you will need to also change the port that the collector communicates on as well.

See Changing Communication Port Between Collector and VSM Everywhere for more information.


Code Block
languageyml
// Command Prompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="192.10.10.10:6226;192.10.10.15:2662"

//Powershell
> Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart /L*v C:\path\to\install.log CGWS=192.10.10.10:6226;192.10.10.15:2662'

...

Code Block
languageyml
// Command Prompt
> msiexec /i "C:\Path\To\MachineProxyAgentE_Installer.msi" /qn /norestart /L*v "C:\path\to\install.log" CGWS="192.10.10.10:6226;192.10.10.15:2662" GROUP="NZ/AUS"

//Powershell
> Start-Process msiexec.exe -Wait -ArgumentList '/i C:\Path\To\MachineProxyAgentE_Installer.msi /qn /norestart /L*v C:\path\to\install.log CGWS=192.10.10.10:6226;192.10.10.15:2662 GROUP=NZ/AUS'

Changing Communication Port Between Collector and VSM Everywhere
Anchor
CommPort
CommPort