BIP8841

Severity

0 : Information

Message

Deploys pub/sub neighbors, topics or BAR file configuration data to the specified broker(s).

Syntax 1 (deploy pub/sub neighbors):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -l [-m] [-w timeoutValue] [-v traceFileName]

Syntax 2 (deploy topics hierarchy):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -t [-m] [-w timeoutValue] [-v traceFileName]

Syntax 3 (deploy BAR file):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -b brokerName -e executionGroupName -a BARFileName [-m] [-w timeoutValue] [-v traceFileName]

Syntax 4 (deploy broker configuration):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -b brokerName [-w timeoutValue] [-v traceFileName]

Syntax 5 (remove previously deployed objects):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -b brokerName -e executionGroupName -d deployedObjects [-w timeoutValue] [-v traceFileName]

Syntax 6 (cancel deployment):
mqsideploy (-n cfgParameterFileName | (-i ipAddress -p port -q qMgr)) -c [-b brokerName] [-w timeoutValue] [-v traceFileName]

Explanation

Command Options:
'-n cfgParameterFileName' Configuration Manager connection parameters (.configmgr)
'-i ipAddress' IP address or hostname of the Configuration Manager
'-p port' port number of the Configuration Manager
'-q queueManager' queue manager of the Configuration Manager
'-b brokerName' name of broker to deploy to
'-e executionGroupName' name of execution group to deploy to
'-a BARFileName' deploy the specified Broker Archive file
'-d deployedObjects' remove a colon separated list of deployed objects from the execution group
'-c' tells the Configuration Manager to stop waiting for broker responses to currently outstanding deploy requests, across the domain or on the specified broker. Use this flag with caution; any subsequent responses to cancelled deploys will be ignored by the Configuration Manager, meaning that the status reported by the Configuration Manager may be incorrect.
'-l' deploy pub/sub neighbor (topology) configuration to all brokers
'-t' deploy topics hierarchy to all brokers
'-m' deploy complete information (default is to perform incremental deploy; changes to the deployed state)
'-w timeoutValue' value in seconds to wait for the broker to reply to the deploy request
'-v traceFileName' send verbose internal trace to the specified file.