How to bind a specific IP address to a?Configuration Automation?Agent (CCA Agent)
searchcancel
How to bind a specific IP address to a?Configuration Automation?Agent (CCA Agent)
book
Article ID: 23272
calendar_today
Updated On: 02-26-2024
Products
CA Configuration Automation
Issue/Introduction
If a server that has a CCA Agent installed with either multiple NIC Cards or IP Addresses assigned, CCA Agent will obtain and bind to the first IP Address (Order of Precedence). At times, this may not be an accessible IP Address for the CCA Server to use to communicate with.
Resolution:
Environment
CA Configuration Automation - All versions
Resolution
You need to set the agent to bind to a specific IP address for the agent to listen on. To Bind or Link a specific IP Addresses to the CCA Agent
Navigate to the server that has the Agent installed.
Proceed into the agent installation path. The default installation paths are:
Windows = \program files\CA\CCA Agent\ UNIX = \opt\CA\CCA Agent\
Within those folders, you will see an agent.conf file.
Open that agent.conf file using a plain text editor.
Look for a few lines from the top to find:
# bindaddress=<ipaddress>
Remove the pound sign (#) from the beginning of the line to enable this feature. (if it exists)
Specify the IP address to bind the CCA Agent to it, for example: bindaddress=192.x.y.z
Save and close the file.
Recycle the agent service. Now your CCA Agent is bound to a specific IP Address.