Skip to end of metadata
Go to start of metadata

The Linux Agent installer automatically sets default parameters for the configuration file located in:

/usr/sbin/r1soft/conf/agent_config

After making changes to this file you need to restart the Agent daemon. To restart the Agent use:

# /etc/init.d/cdp-agent restart

Agent Configuration Options

Option Name Default Value Description
ConfDir /usr/sbin/r1soft/conf Configuration directory path.
LogDir
Directory where the Agent saves its log files.
BindTo 0.0.0.0 all IPs CDP Agent will listen for requests on this IP. Default is 0.0.0.0, meaning the Agent accepts connections on any IP address configured on your Linux Server.
LocalPort 1167 TCP port the CDP Agent will listen on.
PidFile /var/run/buagent.pid File to which CDP Agent will write its process identifier for /etc/init.d/cdp-agent to shut it down.
LockFile /var/run/buagent.lock CDP Agent lock file. Prevents multiple Agents from starting at the same time.
IPAuthentication
0
If set to 1, the Agent looks for a file in the server.allow directory matching the IP address of an incoming connection before performing RSA Key authentication. The new default as of Linux Agent 1.56 is "No." This means the Agent will only perform RSA Key authentication and will not check the source IP address of the connecting CDP Server. 
Recommended Setting: RSA Key authentication is VERY strong and is just like using SSH with RSA or DSA key authentication (authentication without a password). For added security, you can have the Agent check that the source IP address of the connecting CDP Server attempting to authenticate is a configured IP address in the /etc/buagent/server.allow directory which contains CDP server RSA public keys named with the source IP address of the CDP Server.

Run the following command to list all configuration options:

#cat /usr/sbin/r1soft/conf/agent_config

or

#less /usr/sbin/r1soft/conf/agent_config


Labels:
enterprise_edition enterprise_edition Delete
linux linux Delete
cdp_agent_configuration_utility cdp_agent_configuration_utility Delete
cdp_agent cdp_agent Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.