CMA Configuration Parameters

The CMA configuration parameters are as follows.

command-channel

  • handshake-timeout: defines how long CMA waits for the handshake to complete.
  • keep-alive: defines how frequently CMA issues heartbeat requests to CMS. The default value of 45 indicates that CMA sends heartbeat requests to CMS every 45 seconds during periods of inactivity.
  • keep-alive-timeout: defines the number of seconds that CMA waits for heartbeat response from CMS before closing the connection.
  • address: defines the adapter IP address that CMA binds to before listening for incoming control channel requests. The default value of 0.0.0.0 indicates using all adapter IP addresses.
  • port: defines the IP port that CMA listens on for incoming control channel connections.
  • valid-internal-hosts: defines IP addresses of internal CMS servers. IP addresses can be specified as a full IP address or an IP address with the number of subnet bits. Multiple IP addresses can be defined by separating them with a semicolon.

data-channel

  • address: defines the adapter IP address that CMA binds to before listening for incoming data channel requests. The default value of 0.0.0.0 indicates using all adapter IP addresses.
  • port: defines the IP port that CMA listens on for incoming data channel connections.
  • connect-timeout: defines how long CMA waits for a CMS connection requested by CMA over the command (namely control) channel.
  • idle-timeout: this parameter is for future use and can be ignored.

socks-channel

  • address: defines the adapter IP address that CMA binds to before listening for incoming requests from Internet Server. The default value of 0.0.0.0 indicates using all adapter IP addresses.
  • port: defines the IP port that CMA listens on for incoming connections from Internet Server.
  • valid-sock5-hosts: defines the Internet Server hosts from which CMS accepts connection requests. The default value of 127.0.0.1 indicates accepting requests from the local host. Multiple IP addresses can be defined by separating them with a semicolon.

proxy-manage

  • valid-hosts: defines the TIBCO MFT Command Center hosts that can manage this CMS. IP addresses can be specified as a full IP address or an IP address with the number of subnet bits. Multiple IP addresses can be defined by separating them with a semicolon.
  • password: defines the encrypted TIBCO MFT Command Center management password.