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?
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?
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?
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?
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?
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?
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?
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?
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?