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
On a Sun Solaris system, applications cannot connect to a queue manager QMl and are getting reason code 2009 MQRC CONNECTION BROKEN.
A. Whatarethecommandsasystemadministratorcanissuetocheckthequeuemanagerstatus?
B. If the queue manager does not end with the endmqm -i command, what does the system administratorneedtodotobeabletorestartthenon-responsivequeuemanager?
C. a.dspmqm,runmqscQMl
D. Delete and recreate the queue manager
E. a. PING QMGR
F. Restore the queue manager from backup
G. a. dspmqm
H. Kill all the MQ processes with the kill -9 command.
I. a. dspmq, runmqsc QMl
J. Stop the queue manager manually, using the procedure from the product documentation.
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 system administrator is determining the route that a message takes through a large network of queue managers. Trace route messaging has been enabled on the queue managers. Messages are being generated and delivered to the local queues on each queue manager in the network. What can the system administrator do to make the collection of trace-route reply messages more efficient?
A. Con gurequeuemanagerfoeactivitytracing.
B. Enable MQI stati ti s for messages to be placed onto SYSTEM.ADMIN.STATISTICS.QUEUE.
C. Set up a single node and rede ne the local SYSTEM.ADMIN.TRACE.ROUTE.QUEUE as a remote queue de nition.
D. Set the ReplyToQ andReplyToQMgr parameters in the MQMD to specify the trace-route reply messagedestination.
A system administrator of a z/OS queue manager expects to have l000 client channels connecting with the
queue manager at the same time.
What should system administrator do to tune the channel initiator to handle this work?
A. Use the default values for the channel initiator parameters.
B. Increase MAXCHL, ACTCHL, TCPCHL, CHIADAPS, and CHIDISPS from the default values.
C. Increase CHIADAPS and use the default values for CHIDISPS, MAXCHL, ACTCHL, TCPCHL.
D. Increase CHIADAPS and CHIDISPS and use the default values for MAXCHL, ACTCHL, TCPCHL.
A system administrator needs to collect monitoring data on an AIX system for performance analysis purposes. The system administrator needs to nd out how many messages are put on and retrieved from a queue, and the total number of bytes that the queue processes during a con gured interval. How can the system administrator enable the collection of the required data and set the interval to l5 minutes?
A. Set the ACCTMQION and the STATINT900 for the queue manager.
B. SetthequeueMONQONa ributeandsettheintervalinthequeuea ributeAMONQINTl5.
C. Set the STATMQION on the queue manager and the queue, and set the interval in the queue manager a ribute STATINTl5.
D. Set the queue manager and the queue STATQON a ributes, and the interval in the queue manager a ribute STATINT900.
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 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
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.
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.