How to find MQ details on Solaris 5.8?

Hi All,

I want to find MQ details on a solaris 5.8 server , does anyone knows the
command to findout the details

I have used below command to find the following o/p

command

pkginfo | grep -i mq

o/p

application mqm                  WebSphere MQ for Sun Solaris
application mqm-06-00-02-00      WebSphere MQ for Sun Solaris - U806616
application mqm-06-00-02-01      WebSphere MQ for Sun Solaris - U808000

pls help with this

Is there an mqm user ?

If yes, su into that user and run dspmq
It should display information about queue manager on the machine.

If not, you might want to run ps -ef | grep mq and check under which user the mq server is running.

Hope the helps
Regards
Peasant.

i fired

dspmq

with root user but its saying no command found

also

its not giving any O/P

What details are you looking for?

You can, for example, find out which files a package has installed with

pkgchk -l <package> | grep Pathname

That will at least give you the locations of the various components that comprise MQ.

Maybe you have some startup script in /etc/init.d?