ID5 IIB Commands
ID5 IIB Commands
Introduction :- 2
Basic Commands :- 2
Monitoring Commands :- 3
mqsichangeproperties Commands :- 4
mqsireportproperties Commands :- 4
Normal Commands :- 5
Mqsiapplybaroverride Command :- 6
mqsideploybar command 6
mqsistopmsgflow command 6
mqsistartMsgflow command :- 7
mqsichangeproperties command :- 7
mqsireportproperties command :- 8
mqsisetdbparms command :- 8
mqsireadlog command :- 9
other commands :- 9
Override commands :- 9
Basic Commands :-
→ To List out all the Integration Nodes created in the current
installation
● mqsilist
→ To create the IntegrationNode with Queue Manager association -- (not
using)
● mqsicreatebroker {IntegrationNodeName} -q {QMGRNAME} -i {USERNAME}
-p {Password}
→ To create an integration Node
● mqsicreatebroker BROKER_NAME
(or)
● mqsicreatebroker IntegrationNode_Name
→ To start an integration_Node
● mqsistart Broker_Name (or) mqsistart IntegrationNode_Name
→ To stop an integration_Node
● mqsistop Broker_Name (or) mqsistop IntegrationNode_Name
→ To delete an integration_Node
● mqsideletebroker Broker_Name or mqsideletebroker IntegrationNode_Name
→ To create Execution Group
● mqsicreateexecutiongroup {IntegrationNodeName} -e {EGName}
→ To start Execution Group
● mqsistartmsgflow {IntegrationNodeName} -e {EGName}
→ To stop Execution Group
● mqsistopmsgflow {IntegrationNodeName} -e {EGName}
→ To delete Execution Group
● mqsideleteexecutiongroup {IntegrationNodeName} -e {EGName}
→ To delete Execution Group an remote broker
● mqsideleteexecutiongroup -n {IntegrationNodeName} -e {EGName}
→To specify Debug Port for EG
● mqsichangeproperties {IntegrationNodeName} -e Server_Name -o
ComIbmJVMManager -n jvmDebugPort -v number( ex 7789)
→ To List out all the deployed objects under Execution Group
● mqsilist {IntegrationNodeName} -e Server_Name -k ApplicationName
→ To List out all the deployed objects that are configured Library
● mqsilist {IntegrationNodeName} -e Server_Name -k ApplicationName -y
{LibraryName}
→ To return detailed information about Application
● mqsilist {IntegrationNodeName} -e Server_Name -k myApplication -d2
→ To lists all deployed objects that are configured in Application
● mqsilist {IntegrationNodeName} -e Server_Name -k ApplicationName -r
→ To List out a summary of the EG that are defined on a broker
● mqsilist {IntegrationNodeName}
→ To display detailed info about all resources for Integration Nodes on
Local System
● mqsilist -a -r -d2
Monitoring Commands :-
mqsichangeproperties Commands :-
mqsireportproperties Commands :-
→ To report the HTTP Listener Property at IntegrationNode Level
● mqsireportproperties {IntegrationNodeName} -b httplistener -o HTTPConnector -
a
→ To report the HTTP Listener Property at EG Level
● mqsireportproperties {IntegrationNodeName} -e Server_Name -o
HTTPConnector -a
Normal Commands :-
Example
mqsireadbar -b C:\IIBWorkspace\DTPTibcoConn\BARfiles\
DA_PersistUWSInfo_integrationProd_prod_v1_1.bar -r
→ BAR Override Command
● mqsiapplybaroverride -b {BARFileName} -p propertyfileName -r
Example
mqsiapplybaroverride -b C:\IIBWorkspace\iib9\BARfiles\emp.bar -k Test12App -m
Test12Flow#TABLE=DEPT
→ to read the bar file
● mqsireadbar -b <barfilename> (name of the bar file to be read)
Mqsiapplybaroverride Command :-
mqsideploybar command
mqsistopmsgflow command
1)mqsistopmsgflow <IntegrationNodeName> -e <executionname> -k
<applicationname>
2)mqsistopmsgflow <IntegrationNodeName> -e <executionname> -k <application
name> -m <msgflow name>
3)mqsistopmsgflow <IntegrationNodeName> -e <IntegrationServer> -m
<myFlowname> -f <restartExecutionGroup>(-f for restart the execution group name)
mqsistartMsgflow command :-
mqsichangeproperties command :-
mqsireportproperties command :-
mqsisetdbparms command :-
other commands :-
Override commands :-
(or)
14. How to check the password and username is correct or not to a DSN ?
mqsireportdbparms Broker_Name -n DSN_Name -u User_Name -p Password.
1. To Create Broker
ibmint create node N1
2. To Start Broker
ibmint start node N1
3. To Delete Broker
ibmint delete node N1
4. To Create ExecutionGroup
ibmint create server S1 --integration-node N1
5. To Start ExecutionGroup
ibmint start server S1 --integration-node N1
***
Prepared By
Rajesh Ponnathota