There is an environment where all cluster-sender channels are automatically associated with a separate cluster transmission queue.
What command would an administrator run to have all cluster-sender channels associated with the single default cluster transmit queue?
A. ALTER QMGR DEFCLXQ(SCTQ)
B. ALTER QMGR DEFCLXQ(CHANNEL)
C. ALTER QMGR CLUSTERQ("SYSTEM.CLUSTER.TRANSMIT.QUEUE")
D. ALTER QMGR DEFCLXQ("SYSTEM.CLUSTER.TRANSMIT.QUEUE")
Due to a hardware failure, a queue manager stops. Both the queue manager configuration and log data
are lost. The queue manager is unable to restart or to be recovered from the log.
In this situation, what can the administrator do to restore service?
A. Use media recovery to restore damaged objects.
B. Use the strmqm -s command to start queue manager in safe mode.
C. Mount a new file system and move queue files onto new hardware.
D. Recreate the queue manager and all of its objects from previously saved definitions.
What is the result of running the rpm -qa| grep MQSeries command on a Linux server?
A. Adds packages
B. Removes packages
C. Displays packages
D. Installs packages
A business application has been removed from the mqm group but still has privileged authority through OAM access grants. The MQ administrator must delete the authorizations that grant administrative access to the queue manager while retaining those that do not.
Which access grant should the administrator retain?
A. +crt on Queues
B. +all on the Command Queue
C. +chg on the Queue Manager
D. +setall on the Default Model queue
It is suspected that a poor programming technique has been used in coding an application that uses an MQ queue (Q1). The application puts a high volume of small messages to the queue. It has been observed that when the application is running, server CPU resource usage increases sharply.
Which command(s) will provide the administrator with the data needed to confirm or reject the poor programming technique?
A. ALTER QMGR STATMQI(ON)
B. ALTER QLOCAL(Q1) STATMQI(ON)
C. ALTER QLOCAL(Q1) ACCTQ(QMGR) ALTER QMGR ACCTINT(10) ACCTQ(NONE)
D. ALTER QMGR STATCHL(ON) STATQ(NONE) ALTER QLOCAL(Q1) STATQ(QMGR)
What topic attribute/value pair controls delivery of all non-persistent publications to all subscribers?
A. NPMSGDLV(ALL)
B. NPPUBDLV(ALL)
C. MSGDLV(NPSISTALL)
D. PUBDLV(NPSISTALL)
The z/OS MQ System Administrator configures a SVRCONN channel with DISCINT(1200), HBINT(600) and KAINT(AUTO). Assume a connected client is executing an extended MQGET with WAIT call when DISCINT expires. What is the result?
A. The client is not disconnected.
B. The client connection is multiplexed.
C. The client begins reconnection processing after disconnection.
D. The client is disconnected which is indicated by an MQ message.
An administrator has been given the requirement to enable MQ queue (Q1) in such a way that APP_A can only put a message on the queue Q1 and Application APP_B can only get a message from queue Q1. What is one way an administrator achieves this?
A. By creating two separate alias queues with required attributes
B. By controlling access level for queue (Q1) using queue attributes
C. By defining different policies for both applications(APP_A and APP_B) at QMGR level
D. By controlling access at SVRCONN channel used by the applications(APP_A and APP_B) to connect to QMGR
Statistics must be gathered for a channel on a distributed platform queue manager which connects to a z/
OS queue manager. The channel will be processing a very high message volume and the processing
impact to the distributed queue manager must be minimized.
What is the appropriate setting for the STATCHL property of the channel definition?
A. Low
B. High
C. Medium
D. Low with the QMGR STATCHL property set to NONE
The MQ Administrator has enabled Command Events in order to log all successful MQSC commands. What else must be done to also capture the unauthorized MQSC command attempts?
A. Enable Authority Events
B. Enable Security Events
C. Change the Authority Event setting from DISABLED to NODISPLAY
D. Change the Command Event setting from DISABLED to NODISPLAY