(Windows) Agent Relay Silent Install Options Example

This section contains an example of how to configure the install options in an optionsFile.properties file for an agent relay silent install on Windows.

Example: Agent Relay Windows optionsFile.properties

Using this optionsFile.properties, the agent relay will be named Relay123 and will be configured to connect to the server on SDAServerHost. Mutual Authentication mode will be activated for the agent relay, and the agent relay will run as a Windows service under the name sda-relay123 that will start automatically when the system starts. The agent relay Windows service admin user account name will be set to: admin01 with a password of password.

AGENT_RELAY_HOME=C:\Program Files\Micro Focus\agentrelay
JAVA_HOME=C:\Program Files\Micro Focus\common\jre\8.0
AGENT_RELAY_NAME=Relay123
PROXY_HOST=0.0.0.0
PROXY_PORT=20080
AGENT_RELAY_RELAY_PORT=7916 
AGENT_RELAY_MUTUAL_AUTH=true
AGENT_RELAY_CONNECT=true
AGENT_RELAY_SERVER_HOST=DAServerHost
AGENT_RELAY_SERVER_PORT=7918
INSTALL_SERVICE=true
INSTALL_SERVICE_NAME=sda-relay123
INSTALL_SERVICE_LOGIN=admin01
INSTALL_SERVICE_PASSWORD=password
INSTALL_SERVICE_AUTOSTART=true