A system administrator cannot start a queue manager QMA on AIX and has been requested by IBM Support to provide an MQ detailed early trace. There is only one installation on this system with two queue managers, QMA and QMB. To capture an early detailed trace, which command does the system administrator need to issue before trying to start the QMA queue manager?
A. strmqtrc-e -t all -t detail
B. strmqtrc-e-mQMA -tdetail
C. strmqtrc-mQMA -tall-tdetail
D. strmqtrc-m QMA -e -t all -t detail
A client application receives en error MQRC Q FULL indicating that the queue is full. The administrator sets the queue properties for queue depth max events QDPMAXEV to ENABLED. Which setting must the system administrator con gure at the queue manager level and which queue does the system administrator need to monitor for event messages?
A. Inhibit Events set to Enabled Monitor the SYSTEM.ADMIN.INHIBIT.EVENT queue
B. Remote Events set to Enabled Monitor the SYSTEM.ADMIN.QMGR.EVENT queue
C. Performance Events set to Enabled Monitor the SYSTEM.ADMIN.PERFM.EVENT queue D.Con guration Events set to Enabled Monitor the SYSTEM.DEFAULT.MODEL.QUEUE queue
A system administrator is planning to use IBM MQ V8.0 to process transactions requiring media and
restart recovery.
How can the system administrator implement this requirement?
A. Create a queue manager with linear logging.
B. Create a queue manager with circular logging
C. Create a queue manager with the default options.
D. Ensure that all queues for the application have the default persistence a ribute enabled.
An existi g JMS Client application is to make use of the Automati Client Reconnect feature without
changing the application code.
Where must the system administrator activate the automatic reconnect option for the JMS client
application?
A. Client Pre-Connect Exit
B. DefRecon parameter of the mqclient.ini Channels stanza
C. CLIENTRECONNECTOPTIONS property of the ConnectionFactory
D. Default Reconnection parameter within the Client Channel De nition Table CCDT
A queue-sharing group on z/OS consists of three queue managers: QMl, QM2, and QM3. After an unexpected failure, QM2 cannot be restarted. A system administrator needs to nd out if there are any indoubt threads that need to be recovered manually. What command should the system administrator run on QMl to see the indoub hreads.
A. DISPLAY INDOUBT*
B. DISPLAY THREAD * TYPE INDOUBT ALL
C. DISPLAYTHREAD* TYPE INDOUBTQMNAMEQM2
D. DISPLAYCONN* WHERE UOWSTATE EQ UNRESOLVED
IBM MQ servers were installed on both AIX and IBM i with one queue manager on each server. A system administrator will administer both queue managers from MQ Explorer. What must the system administrator verify to ensure that the MQ Explorer connects to both queue managers?
A. A command server and a TCP/IP listener are running on the MQ Explorer machine.
B. A command server and a TCP/IP listener are running, and the SYSTEM.ADMIN.SVRCONN channel andtheSYSTEM.MQEXPLORER.REPLY.MODELqueuearede ned.
C. The SYSTEM.DEF.CLNTCONN channel and the queue manager listener are running.
D. The SYSTEM.ADMIN.SVRCONN channel and the SYSTEM.MQEXPLORER.REPLY.MODEL.QUEUE queue are de ned.
A system administrator is using the MQ-supplied Dead Le er Queue Handler program. The system administrator needs to ensure that the dead-le er queue does not ll up and the messages that cannot be requeued to their original destination are moved to a queue named 'SYS4.DEAD.QUEUE.MANUAL', with the dead-le er header included in the message. Which nal rule in the dead-le er queue rules table input should thesystem administrator use?
A. ACTION FWD FWDQ SYS4.DEAD.QUEUE.MANUAL HEADERYES
B. ACTION REQ REQQ SYS4.DEAD.QUEUE.MANUAL HEADERYES
C. ACTION PUT PUTQ SYS4.DEAD.QUEUE.MANUAL INCLHDRYES
D. ACTION MOV DESTQ SYS4.DEAD.QUEUE.MANUAL INCLUDEHDR
A system administrator needs to ensure IBM MQ is at the Fix Pack 8.0.0.2 level.
A. What command should the system administrator use to nd out the current version of IBM MQ?
B. If the current IBM MQ version is 8.0.0.0, which Fix Packs need to be installed to upgrade it to 8.0.0.2?
C. a. dspmq
D. 8.0.0.2
E. a. dspmqver
F. 8.0.0.2
G. a. mqver
H. 8.0.0.l and 8.0.0.2
I. a. dspmqver
J. 8.0.0.l and 8.0.0.2
There is a requirement to create a development queue manager on AIX with authorization checks
disabled.
How can a system administrator do this?
A. Set environment variable MQSNOAUT=yes before creating the queue manager.
B. Set SecurityPolicy=none on Service stanza in qm.ini le then start the queue manager.
C. Start the queue manager with the MQSNOAUT environment variable set to "YES".
D. Create the queue manager and then run the setmqaut command with the -remove all a ribute.
Application A is connected to a queue manager that is named QMl. Application B is connected to a queue manager that is named QM2. The messages that Application A puts to a queue on QMl, must be transferred to QM2 only when QM2 noti es QMl that it is ready to receive the messages. What channels must the system administrator create on QMl and QM2 to support this topology?
A. A sender channel on QMl and a receiver channel on QM2.
B. A sender channel on QMl and a requester channel on QM2.
C. A server channel on QMl and a client connection channel on QM2.
D. A server channel on QMl and a server connection channel on QM2.