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