Posted: Mon Dec 01, 2003 10:04 am Post subject: retrieving authorizations for multiple queue managers
Centurion
Joined: 27 Aug 2003 Posts: 132
Hi,
I have a scenario like this:
I have 5 Queue managers. I want to know the authorizations given to all Queue managers in a single command for a particular group. is it possible??? I know the command for finding out for a single Queuemanager. but i need to find for all Queuemanagers in a single command.
and also can we find out authorizations of all the Queuemanagers for a particular user.
I dont think thats possible in distributed MQ - The auth info is stored in queues and hence the parm to the amqoamd/dmpmqaut/dspmqaut commands is the qmgr to act on.
With a script you could parse the output of dspmq to work out the qmgrs and issue one command per qmgr, but its not easy
(eg on windows2k, assuming all logs in the same place:
for /d %i in (c:\mqm\log\*) do @amqoamd -m %~ni -s
)
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