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
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
An application needs to clear a local queue using PCF commands. The application is getting reason code 2035 MQRC NOT AUTHORIZED. Channel authentication records are disabled. What are the minimum required permissions a system administrator needs to assign to the application users?
A. All authority to the queue manager object.
B. A blank MCAUSER in the server connection channel.
C. Connect authority to the queue manager object and Clear authority to the queue.
D. Connect and Control authority to the queue manager object and ALL MQI authority to the queue.
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 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.
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 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
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.