Cisco Cisco Workload Automation 6.3 Installation Guide

Page of 194
123
 
Installing Agents
Installing and Configuring Unix Agents
Adding Agent Instances
To add an instance:
1.
In the Agent Configuration Menu enter 1 and press Enter.
2.
Enter the name of the agent, its port number and the directory path to the Java binaries and then press Enter.
3.
Enter Y and press Enter
.
 An agent instance is added.
4.
Start the agent by entering:
./tagent <agent name> start
Viewing the Status of Agent Instances
View the status of an agent by entering in the bin directory:
./tagent <agent name> status
Once you have entered that command a status screen displays.
Deleting Agent Instances
To delete an instance:
1.
Stop the agent.
2.
In the Agent Configuration Menu enter 3 and press Enter. The Select Agent Instance to Delete panel displays.
3.
Type the number of the instance to delete. 
4.
Press Enter to delete the instance.
Configuring Agent Parameters
Certain parameters of the Unix agent can be configured for the convenience of users. You modify the parameters of an 
agent by changing the parameter values in the tagent.ini file. The tagent.ini file is located in the Unix agent directory. If 
the default location was used during the agent installation, the agent files are located at /opt/TIDAL/Agent/bin. Following 
is an example of a tagent.ini file:
# =============================================
# Agent Configuration Information
# ===========================================
[config]
agents=sun02,sun11,aix02,test
degbug=yes
ovb=tidaldebug
java=/usr/bin/
#sslvldcrt=n
sshvldhst=/home/secure/prd2_id_rsa.pub
sslvldhst=/home/secure/vvm1.pem
[test]
port=5915
java=/usr/j2rel.4.2_06/bin
minmem=32
maxmem=64
logdays=5