dmanager.conf
The dmanager.conf is a Configuration file used to configure the environment for activities performed on the Manager. The dmanager.conf file is also responsible for setting up the communication ports between the Manager and any other underlying services within BDA.
The following figure shows the basic level configurations of the ports responsible for communication between the Manager and the Agent.
#
# This is the dmanager configuration file
#
# Statistics poll port to listen on
poll_port=7001
# Listen for initial node information on this port
node_init_port=7002
# Listen for initial node information on this port (encrypted)
node_init_ssl_port=7003
# SSL Certificate file
ssl_cert_file=/app/clarity/dmanager/etc/server.pem
# SSL Private Key (must be PEM formatted)
ssl_privatekey_file=/app/clarity/dmanager/etc/server.key
debug=on
# Manager state file
state_file=/app/clarity/dmanager/var/dstate
# Manager IP
manager_vip=0.0.0.0
dont_import_postgres=true
# Configure log rotation
max_log_size=10485760
max_number_logs=3
service=static DmanagerMgmtAsyncTask "-t 16"
service=static DmanagerMgmtTask "-t 8"
service=static DmanagerMgmtAcceptor "-t 1"
service=static PollCollector "-t 1"
service=static StatsCollector "-s 0 -u 500000"
# This is for CMDB
service=static CMDBSerializer "-t 1 -n /app/clarity/dmanager/var/cmdb/new -x /app/clarity/dmanager/var/cmdb/proc -p /app/clarity/dmanager/var/cmdb/pend -e /app/clarity/dmanager/var/cmdb/error -i 86400"
# transport_layer_backward_compatibility_mode
# valid values: true, false
# default: false
#
# If it is set to true, transport_layer_backward_compatibility_mode gives the
# manager permission to use older SSL transport layer protocols which are
# vulnerable to POODLE or BEAST when communicating with agents and clients that
# do not support the latest, most secure, protocols. If you need to communicate
# with BDA agents 8.9.00 or older, you need to have this parameter set to true.
#
# This parameter and comment block are added automatically when a manager is
# updated to a new version and the dmanager.conf and mtd.conf files do not
# contain a reference to the parameter. If you want to turn off this backward
# compatibility mode and not have it re-enabled the next time you upgrade,
# please either set the parameter to 'false' or comment out the parameter.
transport_layer_backward_compatibility_mode=false
# This is the dmanager configuration file
#
# Statistics poll port to listen on
poll_port=7001
# Listen for initial node information on this port
node_init_port=7002
# Listen for initial node information on this port (encrypted)
node_init_ssl_port=7003
# SSL Certificate file
ssl_cert_file=/app/clarity/dmanager/etc/server.pem
# SSL Private Key (must be PEM formatted)
ssl_privatekey_file=/app/clarity/dmanager/etc/server.key
debug=on
# Manager state file
state_file=/app/clarity/dmanager/var/dstate
# Manager IP
manager_vip=0.0.0.0
dont_import_postgres=true
# Configure log rotation
max_log_size=10485760
max_number_logs=3
service=static DmanagerMgmtAsyncTask "-t 16"
service=static DmanagerMgmtTask "-t 8"
service=static DmanagerMgmtAcceptor "-t 1"
service=static PollCollector "-t 1"
service=static StatsCollector "-s 0 -u 500000"
# This is for CMDB
service=static CMDBSerializer "-t 1 -n /app/clarity/dmanager/var/cmdb/new -x /app/clarity/dmanager/var/cmdb/proc -p /app/clarity/dmanager/var/cmdb/pend -e /app/clarity/dmanager/var/cmdb/error -i 86400"
# transport_layer_backward_compatibility_mode
# valid values: true, false
# default: false
#
# If it is set to true, transport_layer_backward_compatibility_mode gives the
# manager permission to use older SSL transport layer protocols which are
# vulnerable to POODLE or BEAST when communicating with agents and clients that
# do not support the latest, most secure, protocols. If you need to communicate
# with BDA agents 8.9.00 or older, you need to have this parameter set to true.
#
# This parameter and comment block are added automatically when a manager is
# updated to a new version and the dmanager.conf and mtd.conf files do not
# contain a reference to the parameter. If you want to turn off this backward
# compatibility mode and not have it re-enabled the next time you upgrade,
# please either set the parameter to 'false' or comment out the parameter.
transport_layer_backward_compatibility_mode=false
The following table describes each parameter of the dmanager.conf file:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*