...
Code Block | ||
---|---|---|
| ||
// 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 (Optional) Anchor CommPort CommPort
CommPort | |
CommPort |
In order for the VSM Everywhere client to connect on a port that is not 8444, you will need to change the port that a VSM Collector listens on.
The documentation below details this process for both Linux Virtual Machine (VM) and Windows-based collectors.
Note |
---|
This configuration is unnecessary if you do not need the collector to listen in on a different port. |
Changing Listening Port For a Linux-based Collector
Open a console session to a Linux VM.
Stop the VSM Client Gateway by typing the following command:
...
Code Block | ||
---|---|---|
| ||
$sudo systemctl stop clientgateway.service |
Next, type:
Code Block | ||
---|---|---|
| ||
$sudo nano /opt/ADSClientGateway/ADSServiceHost.cfg |
This will open up the Client Gateway configuration file.
Find the configuration item with the key "Client Gateway Server Port"
Update the number inside the Value tag to your required port number.
Once all changes have been made, save the change press 'Ctrl+O' and then press 'Enter' to write out the changes. To close the 'nano' editor press 'Ctrl+X'.
Once the changes have been saved, restart the Client Gateway by entering the following:
Code Block | ||
---|---|---|
| ||
$sudo systemctl start clientgateway.service |
Changing Listening Port For a Windows-based Collector
Access the Windows Machine that contains the Windows-based VSM Collector
Open Notepad.exe as an administrator and then open the ADSServiceHost_UCSP_Client_Gateway.cfg file. The default path to the configuration file is C:\Program Files\Virsae Group\Client Gateway).
Search for <Key>Client Gateway Server Port</Key> and in the line below this
Change the value between the Value tags from 8444 to your required port number.
Note |
---|
This will only work for Client Gateway version 2. |