A client application with IP address l0.2.2.2 connecting to a queue manager needs to be blocked for
security purposes.
Which command does system administrator need to run to block this client application?
A. SET CHLAUTH * TYPE BLOCKADDR ADDRLISTl0.2.2.2
B. SET CHLAUTH * TYPE BLOCKADDR IPADDRl0.2.2.2 USERSCR BLOCK
C. SET CHLAUTH * TYPE ADDRESSMAP ADDRESSl0.2.2.2 USERSCR BLOCK
D. SET CHLAUTH * TYPE ADDRESSMAP ADDRESSMAP l0.2.2.2 USERSCR BLOCKADDR
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 system administrator needs to tune a SVRCONN channel for performance. Currently, the channel sharedconversationa ribute, SHARECNV, has the defaultvalue. To ensure performance enhancement, including the V8.0 distributed server performance improvement, what value does the system administrator need to set the SHARECNV a ribute to?
A. 0
B. l
C. 20
D. 9999999999
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
After a system crash, a system administrator tried to start queue manager QMl, but it failed with this error:
AMQ7047: An unexpected error was encountered by a command. In the queue manager error log, this
error was reported:
AMQ7472: Object QMl, type catalogue damaged.
The queue manager was using linear logging.
The system administrator needs to recover the queue manager. How can the system administrator do
this?
A. Restore the queue manager active logs from a back up.
B. Run rcdmqimg command against the queue manager object.
C. Run rcrmqobj command against the queue manager object
D. Delete the le containing the damaged queue manager object and restart the queue manager.
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 queue-sharing group on z/OS consists of three queue managers: QMl, QM2, and QM3. After an unexpected failure, QM2 cannot be restarted. A system administrator needs to nd out if there are any indoubt threads that need to be recovered manually. What command should the system administrator run on QMl to see the indoub hreads.
A. DISPLAY INDOUBT*
B. DISPLAY THREAD * TYPE INDOUBT ALL
C. DISPLAYTHREAD* TYPE INDOUBTQMNAMEQM2
D. DISPLAYCONN* WHERE UOWSTATE EQ UNRESOLVED
A system administrator needs to check the settings of a channel de nition table on a client system that has only MQ client software installed.
How can the system administrator check the local channel de nition table on the client system?
A. Export the MQCHLTAB environment variable.
B. Use a texteditor to view the AMQCLCHL.TAB le.
C. Use MQ Explorer to view the client connecti n settings.
D. Enter runmqsc -n and use the DIS CHLCLNTCONN command.
For a queue manager with CHLAUTHDISABLED, the AUTHINFO has been de ned as follows: DEFINE AUTHINFO 'CHECK.PWD' AUTHTYPE IDPWOS CHCKCLNT REQUIRED ADOPTCTX NO A developer tried to test the connection by setting the MQSAMP USER ID to "userl" setting the MQSERVER environment variable, and running the amqsputc sample program. The developer logon ID, "user2", has no access to the queue manager, but "userl" has all the required access. When the developer ran amqsputc, it prompted for a password. The developer provided a valid password for "userl", but amqsputc failed with the MQRC NOT AUTHORIZED 2035 reason code. What did the system administrator identify as the cause for the 2035 reason code?
A. "userl" is not de ned in LDAP.
B. "userl" does not have access to the channel.
C. "user2" does not have access to the MQ objects.
D. The password for "user2" must be provided when amqsputcprompted for a password.
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.