Author |
Message
|
raghuvanshiankur |
Posted: Thu Oct 30, 2008 6:28 am Post subject: Version of MQ client. |
|
|
Novice
Joined: 18 Aug 2006 Posts: 23 Location: IN
|
Hi all,
how to check the version of MQ client on windows and AIX?
There is an option that we can check in Control pannels>Add or remove program.
Now select the IBM websphere MQ client and click on "Click here for support information"
well, fyi.. I went through the registry files too, but didnot get any fruitful info..
Is there any best way which will work always for windows and on all flavors of Unix ? _________________ Ankur ~~ |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 30, 2008 6:49 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
dspmqver
If this doesn't work, you need to upgrade your MQ Client to a supported version of MQ. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Oct 30, 2008 6:50 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I don't have a machine with just the client installed, but I thought the dspmqver command worked on the client as well as the server. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Oct 30, 2008 6:51 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
I went through the registry files too, but didnot get any fruitful info.. |
There is no fruit to be found in the Registry. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
raghuvanshiankur |
Posted: Thu Oct 30, 2008 7:09 am Post subject: |
|
|
Novice
Joined: 18 Aug 2006 Posts: 23 Location: IN
|
well,I guess dspmqver/mqver works only with MQ server... not with client.
Well, I thought to check in the registry files because in MQ server you can check the version over there too in MQServerVersion file apart from running dspmqver command.
Well, that not a personal machine so I cannot upgrade.
Any more suggestion please? _________________ Ankur ~~ |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Oct 30, 2008 8:25 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
mqjeff wrote: |
dspmqver
If this doesn't work, you need to upgrade your MQ Client to a supported version of MQ. |
Curiosity, what version actually exists on this box? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Oct 30, 2008 11:19 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
bower5932 wrote: |
I don't have a machine with just the client installed, but I thought the dspmqver command worked on the client as well as the server. |
Only at recent versions of MQ does the dspmqver command work for MQ Client installs. (mqjeff's post takes on more meaning now ) _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Oct 30, 2008 6:34 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
If mqver or dspmqver are not in the MQ bin directory, look at the memo.ptf file in the MQ installation directories. Failing that, the Unix s/w install utility will have the MQ version, eg. Solaris 'pkginfo -l mqm', HP-UX 'swlist | grep MQ', AIX 'lslpp -l | grep mqm', Linux 'rpm -q -a | grep MQ'. _________________ Glenn |
|
Back to top |
|
 |
Philip Morten |
Posted: Mon Nov 03, 2008 2:52 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
raghuvanshiankur wrote: |
well,I guess dspmqver/mqver works only with MQ server... not with client.
|
Not so, if you are running a correctly installed, currently supported, version of WebSphere MQ then dspmqver is there in both client and server and will give you the information. mqver was a server-only program in earlier levels of the product ( < 5.3.0.2 from memory) .
On UNIX systems lslpp/swlist/pkginfo/rpm -q as appropriate will show the installed level. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
|