|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
i fired Code:
dspmq with root user but its saying no command found also Quote:
|
|
#4
|
|||
|
|||
|
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
|
|||
|
|||
|
Maybe you have some startup script in /etc/init.d?
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| 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 |
|
|