IBM MQ V8.0, System Administration

Description

IBM MQ V8.0, System Administration
Jhon Diaz
Quiz by Jhon Diaz, updated more than 1 year ago
Jhon Diaz
Created by Jhon Diaz over 7 years ago
1650
2

Resource summary

Question 1

Question
1.An application using the WebSphere MQ classes for JMS encountered an error. A First Failure Support Technology (FFST) file has been created named JMS0001.FDC. Which default directory should the system administrator review?
Answer
  • /var/mqm/errors
  • /var/mqm/errors/FFDC
  • /var/mqm/qmgrs/QMGRNAME/errors/FFDC
  • current application working directory/FFDC

Question 2

Question
2.On a Sun Solaris system, applications cannot connect to a queue manager QM1 and are getting reason code 2009 MQRC_CONNECTION_BROKEN. a.What are the command(s) a system administrator can issue to check the queue manager status? b.If the queue manager does not end with the endmqm –i command, what does the system administrator need to do to be able to restart the non-responsive queue manager?
Answer
  • a. dspmqm, runmqsc QM1 b. Delete and recreate the queue manager
  • a. PING QMGR b. Restore the queue manager from backup
  • a. dspmqm b. Kill all the MQ processes with the kill -9 command.
  • a. dspmq, runmqsc QM1 b. Stop the queue manager manually, using the procedure from the product documentation.

Question 3

Question
3.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?
Answer
  • strmqtrc –e –t all –t detail
  • strmqtrc –e –m QMA –t detail
  • strmqtrc –m QMA –t all –t detail
  • strmqtrc –m QMA –e –t all –t detail

Question 4

Question
4.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 specified by JCL?
Answer
  • SVC
  • Snap
  • Stand-alone
  • SYSUDUMP

Question 5

Question
5.A financial company is having a problem with IBM MQ on their development system. The queue manager is not down, but the new application keeps failing and MQ generates FDC files. This problem is significantly affecting the business as they could miss the project deadlines. The system administrator needs to open a Service Request (SR) to report the problem to IBM. What should be the severity of the SR raised by the system administrator?
Answer
  • 1
  • 2
  • 3
  • 4

Question 6

Question
6.A client application with IP address 10.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?
Answer
  • SET CHLAUTH (*) TYPE (BLOCKADDR) ADDRLIST(10.2.2.2)
  • SET CHLAUTH (*) TYPE (BLOCKADDR) IPADDR(10.2.2.2) USERSCR (BLOCK)
  • SET CHLAUTH (*) TYPE (ADDRESSMAP) ADDRESS(10.2.2.2) USERSCR (BLOCK)
  • SET CHLAUTH (*) TYPE (ADDRESSMAP) ADDRESSMAP (10.2.2.2) USERSCR (BLOCKADDR)

Question 7

Question
7.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?
Answer
  • All authority to the queue manager object.
  • A blank MCAUSER in the server connection channel.
  • Connect authority to the queue manager object and Clear authority to the queue.
  • Connect and Control authority to the queue manager object and ALL MQI authority to the queue.

Question 8

Question
8.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?
Answer
  • Configure queue manager foe activity tracing.
  • Enable MQI statistics for messages to beplaced onto SYSTEM.ADMIN.STATISTICS.QUEUE.
  • Set up a single node and redefine the local SYSTEM.ADMIN.TRACE.ROUTE.QUEUE as a remote queue definition.
  • Set the ReplyToQ andReplyToQMgr parameters in the MQMD to specify the trace-route reply message destination.

Question 9

Question
9.A system administrator of a z/OS queue manager expects to have 1000 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?
Answer
  • Use the default values for the channel initiator parameters.
  • Increase MAXCHL, ACTCHL, TCPCHL, CHIADAPS, andCHIDISPS from the default values.
  • Increase CHIADAPS and use the default values for CHIDISPS, MAXCHL, ACTCHL, TCPCHL.
  • Increase CHIADAPS and CHIDISPS and use the default values for MAXCHL, ACTCHL, TCPCHL.

Question 10

Question
10.A system administrator needs to collect monitoring data on an AIX system for performance analysis purposes. The system administrator needs to find out how many messages are put on and retrieved from a queue, and the total number of bytes that the queue processes during a configured interval. How can the system administrator enable the collection of the required data and set the interval to 15 minutes?
Answer
  • Set the ACCTMQI(ON) and the STATINT(900) for the queue manager.
  • Set the queue MONQ(ON) attribute and set the interval in the queue attribute AMONQINT(15).
  • Set the STATMQI(ON)on the queue manager and the queue, and set the interval in the queue manager attribute STATINT(15).
  • Set the queue manager and the queue STATQ(ON) attributes, and the interval in the queue manager attribute STATINT(900).

Question 11

Question
11.A system administrator would like to capture accounting and statistics data to analyze performance of channels across multiple platforms. Where can the system administrator capture the data?
Answer
  • In the System Management Facility (SMF).
  • On SYSTEM.ADMIN.PERFM.EVENT queue.
  • On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE.
  • On SYSTEM.ADMIN.ACCOUNTING.QUEUE and SYSTEM.ADMIN.STATISTICS.QUEUE for distributed platforms and in System Management Facility (SMF) for the z/OS platform.

Question 12

Question
12.An MQI Client application, which is run from different client machines, wants to benefit from the read ahead performance advantages for non-persistent messages. While the client programs are changed on some machines to specify the MQOO_READ_AHEAD option, some other machines have to run the existing client application code without that option for a certain period of time. The safer , easier way to help you pass any IT exams. 5 / 17 What must the system administrator configure to support the coexistence of the two different versions of the client application?
Answer
  • SHARECNV(0) on the SVRCONN channel and DEFREADA(YES) for the queues
  • SHARECNV(>0) on the SVRCONN channel and DEFREADA(NO) for the queues
  • SHARECNV(>0) on the SVRCONN channel and DEFREADA(YES) for the queues
  • SHARECNV(>1) on the SVRCONN channel and DEFREADA(ENABLED) for the queues

Question 13

Question
13.A system administrator needs to tune a SVRCONN channel for performance. Currently, the channel shared conversation attribute, SHARECNV, has the default value. To ensure performance enhancement, including the V8.0 distributed server performance improvement, what value does the system administrator need to set the SHARECNV attribute to?
Answer
  • 0
  • 1
  • 20
  • 9999999999

Question 14

Question
14.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 configure at the queue manager level and which queue does the system administrator need to monitor for event messages?
Answer
  • Inhibit Events set to Enabled Monitor the SYSTEM.ADMIN.INHIBIT.EVENT queue
  • Remote Events set to Enabled Monitor the SYSTEM.ADMIN.QMGR.EVENT queue
  • Performance Events set to Enabled Monitor the SYSTEM.ADMIN.PERFM.EVENT queue
  • Configuration Events set to Enabled Monitor the SYSTEM.DEFAULT.MODEL.QUEUE queue

Question 15

Question
15.A system administrator needs to ensure that MQ activity messages are created for an application message as it is routed through MQ network. What must the system administrator verify? (choose 3)
Answer
  • The application has PUT authority to the activity message queues.
  • The application message specifies that activity reports are to be generated.
  • The MCA channels have been restarted after the configuration changes were made.
  • Activity recording is enabled on every queue manager in the network.
  • MQI statistics monitoring is enabled on every queue manager in the network.
  • Queue manager events are enabled for every queue manager in the network.

Question 16

Question
16.A system administrator is planning to enable events when queue manager objects are created, changed or deleted. Which events should the system administrator enable?
Answer
  • Logger
  • Performance
  • Configuration
  • Queue Manager

Question 17

Question
17.A user reports that the message was put to queue QUEUE1, 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 QUEUE1 and whether there are uncommitted messages?
Answer
  • DISPLAY QUEUE (QUEUE1) ALL
  • DISPLAY THREAD (*) TYPE (INDOUBT)
  • DISPLAY QSTATUS (QUEUE1) TYPE (QUEUE) ALL
  • DISPLAY QSTATUS (QUEUE1) TYPE (HANDLE) ALL

Question 18

Question
18.A system administrator needs to generate report messages that show the sequence of MQI calls that an application sends. What must the system administrator to do generate these messages?
Answer
  • Run the dspmqrte command.
  • Set the STATMQI(ON) attribute on the queue manager.
  • Set the ACTVTRC(ON) attribute on the queue manager.
  • Set the ACTIVREC(MSG) attribute on the queue manager.

Question 19

Question
19.The connection status is ‘Disconnected’ for a Remote Queue Manager in the MQ Explorer. An attempt 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?
Answer
  • DISPLAY QMGR SCMDSERV
  • DISPLAY QMSTATUS SCMDSERV
  • DISPLAY SERVICE STARTCMD
  • DISPLAY LSSTATUS COMMANDS

Question 20

Question
20.QUEUE1 has messages from an uncommitted unit of work. Which command can the system administrator use to find the name of the application connected to QUEUE1?
Answer
  • DISPLAY QUEUE (QUEUE1) ALL
  • DISPLAY THREAD (*) TYPE (INDOUBT)
  • DISPLAY QSTATUS (QUEUE1) TYPE (QUEUE) ALL
  • DISPLAY QSTATUS (QUEUE1) TYPE (HANDLE) ALL

Question 21

Question
21.An application puts a batch of messages onto a local queue for processing multiple times during the day. The system administrator needs to determine the size of the messages put to the queue. What type of monitoring does the system administrator need to enable and which value needs to be reviewed by the system administrator that indicates the size of the messages put?
Answer
  • Enable queue accounting on the queue and review the PutBytes value.
  • Enable queue statistics on the queue and review the PutMaxBytes value
  • Enable queue statistics on the queue manager and review the MaxMsgLength.
  • Configure application event monitoring on the queue and review the MaxMsgLength.

Question 22

Question
22.A system administrator migrated IBM MQ for z/OS from V7.1 to V8.0. What operation mode allows the system administrator to backward migrate an existing queue manager?
Answer
  • OPMODE = (COMPAT, 7.1)
  • OPMODE = (COMPAT, 710)
  • OPMODE = (NEWFUNC, 7.1.0)
  • OPMODE = (NEWFUNC, 800)

Question 23

Question
23.A system administrator receives request to install IBM MQ V8.0 as a second installation on a server where IBM MQ V7.0.1.3 is running. Both the product versions need to co-exist. What should the system administrator do first to ensure both versions will run without impacting each other?
Answer
  • Upgrade IBM MQ V7.0.1.3 to 7.0.1.6.
  • Define a separate installation name.
  • Define a new data directory for IBM MQ V8.0.
  • Set up environment variables to have both productversions installed in the same path.

Question 24

Question
24.A system administrator is preparing for a multi-instance queue manager configuration and has run the amqmfsck command. What does a positive report from the command amqmfsck tell the system administrator?
Answer
  • The queue manager data is stored successfully on the shared disk.
  • The queue manager is ready to participate in a multi-instance configuration.
  • The installed version of IBM MQ is capable of handling a multi-instance queue manager.
  • The file system meets the requirements for storing data of a multi-instance queue manager.

Question 25

Question
25.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 specific installation name for the second copy. How can the system administrator do this?
Answer
  • Issue command crtmqm –n <InstallationName>
  • Issue command setmqinst –n <InstallationName>
  • Issue command crtmqinst –n <InstallationName>
  • Specify the installation name during the install when prompted.

Question 26

Question
26.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?
Answer
  • Create a queue manager with linear logging.
  • Create a queue manager with circular logging
  • Create a queue manager with the default options.
  • Ensure that all queues for the application have the default persistence attribute enabled.

Question 27

Question
27.A system administrator needs to design a solution for transferring confidential data from a financial 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?
Answer
  • Use IBM MQ Managed File Transferand Advanced Message Security.
  • Use publish/subscribe topology combined with SSL/TLS enabled channels.
  • Enable SSL/TLS on sender and receiver channels and also enable the FTP protocol on the queue manager.
  • Use native MQ, which has the ability to transfer files over a non-MQ (FTP/SFTP) network and encrypts data on queues by default.

Question 28

Question
28.IBM MQ will be installed into a multi-instance queue manager environment. After defining the shared file system, the system administrator created the queue manager QMA on the first server. How can the system administrator create the second queue manager in order for it to be the standby instance?
Answer
  • Change the STANDBY option in the queue manager object to PERMITTED.
  • Use dspmqinf on the first server and addmqinf on the second server.
  • Use crtmqm with the option that allows the queue manager to be created as the standby.
  • Use crtmqm to create the queue manager on the second server and copy /var/mqm from the first server.

Question 29

Question
29.After a system crash, a system administrator tried to start queue manager QM1, 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 QM1, 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?
Answer
  • Restore the queue manager active logs from a back up.
  • Run rcdmqimg command against the queue manager object.
  • Run rcrmqobj command against the queue manager object
  • Delete the file containing the damaged queue manager object and restart the queue manager.

Question 30

Question
30.A z/OS batch application called ORDRPROC processes order messages. Each message is 30 to 40 KB in size. In the past, a non-shared local queue was used and the application was always run on the same single LPAR. As part of a 24/7 high availability project, the queue is to be converted into a shared queue, so the processing can take place on any of four LPARs, but it is critical that the messages are processed by only one instance of the batch server program at a time. The shared queue is to use an existing Coupling Facility structure named BATCHMSGS which is configured to offload messages larger than 24 KB to shared message data set (SMDS). In addition to setting QSGDISP(SHARED), which attributes (amongst others) must the system administrator use within the define QLOCAL command for the new shared queue to support these requirements?
Answer
  • OFFLOAD(SMDS) SHARE
  • DEFSOPT(SHARED) NOTRIGGER
  • CFSTRUCT(BATCHMSGS) NOSHARE
  • STGCLASS(SHARED) PROCESS(ORDRPROC)

Question 31

Question
31.A system administrator has migrated a z/OS queue manager from a previous version to V8.0.0. Which action does the system administrator need to take to implement the larger 8-byte Relative Byte Address (RBA) for the active logs?
Answer
  • Delete and redefine the active logs.
  • Run CSQJUFMT to format the active logs to use the larger RBA.
  • Start the queue manager. The RBA size is automatically updated at migration time.
  • Enable new function mode run CQSJUCNV to convert the Bootstrap Data Set (BSDS).

Question 32

Question
32.An existing JMS Client application is to make use of the Automatic Client Reconnect feature without changing the application code. Where must the system administrator activate the automatic reconnect option for the JMS client application?
Answer
  • Client Pre-Connect Exit
  • DefRecon parameter of the mqclient.ini Channels stanza
  • CLIENTRECONNECTOPTIONS property of the ConnectionFactory
  • Default Reconnection parameter within the Client Channel Definition Table (CCDT)

Question 33

Question
33.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?
Answer
  • Define circular logging and back up /opt/mqm regularly.
  • Define LogFilePages = 128kb and back up /usr/mqm regularly.
  • Define linear logging and persistent messages, andback up /var/mqm regularly.
  • Create a queue manager as persistent and back up /usr/mqm regularly.

Question 34

Question
34.A queue-sharing group on z/OS consists of three queue managers: QM1, QM2, and QM3. After an unexpected failure, QM2 cannot be restarted. A system administrator needs to find out if there are any indoubt threads that need to be recovered manually. What command should the system administrator run on QM1 to see the indoubtthreads.
Answer
  • DISPLAY INDOUBT(*)
  • DISPLAY THREAD (*) TYPE (INDOUBT) ALL
  • DISPLAY THREAD (*) TYPE (INDOUBT) QMNAME(QM2)
  • DISPLAY CONN(*) WHERE (UOWSTATE EQ UNRESOLVED)

Question 35

Question
35.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?
Answer
  • MQFMT_ADMIN
  • MQFMT_STRING
  • MQFMT_REPORT
  • MQFMT_COMMAND

Question 36

Question
36.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?
Answer
  • A command server and a TCP/IP listener are running on the MQ Explorer machine.
  • A command server and a TCP/IP listener are running, and the SYSTEM.ADMIN.SVRCONN channel and the SYSTEM.MQEXPLORER.REPLY.MODEL queue are defined.
  • The SYSTEM.DEF.CLNTCONN channel and the queue manager listener are running.
  • The SYSTEM.ADMIN.SVRCONN channel and the SYSTEM.MQEXPLORER.REPLY.MODEL.QUEUE queue are defined.

Question 37

Question
37.A system administrator needs to know whether the elapsed time between a put and a get operation on a queue is greater than 10 milliseconds. What can system administrator do to get this information?
Answer
  • Run the DISPLAY QUEUE command and check the CRTIME value.
  • Run the DISPLAY QSTATUS command and check the MSGAGE value.
  • Set ACTIVREC(QUEUE) and ACTIVINT(10) on the queue manager.
  • Set QSVCIEV(HIGH) and QSVCINT(10) on the queue and set PERFMEV(ENABLED) on the queue manager.

Question 38

Question
38.A system administrator was asked by an application team to find out when their queue manager running on IBM i System was started. Which Command Language (CL) command should the system administrator run?
Answer
  • DSPMQM
  • DSPMQMQ
  • DSPMQMSTS
  • DSPMQMCSVR

Question 39

Question
39.A system administrator is using the MQ-supplied Dead Letter Queue Handler program. The system administrator needs to ensure that the dead-letter queue does not fill up and the messages that cannot be requeued to their original destination are moved to a queue named ‘SYS4.DEAD.QUEUE.MANUAL’, with the dead-letter header included in the message. Which final rule in the dead-letter queue rules table input should the system administrator use?
Answer
  • ACTION (FWD) FWDQ (SYS4.DEAD.QUEUE.MANUAL) HEADER(YES)
  • ACTION (REQ) REQQ (SYS4.DEAD.QUEUE.MANUAL) HEADER(YES)
  • ACTION (PUT) PUTQ (SYS4.DEAD.QUEUE.MANUAL) INCLHDR(YES)
  • ACTION (MOV) DESTQ (SYS4.DEAD.QUEUE.MANUAL) INCLUDE(HDR)

Question 40

Question
40.A system administrator needs to check the settings of a channel definition table on a client system that has only MQ client software installed. How can the system administrator check the local channel definition table on the client system?
Answer
  • Export the MQCHLTAB environment variable.
  • Use a text editor to view the AMQCLCHL.TAB file.
  • Use MQ Explorer to view the client connection settings.
  • Enter runmqsc –n and use the DIS CHL(CLNTCONN) command.

Question 41

Question
41.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 find out the current version of IBM MQ? b.If the current IBM MQ version is 8.0.0.0, which Fix Pack(s) need to be installed to upgrade it to 8.0.0.2?
Answer
  • a. dspmq b.8.0.0.2
  • a. dspmqver b.8.0.0.2
  • a. mqver b.8.0.0.1 and 8.0.0.2
  • a. dspmqver b.8.0.0.1 and 8.0.0.2

Question 42

Question
42.The security exit code for a RECEIVER channel has been modified. What does the system administrator have to do to activate the changed security exit with minimum impact to the running systems?
Answer
  • Stop and restart the queue manager.
  • Stop and restart the channel from the SENDER size.
  • Issue command REFRESH SECURITY TYPE(EXIT).
  • Issue command ALTER CHANNEL (<channel_name>) SCYEXIT(<exit_pgm_name>) SCYDATA (‘REFRESH’)

Question 43

Question
43.There is a requirement to create a development queue manager on AIX with authorization checks disabled. How can a system administrator do this?
Answer
  • Set environment variable MQSNOAUT=yes before creating the queue manager.
  • Set SecurityPolicy=none on Service stanza in qm.ini file then start the queue manager.
  • Start the queue manager with the MQSNOAUT environment variable set to “YES”.
  • Create the queue manager and then run thesetmqautcommand with the–remove allattribute.

Question 44

Question
44.A system administrator needs to ensure that the users of a particular SVRCONN channel provide a user ID and password while other SVRCONN channels may continue to work unauthenticated. How can the system administrator do this?
Answer
  • Set CHCKCLNT(NONE) for the AUTHINFO and CHCKCLNT(ASQMGR) for the channel CHLAUTH rule.
  • Set CHCKCLNT(REQUIRED) for the AUTHINFO and CHCKCLNT(ASQMGR) for the channel CHLAUTH rule.
  • Set CHCKCLNT(REQUIRED) for the AUTHINFO and CHCKCLNT(REQUIRED) for the channel CHLAUTH rule.
  • Set CHCKCLNT(OPTIONAL) for the AUTHINFO and CHCKCLNT(REQUIRED) for the channel CHLAUTH rule.

Question 45

Question
45.For a queue manager with CHLAUTH(DISABLED), the AUTHINFO has been defined 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 “user1” setting the MQSERVER environment variable, and running the amqsputc sample program. The developer logon ID, “user2”, has no access to the queue manager, but “user1” has all the required access. When the developer ran amqsputc, it prompted for a password. The developer provided a valid password for “user1”, 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?
Answer
  • “user1” is not defined in LDAP.
  • “user1” does not have access to the channel.
  • “user2” does not have access to the MQ objects.
  • The password for “user2” must be provided whenamqsputcprompted for a password.

Question 46

Question
46.A new local queue named ACCOUNTQ has been created on queue manager QMA to be used by a client application. The application user is ‘appusr’ who will be required to browse and destructively read messages, and to query queue attributes. The MQ server runs on an AIX host. Which command does a system administrator need to run?
Answer
  • setmqaut –m QMA –t queue –n ACCOUNTQ –p appusr +get +browse +inq
  • setmqaut –m QMA –t queue –n ACCOUNTQ –p appusr +inq +browse +set
  • setmqaut –m QMA –t queue –n ACCOUNTQ –p appusr +browse +get +setid
  • setmqaut –m QMA –t queue –n ACCOUNTQ –p appusr +connect +get +browse +set

Question 47

Question
47.A channel connection between two queue managers, QM01 and QM2, on different machines is to be secured by mutual SSL/TLS authentication. After a key repository and a self-signed certificate have been created for both queue managers, what does the system administrator have to do next?
Answer
  • A. Specify the respective label of the paper queue manager’s certificate as the CERTLABL attribute of the local queue manager
  • B. Create a certificate request, on the QM01 machine for the QM02 certificate, and on the QM02 machine for the QM01 certificate.
  • C. Transfer the QM01 personal certificateto the QM02 machine and the QM02 personal certificate to the QM01 machine.
  • D. Transfer the public part of the QM01 certificate to the QM02 machine and the public part of the QM02 certificate to the QM01 machine, then add the partner certificates to the key repository for each queue manager.

Question 48

Question
48.A system administrator has set up the MQ infrastructure in a company as shown below: There are three queue managers QMGR1, QMGR2 and QMGR3. QMGR2 and QMGR3 are part of a cluster MYCLUS. QMGR1 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 definitions QMGR1 defqr(MQ8QM.REMOTE) RNAME (MQ8QM.LOCAL) RQMNAME (MQ8QM) XMITQ QMGR2: defqr (MQ8QM) 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 QMGR1 using IBM WebSphere MQ Explorer. Where does the message end up?
Answer
  • MQ8QM.NEW on QMGR2
  • MQ8QM.NEW on QMGR3
  • Dead-letter queueon QMGR2
  • Dead-letter queue on QMGR3

Question 49

Question
49.A system administrator has defined a queue manager cluster (CLUS1) consisting of queue managers QMGR1, QMGR2 and QMGR3. QMGR1 and QMGR2 are full repository queue managers. The system administrator has been asked to add a new queue manager, QMGR4, as a partial repository to the existing cluster. What action does the system administrator need to perform on QMGR4? (Choose two.)
Answer
  • RunALTER QMGR REPOS (CLUS1)
  • RunALTER QMGR REPOS (CLUS2)
  • Define a cluster-receiver channel
  • Define a cluster-sender channel to QMGR2
  • Define a cluster-sender channel to QMGR3

Question 50

Question
50.While monitoring a message queue, a system administrator finds a continuous growth of unused topic node subscriptions on a queue manager. Which parameter should the system administrator decrease to reduce unwanted topisc?
Answer
  • PUBSUB
  • TPCOUNT
  • TREELIFE
  • SUBCOUNT

Question 51

Question
51.On a Linux system, a system administrator needs to define transmission queue QL1 to trigger channel QMTOKYO.TO.QMNEWYORK, using initiation queue QL.INITQ. Which command should the system administrator use to create the QL1 definition?
Answer
  • DEFINE QLOCAL (QL1) TRIGGER XMITQ(QL.INITQ) TRIGDATA (QMTOKYO.TO.QMNEWYORK)
  • DEFINE QLOCAL (QL1) TRIGGER INITQ(QL.INITQ) USERDATA (QMTOKYO.TO.QMNEWYORK)
  • DEFINE QLOCAL (QL1) TRIGGER (QMTOKYO.TO.QMNEWYORK) INITQ(QL.INITQ) USAGE(XMITQ)
  • DEFINE QLOCAL (QL1) TRIGGER INITQ(QL.INITQ) USAGE (XMITQ) TRIGDATA (QMTOKYO.TO.QMNEWYORK)

Question 52

Question
52.Application A is connected to a queue manager that is named QM1. Application B is connected to a queue manager that is named QM2. The messages that Application A puts to a queue on QM1, must be transferred to QM2 only when QM2 notifies QM1 that it is ready to receive the messages. What channels must the system administrator create on QM1 and QM2 to support this topology?
Answer
  • A sender channel on QM1 and a receiver channel on QM2.
  • A sender channel on QM1 and a requester channel on QM2.
  • A server channel on QM1 and a client connection channel on QM2.
  • A server channel on QM1 and a server connection channel on QM2

Question 53

Question
53.A system administrator has defined a queue manager cluster, CLUS1, consisting of three queue managers QMGR1, QMGR2 and QMGR3 running on three different servers. The system administrator also defined a clustered queue Q1 on the three queue managers. The messages currently get distributed to Q1 across the three queue managers uniformly. The system administrator has been asked to ensure that the Q1 on QMGR1 gets more messages compared to QMGR2 and QMGR3. Which channel attribute should the system administrator modify to achieve this?
Answer
  • NETPTRY
  • CLWLPTRY
  • CLWLMRUC
  • CLWLWGHT

Question 54

Question
54.An application connects to local queue manager QM1 and puts messages on remote queue QR1. QR1 has been defined with target queue QL2, target queue manager QM2, and XMITQ QM2. QL2 is defined as a local queue in QM2. For security purposes, another queue manager, QM3, has been created behind a firewall and all messages destined for QL2 on QM2 need to be routed to QL3 on QM3. Assuming QM2 and QM3 are interconnected, what changes does the system administrator need to make to achieve this without application failure?
Answer
  • Create an alias queue on QM2 pointing to QL3 on QM3.
  • Create a remote queue on QM2 pointing to QL3 on QM3.
  • Alter the QR1 RQMNAME parameter to point to QM3 and RNAME parameter to QL3 with XMITQ QM2.
  • Alter the QR1 RQMNAME parameter to point to QM3 and RNAME parameter to QL3 with XMITQ QM3.

Question 55

Question
55.A JMS 2.0 application running on z/OS specifies a delivery delay of 20 seconds when sending messages. What must the system administrator do to support the delivery delay?
Answer
  • Set TCP Delivery Delay for the listener to 20.
  • Ensure SYSTEM.DDELAY.LOCAL.QUEUE exists as a local queue.
  • ConfigureSetDeliveryDelay (20000)for the connection factory.
  • ConfigureSetDeliveryDelay (20000)for SYSTEM.DDELAY.LOCAL.QUEUE.

Question 56

Question
56.On a Linux system, a system administrator needs to change the default queue manager from QM1 to a newly created queue manager QM2. How can the system administrator do this?
Answer
  • A. Re-create QM2 with the –d option.
  • B. Use theALTER QMGRcommand.
  • C. Edit the DefaultQueueManager stanza in qm.ini replacing QM1 with QM2.
  • D. Change the queue manager name on the Name attribute of the DefaultQueueManager stanza to QM2 in mqs.ini.

Question 57

Question
57.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 configured so that an idle client does not stay connected. To support this topology, the system administrator should:
Answer
  • set the KAINT attribute on the client-connection channel.
  • set the MRTMR attribute on the client-connection channel.
  • set the HBINT attribute on the server-connection channel.
  • set the DISCINT attribute on the server-connection channel.
Show full summary Hide full summary

Similar

Geometry Theorems
PatrickNoonan
To Kill A Mockingbird Complete Notes
jessica.moscrip
SAT Exam 'Word of the Day' Set 2
SAT Prep Group
GCSE History of Medicine: Key Individuals
James McConnell
English Language Techniques
Zakiya Tabassum
Maths Revision- end of year test
hannahsquires
OCR AS CHEMISTRY A DEFINITIONS
awesome.lois
Checking out me History by John Agard
Eleanor Simmonds
An Inspector Calls - Quotes
jaynejuby
“The knower’s perspective is essential in the pursuit of knowledge.” To what extent do you agree with this statement?
Lucia Rocha Mejia
Which GoConqr Product is Right for Me?
Sarah Egan