Author |
Message
|
Maui003 |
Posted: Tue Jul 30, 2013 4:19 pm Post subject: Verify if MQ Client or MQ server installed |
|
|
Newbie
Joined: 30 Jul 2013 Posts: 2
|
Hi, How can I verify if MQ Client or MQ Server is installed on my HP UX and Unix servers? |
|
Back to top |
|
 |
exerk |
Posted: Tue Jul 30, 2013 10:46 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Have you tried Google? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 31, 2013 12:12 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
dspmqver command for one thing. |
|
Back to top |
|
 |
Philip Morten |
Posted: Wed Jul 31, 2013 12:30 am Post subject: Re: Verify if MQ Client or MQ server installed |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Maui003 wrote: |
Hi, How can I verify if MQ Client or MQ Server is installed on my HP UX and Unix servers? |
On HP-UX use:
Code: |
swlist MQSERIES[,l=installpath |
Which other UNIX systems? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Maui003 |
Posted: Wed Jul 31, 2013 6:19 pm Post subject: Verify if MQ Client or MQ server installed |
|
|
Newbie
Joined: 30 Jul 2013 Posts: 2
|
Thanks Philip. swlist worked. |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Aug 01, 2013 3:45 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Another quick method is to ls /opt/mqm/bin/crtmqm or wherever you have MQ installed on any UNIX platform. This file is only present on MQ Server installations. _________________ Glenn |
|
Back to top |
|
 |
|