(UNIX/Linux) 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 UNIX/Linux.

Example: Agent Relay UNIX/Linux 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.

AGENT_RELAY_HOME=/opt/MicroFocus/agentrelay 
JAVA_HOME=/opt/MicroFocus/common/jre             
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
AGENTRELAY_USER=agentrelay
AGENTRELAY_GROUP=agentrelay