Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Common uses
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