When setting up a CA WA Agent, the following must be configured to match the entry on the manager (scheduler) side.
Manager ID
Manager hostname / IP
Manager port
Encryption key
The agentparm.txt will store the above values in the following parameters (these are example, your
values for parameter may be different)
communication.manageraddress_1=camanager.example.com
communication.managerid_1=MANAGER_ID
communication.managerport_1=7507
security.cryptkey=/opt/CA/WA_Agent/cryptkey.txt
You can have multiple managers added to agentparm.txt. Each additional address, port, and ID can be added by incrementing the
_n.
communication.manageraddress_2=second.example.com
communication.managerid_2=MANAGER_ID2
communication.managerport_2=7507
The CA WA Agent can only have one key. The same key must be used by all the managers (if more than one manager configured in agentparm.txt). The manager can have different keys for different agents.