IBM MQ for z/OS recovery routines experienced an issue which resulted in an X'5C6" abend. What type of dump needs to be investigated by the system administrator if no dump location has been speci ed by JCL?
A. SVC
B. Snap
C. Stand-alone
D. SYSUDUMP
QUEUEl has messages from an uncommi ed unit of work. Which command can the system administrator use to nd the name of the application connected to QUEUEl?
A. DISPLAY QUEUE QUEUEl ALL
B. DISPLAY THREAD * TYPE INDOUBT
C. DISPLAYQSTATUSQUEUElTYPEQUEUEALL
D. DISPLAYQSTATUSQUEUElTYPEHANDLEALL
A system administrator needs to design a solution for transferring con dential data from a nancial institution that is using MQ network to another institution that is using non-MQ network and FTP/SFTP protocols. The data must be protected while the messages are on the queues on the MQ network and during the transfer. How can the system administrator do this?
A. Use IBM MQ Managed File Transfer and Advanced Message Security.
B. Use publish/subscribe topology combined with SSL/TLS enabled channels.
C. Enable SSL/TLS on sender and receiver channels and also enable the FTP protocol on the queue manager.
D. Use native MQ, which has the ability to transfer les over a non-MQ FTP/SFTP network and encrypts data on queues by default.
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 installed IBM MQ V8.0 on AIX. Business rules require complete recovery of
messages on queues to avoid data loss and a quick restart of IBM MQ V8.0 to minimize messaging
outages.
What must the system administrator to do make MQ compliant with these business rules?
A. De necircularlogging andbackup/opt/mqmregularly.
B. De ne LogFilePages = l28kb and back up /usr/mqm regularly.
C. De ne linear logging and persistent messages, and back up /var/mqm regularly.
D. Create a queue manager as persistent and back up /usr/mqm regularly.
A system administrator created a program to monitor the queue manager using Programmable Command Format PCF commands. The program reported an invalid format error in the message header when the system administrator ran the program. To correct the invalid program error, which message format should the system administrator specify in the QMD Header?
A. MQFMT ADMIN
B. MQFMT STRING
C. MQFMT REPORT
D. MQFMT COMMAND
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.
Asystemadministratorneedstoknow whethertheelapsedtime between aputand aget operation on a queue is
greater thanl0milliseconds.
What can system administrator do to get this information?
A. Run the DISPLAY QUEUE command and check the CRTIME value.
B. Run the DISPLAY QSTATUS command and check the MSGAGE value.
C. Set ACTIVRECQUEUE and ACTIVINTl0 on the queue manager.
D. Set QSVCIEVHIGH and QSVCINTl0 on the queue and set PERFMEVENABLED on the queue manager.
A system administrator has set up the MQ infrastructure in a company as shown below:
There are three queue managers QMGRl, QMGR2 and QMGR3.
QMGR2 and QMGR3 are part of a cluster MYCLUS.
QMGRl and QMGR2 are connected using sender-receiver channels using QMGR2 as the transmission
queue.
As part of a new requirement, the system administrator creates the following de nitions QMGRl defqrMQ8QM.REMOTE RNAME MQ8QM.LOCAL RQMNAME MQ8QM XMITQ QMGR2: defqrMQ8QM RQMNAME QMGR3 defqlocal MQ8QM.NEW QMGR3: defqalias MQ8QM.LOCAL target MQ8QM.NEW defqlocal MQ8QM.NEW The system administrator tests the connectivity by putting a message on MQ8QM.REMOTE on QMGRl using IBM WebSphere MQ Explorer. Where does the message end up?
A. MQ8QM.NEW on QMGR2
B. MQ8QM.NEW on QMGR3
C. Dead-le er queue on QMGR2
D. Dead-le er queue on QMGR3
In a network topology, a queue manager will have multiple clients connecting to a single server-
connection channel by using a TCP client-connection channel. The channel must be con gured so that an
idle client does not stay connected.
To support this topology, the system administrator should:
A. set the KAINT a ribute on the client-connection channel.
B. setthe MRTMRa ribute on the client-connection channel.
C. setthe HBINT a ribute on theserver-connection channel.
D. setthe DISCINT a ribute on the server-connection channel.