z/OS Migrating a queue manager to mixed case security
Follow these steps to migrate a queue manager to mixed case security. You review the level of security product we are using and activate the new IBM MQ external security monitor classes. Run the REFRESH SECURITY command to activate the mixed-case profiles.
Before starting
- Ensure all IBM MQ external security monitor classes are activated.
- Ensure your queue manager is started.
Follow these steps to convert a queue manager to mixed case security.
Procedure
-
Copy all your existing profiles and access levels from the uppercase classes to the equivalent
mixed case external security monitor class.
- MQADMIN to MXADMIN.
- MQPROC to MXPROC.
- MQNLIST to MXNLIST.
- MQQUEUE to MXQUEUE.
-
Change the value of the SCYCASE attribute to MIXED.
ALTER QMGR SCYCASE(MIXED)
-
Activate your existing security profiles.
REFRESH SECURITY(*) TYPE(CLASSES)
- Test that your security profiles are working correctly.
What to do next
Review your object definitions and create new mixed case profiles as appropriate, using REFRESH SECURITY as required to activate the profiles.
Parent topic: Set up security on z/OS