Scenario 5: Two Local Area Networks Connected Using HTTP Proxy

In Scenario 5, the controller and agent computers are located in different local area networks that are connected using the Internet. At least one of the local area networks is protected by a firewall, so the controller and agent computers must communicate using an HTTP proxy.

Working on the controller computer, you can install and uninstall the Silk Performer Agent software on the remote agent computer (<agent name>). The communication takes place by way of an HTTP proxy (<proxy name>, <proxy port>). To re-install or remove agent software, you must know the port to which the agent software responds (<agent port>). By default, the agent uses port 19200 for non-secured communication, and port 19201 for secure communication. You must also know the password by which the agent software is protected from unauthorized access, if one is in use (<password>).

To install or re-install the agent software, execute the following command:
PerfRsManager -i -host <agent name> -port <agent port>
              -pwdService <password> -ssl -log
              -httpProxy <proxy name> <proxy port>
To uninstall agent software, execute the following command:
PerfRsManager -r -host <agent name> -port <agent port>
              -pwdService <password> -ssl -log
              -httpProxy <proxy name> <proxy port>

If the agent software responds to the default port, you can omit the -port parameter. Also, if you do not require communication over a secure communication channel, omit the -ssl option.

The preceding commands generate log files with detailed information about the installation or uninstall process. If you do not want to generate these log files, omit the -log parameter.