Configuring Agents in Unix or Linux
You can configure Unix agents (add and delete agent instances) using the Agent Configuration Menu.
Note: While the installer must be run as the root user, the user who runs the agent service must have read access to the directory in which the agent is installed (/opt, by default).
To display this menu:
-
Log on as agent owner on the agent machine.
-
Go to the bin directory by entering:
cd /opt/TIDAL/Agent/bin
-
Type in:
./tagent config
The Agent Configuration Menu opens.
Adding Agent Instances
To add an instance:
-
Enter 1 in the Agent Configuration Menu, then press Enter.
-
Enter the name of the agent, its port number, and the directory path to the Java binaries. The .ini file automatically configures.
Example: port=5915
java=<full-java-path>/bin
sslvldcrt=/home/secure/host.crt
ulimitold=yNote: java=<full-java-path>/bin is an example of the path of the directory where Java is installed.
Check the path to the bin subdirectory.
Note: If there is more than one JRE on your machine, indicate the directory for each of the agent.
-
Press Enter.
-
Choose Y, then Enter, to add the agent instance.
-
Start the agent by entering the this shell command:
./tagent <agent name> start
Deleting Agent Instances
To delete an instance:
-
Stop the agent.
-
Enter 3 in the Agent Configuration Menu ; press Enter.
-
Enter the number of the instance to delete in the Select Agent Instance to Delete panel.
-
Press Enter to delete the instance.