user messages from commands, queue-sharing groups, shared queues" /> Messages from commands with CMDSCOPE

 

Messages from commands with CMDSCOPE

The following examples show the replies from commands that have been entered with the CMDSCOPE attribute.

 

Messages from the ALTER PROCESS command

The following command:

ALT PRO(V4) CMDSCOPE(*)

produces the following messages:

CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000004 
CSQN137I !MQ25 'ALT PRO' command accepted for CMDSCOPE(*), sent to 2 
CSQN205I   COUNT=       5, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'ALT PRO' command responses from MQ26 
CSQM125I !MQ26 CSQMMSGP PROCESS(V4) QSGDISP(QMGR) WAS NOT FOUND 
CSQM090E !MQ26 CSQMMSGP FAILURE REASON CODE X'00D44002' 
CSQ9023E !MQ26 CSQMMSGP ' ALT PRO' ABNORMAL COMPLETION 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'ALT PRO' command responses from MQ25 
CSQ9022I !MQ25 CSQMMSGP ' ALT PRO' NORMAL COMPLETION 
CSQN205I   COUNT=       2, RETURN=0000000C, REASON=00000008 
CSQN123E !MQ25 'ALT PRO' command for CMDSCOPE(*) abnormal completion 

These messages tell you that the command was entered on queue manager MQ25 and sent to two queue managers (MQ25 and MQ26). The command was successful on MQ25 but the process definition did not exist on MQ26, so the command failed on that queue manager.

 

Messages from the DISPLAY PROCESS command

The following command:

DIS PRO(V*) CMDSCOPE(*)

produces the following messages:

CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000004 
CSQN137I !MQ25 'DIS PRO' command accepted for CMDSCOPE(*), sent to 2 
CSQN205I   COUNT=       5, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DIS PRO' command responses from MQ26 
CSQM408I !MQ26  PROCESS(V2)  QSGDISP(COPY) 
CSQM408I !MQ26  PROCESS(V3)  QSGDISP(QMGR) 
CSQ9022I !MQ26 CSQMDRTS ' DIS PROCESS' NORMAL COMPLETION 
CSQN205I   COUNT=       7, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DIS PRO' command responses from MQ25 
CSQM408I !MQ25  PROCESS(V2)  QSGDISP(COPY) 
CSQM408I !MQ25  PROCESS(V2)  QSGDISP(GROUP) 
CSQM408I !MQ25  PROCESS(V3)  QSGDISP(QMGR) 
CSQM408I !MQ25  PROCESS(V4)  QSGDISP(QMGR) 
CSQ9022I !MQ25 CSQMDRTS ' DIS PROCESS' NORMAL COMPLETION 
CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000000 
CSQN122I !MQ25 'DIS PRO' command for CMDSCOPE(*) normal completion   

These mesasges tell you that the command was entered on queue manager MQ25 and sent to two queue managers (MQ25 and MQ26). Information is displayed about all the processes on each queue manager with names starting with the letter V.

 

Messages from the DISPLAY CHSTATUS command

The following command:

DIS  CHS(VT) CMDSCOPE(*)

produces the following messages:

CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000004 
CSQN137I !MQ25 'DIS CHS' command accepted for CMDSCOPE(*), sent to 2 
CSQN205I   COUNT=       4, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DIS CHS' command responses from MQ25 
CSQM422I !MQ25 CHSTATUS(VT) CHLDISP(PRIVATE) CONNAME( ) CURRENT STATUS(STOPPED) 
CSQ9022I !MQ25 CSQXDRTS ' DIS CHS' NORMAL COMPLETION 
CSQN205I   COUNT=       4, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'DIS CHS' command responses from MQ26 
CSQM422I !MQ26 CHSTATUS(VT) CHLDISP(PRIVATE) CONNAME( ) CURRENT STATUS(STOPPED) 
CSQ9022I !MQ26 CSQXDRTS ' DIS CHS' NORMAL COMPLETION 
CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000000 
CSQN122I !MQ25 'DIS CHS' command for CMDSCOPE(*) normal completion   

These messages tell you that the command was entered on queue manager MQ25 and sent to two queue managers (MQ25 and MQ26). Information is displayed about channel status on each queue manager.

 

Messages from the STOP CHANNEL command

The following command:

STOP CHL(VT) CMDSCOPE(*)

produces these messages:

CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000004 
CSQN137I !MQ25 'STOP CHL' command accepted for CMDSCOPE(*), sent to 2 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'STOP CHL' command responses from MQ25 
CSQM134I !MQ25 CSQMTCHL  STOP CHL(VT) COMMAND ACCEPTED 
SQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'STOP CHL' command responses from MQ26 
CSQM134I !MQ26 CSQMTCHL  STOP CHL(VT) COMMAND ACCEPTED 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'STOP CHL' command responses from MQ26 
CSQ9022I !MQ26 CSQXCRPS ' STOP CHL' NORMAL COMPLETION 
CSQN205I   COUNT=       3, RETURN=00000000, REASON=00000004 
CSQN121I !MQ25 'STOP CHL' command responses from MQ25 
CSQ9022I !MQ25 CSQXCRPS ' STOP CHL' NORMAL COMPLETION 
CSQN205I   COUNT=       2, RETURN=00000000, REASON=00000000 
CSQN122I !MQ25 'STOP CHL' command for CMDSCOPE(*) normal completion

These messages tell you that the command was entered on queue manager MQ25 and sent to two queue managers (MQ25 and MQ26). Channel VT was stopped on each queue manager.