Tuesday, June 27, 2017


Command to check entire execution group information:

mqsireportproperties ESS_NODE -e TEST -o HTTPSConnector -r

Command to know the execution group port number :

mqsireportproperties ESS_NODE -e TEST -o HTTPConnector -n port

Command to know the broker level port Number :

mqsireportproperties ESS_NODE -b httplistener -o HTTPConnector -n port

Command to deploy the bar file :

mqsideploy brokername -e execution -a barfilenamewithpath -d todeleteanythinginexecutingroup

Command to read Bar file :

mqsireadbar -b barpathlocation

Command to override bar property files : 

mqsiapplybaroverride -b barfilelocattion -p propertyfilelocation -o newbarlocation

Command to Stop Execution Group : 

mqsistopmsgflow brokername -e execution

Command to Stop Message Flow :

mqsistopmsgflow brokername -e execution -m flowname -w300

Command to change the Port Number EG:

mqsichangeproperties brokername -e execution -o Httpconenctor -n explicitysetportnumber -v newportnumber

Tracing Commands :

 1. Start trace.

mqsichangetrace EssiConnectSIT -t -e NGAMERAAPPTEST -l debug -r -c 100000

2. Put a message on the queue to cause the failure to occur.  (In this step we need to create the order via RAINBOW)

3. Stop trace.

mqsichangetrace EssiConnectSIT -t -e NGAMERAAPPTEST -l none

4. Retrieve the trace log for the specified component.

mqsireadlog EssiConnectSIT -t -e NGAMERAAPPTEST -f -o flowtrace.xml

5. Format the XML trace file.

mqsiformatlog -i flowtrace.xml -o serviceflowtrace.txt



Email Output Node Configuration Commands :

mqsicreateconfigurableservice brokername -c SMTP -o configurableservicename

mqsichangeproperties brokername -c SMTP -o configurableservicename -n servername -v smtpserverport

mqsisetdbparms brokername -n securityidentity -u username -p password


mqsichangeproperties brokername -c smtp -o configurableservicename -n securityidentity -v securityidentityname


Command to set mqsi path : 

mqsiprofile

Command to Start the Message Flow : 

mqsistartmsgflow brokername -e execution -m flowname

FTP Configurable Service Commands :

Create Configurable Service:

mqsicreateconfigurableservice EssiConnectSIT -c FtpServer -o Server01 -n serverName,scanDelay,transferMode,connectionType,securityIdentity -v SGDC2FTPS001T:21,60,BINARY,ACTIVE,ftpredhat2

Set Username and Password:

mqsisetdbparms EssiConnectSIT -n ftp::ftpredhat2 -u iibuser -p iibuser

mqsireload ESS_NODE   or  mqsistop ESS_NODE  and mqsistart ESS_NODE

Delete the FTP Configurable Service :

mqsideleteconfigurableservice ESS_NODE -c FtpServer -o Server01




No comments:

Post a Comment