...
Table of Contents |
---|
As of version 7.1 of MQ, the default security configuration is more restrictive and as such will probably need to be modified further before you can get a successful connection via a channel that has mcauser('mqm').
...
Please replace the values below with the correct ones for your installation.
{qmgr} Queue Manager Name
{User} The MQ user being used by Lamaxu
Enable Queue Manager Monitoring and Statistics
...
The MONQ and MONCHL must be set to MEDIUM or higher to enable MQ to publish the Status and event information.
Use the MQSC commands below to modify the queue manager configuration and restart the LAMAXU agent.
...
Include Page | ||||
---|---|---|---|---|
|
Define the Lamaxu Channel
For the purposes of this example the username 'lamaxu' has been used.
DEFINE CHANNEL('LAMAXU.CHANNEL') CHLTYPE(SVRCONN) MCAUSER('lamaxu')
MQ8/9 Unauthenticated Setup
Include Page | ||||
---|---|---|---|---|
|
...
|
To disable the security on the SVRCONN channels execute the following runmqsc commands below.
Note: this should only be performed in DEV for testing purposes.
ALTER AUTHINFO('SYSTEM.DEFAULT.AUTHINFO.IDPWOS') AUTHTYPE(IDPWOS) CHCKCLNT(OPTIONAL)
REFRESH SECURITY TYPE(CONNAUTH)
DEFINE CHANNEL('LAMAXU.CHANNEL') CHLTYPE(SVRCONN) MCAUSER({User})
ALTER QMGR CHLAUTH(DISABLED)
MQ8/9 Authenticated Setup
Include Page MQ8/9 Authenticated Setup MQ8/9 Authenticated Setup
Setmqaut OAM Commands
Include Page | ||||
---|---|---|---|---|
|
AUTHREC OAM Authorities
Include Page | ||||
---|---|---|---|---|
|
ZOS RACF Commands for Events, Accounting and Statistics
...
PE {QMGR}.RESET.* CLASS(MQCMDS) ID({USER}) ACCESS(CONTROL)
PE {QMGR}.QUEUE.* CLASS(MQADMIN) ID({USER}) ACCESS(CONTROL)
SETR GENERIC(MQCMDS) REFRESH
SETR GENERIC(MQADMIN) REF
SETR RACLIST(MQADMIN) REF
MQ command
...
Include Page | ||||
---|---|---|---|---|
|
Multi-Instance Queue Managers
Include Page Multi-Instance Queue Managers Multi-Instance Queue Managers
Queue Manager SSL Configuration
Include Page | ||||
---|---|---|---|---|
|
Password Obfuscation
Include Page | ||||
---|---|---|---|---|
|