Go Back   The UNIX and Linux Forums > Operating Systems > Solaris


Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle.

Reply    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 01-28-2013
Registered User
 
Join Date: Feb 2012
Posts: 49
Thanks: 2
Thanked 3 Times in 3 Posts
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


Code:
pkginfo | grep -i mq

o/p


Code:
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
Sponsored Links
    #2  
Old 01-28-2013
Peasant's Avatar
Registered User
 
Join Date: Mar 2011
Posts: 511
Thanks: 14
Thanked 104 Times in 102 Posts
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.
Sponsored Links
    #3  
Old 01-28-2013
Registered User
 
Join Date: Feb 2012
Posts: 49
Thanks: 2
Thanked 3 Times in 3 Posts
i fired

Code:
dspmq

with root user but its saying no command found

also

Quote:
ps -ef | grep mq
its not giving any O/P
    #4  
Old 01-28-2013
Registered User
 
Join Date: Jan 2013
Location: Melbourne, Australia
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
What details are you looking for?

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


Code:
pkgchk -l <package> | grep Pathname

That will at least give you the locations of the various components that comprise MQ.
Sponsored Links
    #5  
Old 01-28-2013
Registered User
 
Join Date: Nov 2012
Location: Warsaw, Poland
Posts: 51
Thanks: 0
Thanked 11 Times in 11 Posts
Maybe you have some startup script in /etc/init.d?
Sponsored Links
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Need some help to find out hardware details kingston Solaris 1 06-03-2010 03:00 AM
Directory details with FIND gio001 Shell Programming and Scripting 4 08-18-2009 11:21 AM
Find server details lalelle Solaris 1 02-04-2008 12:27 PM
How to find the os and h/w details amiri2000 Red Hat 3 08-18-2006 10:28 AM
Where can I find details of what various Solaris packages do? muleheadjoe Solaris 3 11-02-2005 03:58 AM



All times are GMT -4. The time now is 12:25 AM.