Posted: Sat Apr 09, 2016 12:42 pm Post subject: Convert QMGR linear loggin into circular loggin on v7.1 ?
Newbie
Joined: 09 Apr 2016 Posts: 2
Hello MQ Engineers,
I want to convert a QMGR from linear to circular loggin in MQ v7.1.
Basic Steps:
1.dump qmgr
dmpmqcfg -m QMGR -a > QMGR.MQSC
2.end and delete qmgr
endmqm QMGR
dltmqm QMGR
3.recreate qmgr with circular loggin
crtmqm -lc -lp -ls -lf -u QMGR (values can be passed as per the requirement)
strmqm QMGR
4.restore dump
runmqsc QMGR < QMGR.MQSC
Now my questions are
1.Is the above process correct ?
2. will both objects and its authorizations configured sucessfully with above process.?
3.Can single command " dmpmqcfg -m QMGR -a > QMGR.MQSC" dumps both objects and authorization definitions correctly or is there any supporate option for authorization back up and restore with dmpmqcfg cmd..?
Kindly suggest. Appreciated you quick help.
Thanks in advance
I want to convert a QMGR from linear to circular loggin in MQ v7.1.
Basic Steps:
1.dump qmgr
dmpmqcfg -m QMGR -a > QMGR.MQSC
2.end and delete qmgr
endmqm QMGR
dltmqm QMGR
3.recreate qmgr with circular loggin
crtmqm -lc -lp -ls -lf -u QMGR (values can be passed as per the requirement)
strmqm QMGR
4.restore dump
runmqsc QMGR < QMGR.MQSC
Now my questions are
1.Is the above process correct ? -- Yes above process is correct
2. will both objects and its authorizations configured sucessfully with above process.? -- Yes both objects and authorizations will configure successfully
3.Can single command " dmpmqcfg -m QMGR -a > QMGR.MQSC" dumps both objects and authorization definitions correctly or is there any supporate option for authorization back up and restore with dmpmqcfg cmd..? --Yes single command can dump both
Hello Saper,
Yes I have tried the above process and task done successfully with the same steps as given above.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum