View the current preferences for the TMTM Extensible Agent itself.
agentpref --get-agent
Set the deployment interval for the TMTM Configuration Agent.
agentpref --set "BTMConfig Ext" DeploymentInterval x
where: BTMConfig Ext is the BTM extension name enclosed in quotation marks. x is the deployment interval in seconds.
Set the batch pcf mode for channel monitoring for the IBM MQ Extension.
agentpref --set "WebSphere MQ Monitor" --pref_path ComMQSoftwareWebSphereMQQueueManager MYQMGR ChannelBatchModeMonitoring on
where: WebSphere MQ Monitor is the IBM MQ extension name enclosed in quotation marks.
ComMQSoftwareWebSphereMQQueueManager is the type_path, MYQMGR is the name_path, ChannleBatchModeMonitoring is the preference name and "on" is the preference value.
Remove the batch pcf mode for channel monitoring for the IBM MQ Extension.
where: WebSphere MQ Monitor is the IBM MQ extension name enclosed in quotation marks.
ComMQSoftwareWebSphereMQQueueManager is the type_path, MYQMGR is the name_path, ChannleBatchModeMonitoring is the preference name.
Change the ping frequency.
agentpref --set-agent RTServer_Ping_Frequency n
where: n is the required ping time.
Add remote queue manager preferences from a CSV file.
agentpref --set-remote-qmgr-csv filename
where: filname is the name of a file containing remote queue manager preferences in CSV (Comma Separated Values) format.Each line of this file contains the following values: QueueManagerName, ChannelName, ConnectionName. If any of the values contain a comma, you must enclose the value in quotes. If a value contains a quote, it must be escaped with another quote as follows: "queuemanager1,3", "channel""1", connection35