A company has decided to add a standalone queue manager APP3_QM back into their existing APP_CLUSTER. Previously APP3_QM was removed from cluster APP_CLUSTER and set back to the default setting a queue manager has when it is created.
Which of the following set of commands for APP3_QM will accomplish this task?
A. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
B. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUS (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUS (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
C. DEFINE CHANNEL (FROM.REPOS) CHLTYPE (CLUSRVR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (CLUSSDR) TRPTYPE (TCP)
CONNAME (APPSERVER01) CLUSTER (APP_CLUSTER)
RESET CLUSTER (APP_CLUSTER) REPOS (YES)
D. DEFINE CHANNEL ( FROM.REPOS) CHLTYPE (RCVR) TRPTYPE (TCP)
CONNAME (APPSERVER10) CLUS (APP_CLUSTER)
DEFINE CHANNEL (TO.REPOS) CHLTYPE (SDR) TRPTYRE(TCP)
CONNAME (REPOSERVER01) CLUS (APP_CLUSTER)
REFRESH CLUSTER (APP_CLUSTER) REPOS (YES)
正解:C
質問 2:
An administrator has set up message data compression using the built-in WebSphere MQ compression algorithm. How can the administrator determine the current technique applied?
A. Use the MQSC command DISPLAY CHSTATUS
B. Check the Systern logs
C. Use the command dspmqrte
D. Check the AWQER* logs
正解:A
質問 3:
Queue manager DEV_QM1 is no longer able to send and receive messages from queue manager DEV_QM2. Both queue managers reside on the Windows server. The administrator takes a look at the MQ Explorer to see what the problem is and notices the channel initiator for DEV_QM2 has stopped. What options does the administrator have to resolve the problem?
A. Control commands
B. PCF commands
C. MQSC commands
D. WebSphere MQ API Exerciser
E. WebSphere MQ Explorer
正解:A,B,C
質問 4:
An administrator is using WebSphere MQ Explorer to administer a remote queue manager. On the Add a Remote Queue Manager wizard, which of the following fields can the administrator specify values for?
A. MCAUSER
B. Access control list (ACL)
C. User identification
D. Security exit
E. SSL key repositories
正解:C,D,E
質問 5:
An administrator has been asked to create MQ objects on queue manager QM1 so that applications connecting to queue manager QM1 can send messages to queue PAYROLL on queue manger QM2. The following definitions have been created on QM2:
DEFINE QLOCAL (PAYROLL) REPLACE PUT (ENABLED) GET (ENABLED) +
DESCR ('Local queue for QM1 payroll details')
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (RCVR) TRPTYPE (TCP) +
REPLACE DESCR ('Receiver channel from QM1')
What are the minimum definitions needed on QM1?
A. DEFINE QREMOTE (PAYROLL.QUERY) RNAME (PAYROLL) +
RQMNAME (QM2)
ALTER QMGR DEFXMITQ (QM2)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME ('9.20.9.32 (1412) ')
B. DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) + XMITQ (QM2) CONNAME ('9.20.9.32 (1412) ')
C. DEFINE QREMOTE (PAYROLL. QUERY) +
XMTIQ (QM2)RNAME (PAYROLL) RMNAME (QM2)
DEFINE QLOCAL (QM2) USAGE (XMITQ) TRIGGER+
TRIGTYPE (FIRST) TRIGDATA (QM1.TO.QM2) +
INITQ (SYSTEM.CHANNEL.INITQ)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) +
XMITQ (QM2) CONNAME ('9.20.9.32 (1412) ')
D. DEFINE QREMOTE (PAYROLL.QUERY) RNAME (PAYROLL) +
RQMNAME (QM2)
DEFINE CHANNEL (QM1.TO.QM2) CHLTYPE (SDR) TRPTYPE (TCP) +
XMITQ (QM2) CONNAME ('9.20.9.32 (1412) ')
正解:C
質問 6:
An administrator is setting up sender receiver channels between QMGR1 and QMGR2. As part of the verification test, the administrator puts a message on the remote queue RQ of QMGR1 and notices that the message has correctly reached the local queue LQ of QMGR2. An application then starts putting messages on RQ. A few minutes later, the administrator notices that all the messages being put on RQ end up on QMGR2's dead letter queue. What is a probable cause of the problem?
A. The application set Message Expiry on the messages
B. The application set the Report options in the MQ Header of the messages
C. The Max Uncommitted Messages limit on QMGR2 was reached
D. The UserIdentifier set in MQ Header of the messages did not have put authorization on LQ
正解:D