Author |
Message
|
PeterGibbons |
Posted: Wed Sep 01, 2004 8:07 am Post subject: verifying CSD levels remotely |
|
|
Newbie
Joined: 15 Mar 2004 Posts: 5
|
Hi,
Does anyone know of a way to query the CSD levels of remote queue managers (on Windows)? I have been looking for utilities to do this, but have had no luck. Any help would be much appreciated.
Thanks |
|
Back to top |
|
 |
clindsey |
Posted: Wed Sep 01, 2004 9:26 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Peter, I don't know of any utilities to check remotely, but if you have access to the file system, you can browse the memo.ptf file. It is in <MQTOP>\PTF\<lang>
Near the top, it contains a an entry like this:
Quote: |
PTF Memo for: IBM WebSphere MQ for Windows Version 5.3 and
IBM WebSphere MQ Express for Windows Version 5.3
Service Level 5.3.0.7 (Fix Pack CSD07)
------------------------------------------------------
|
Charlie |
|
Back to top |
|
 |
vennela |
Posted: Wed Sep 01, 2004 10:00 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
If they are server installations then the command mqver also will give the CSD level and MQ Version |
|
Back to top |
|
 |
kevinf2349 |
Posted: Wed Sep 01, 2004 12:29 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
If you use the support pack MO71 the vesrion is returned when you display the queue manager. (listed as the COMMAND LEVEL entry)...the down side is that the queue manager has to be running.
Other than that, as Vennela has already said, MQVER should do it. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 01, 2004 7:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
if my memory serves me well the command level on the qmgr does not display the CSD level. Just the version
ex 530 command level means version 5.3 CSD ?? (any)
F.J. |
|
Back to top |
|
 |
Michael Dag |
Posted: Thu Sep 02, 2004 12:21 am Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
long shot...
you can create a USER.MQVERSION.SVR Queue and let it trigger a batch file, to do: mqver | amqsput MQVERSION.RESPONSE LocalQMgr
to enhance ... modify the amqsput sample to put the 4 output lines in one message and use reply-to-queue and Qmgr info from the MQMD of the original message request...
Sending a message to all USER.MQVERSION.SVR Queue's from a central place should give you the desired result...
it takes a little creativity... _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Sep 02, 2004 4:18 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Quote: |
if my memory serves me well the command level on the qmgr does not display the CSD level. Just the version
ex 530 command level means version 5.3 CSD ?? (any)
|
Correct. This method will not show the CSD. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|