An application using the WebSphere MQ classes for JMS encountered an error. A First Failure Support TechnologyFFST le has been created named JMS000l.FDC. Which default directory should the system administrator review?
A. /var/mqm/errors
B. /var/mqm/errors/FFDC
C. /var/mqm/qmgrs/QMGRNAME/errors/FFDC
D. current application working directory/FFDC
A user reports that the message was put to queue QUEUEl, but an application receives MQRC NO MSG AVAILABLE when it tries to get the message. Which command can the system administrator use to check both the current depth of QUEUEl and whetherthereareuncommi edmessages?
A. DISPLAY QUEUE QUEUEl ALL
B. DISPLAY THREAD * TYPE INDOUBT
C. DISPLAYQSTATUSQUEUElTYPEQUEUEALL
D. DISPLAYQSTATUSQUEUElTYPEHANDLEALL
The connection status is 'Disconnected' for a Remote Queue Manager in the MQ Explorer. An a empt to
connect to the Remote Queue Manager results in an error:
Command server not responding within timeout period. AMQ4032 Which MQSC command should the
system administrator use to check if the command server is running?
A. DISPLAY QMGR SCMDSERV
B. DISPLAY QMSTATUS SCMDSERV
C. DISPLAY SERVICE STARTCMD
D. DISPLAY LSSTATUS COMMANDS
A system administrator migrated IBM MQ for z/OS from V7.l to V8.0. What operation mode allows the system administrator to backward migrate an existing queue manager?
A. OPMODE = COMPAT, 7.l
B. OPMODE = COMPAT, 7l0
C. OPMODE = NEWFUNC, 7.l.0
D. OPMODE = NEWFUNC, 800
A system administrator is preparing for a multi-instance queue manager con guration and has run the
amqmfsck command.
What does a positive report from the command amqmfsck tell the system administrator?
A. The queue manager data is stored successfully on the shared disk.
B. The queue manager is ready to participate in a multi-instance con guration.
C. The installed version of IBM MQ is capable of handling a multi-instance queue manager.
D. The le system meets the requirements for storing data of a multi-instance queue manager.
A system administrator has been given a task to install IBM MQ V8.0 on an AIX system which already has
WebSphere MQ V7.5 on it. The system administrator wants to set a speci c installati n name for the
second copy.
How can the system administrator do this?
A. Issue command crtmqm -n
B. Issue command setmqinst -n
C. Issue command crtmqinst -n
D. Specify the installation name during the install when prompted.
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.
IBM MQ will be installed into a multi-instance queue manager environment. After de ning the shared le system, the system administrator created the queue manager QMA on the rstserver. How can the system administrator create the second queue manager in order for it to be the standby instance?
A. Change the STANDBY option in the queue manager object to PERMITTED.
B. Use dspmqinf on the rst server and addmqinf on the second server.
C. Use crtmqm with the option that allows the queue manager to be created as the standby.
D. Use crtmqm to create the queue manager on the second server and copy /var/mqm from the rst server.
A system administrator has de ned a queue manager cluster CLUSl consisting of queue managers QMGRl, QMGR2 and QMGR3. QMGRl and QMGR2 are full repository queue managers. The system administrator has been asked to add a new queue manager, QMGR4, as a partial repository to the existing cluster. WhatactiondoesthesystemadministratorneedtoperformonQMGR4?Choosetwo.
A. RunALTERQMGRREPOSCLUSl
B. Run ALTER QMGR REPOS CLUS2
C. De ne a cluster-receiver channel
D. De neacluster-senderchanneltoQMGR2
E. De neacluster-senderchanneltoQMGR3
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.