ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » command/utility to find out version and service level of WMQ

Post new topic  Reply to topic
 command/utility to find out version and service level of WMQ « View previous topic :: View next topic » 
Author Message
prince_mq
PostPosted: Wed Aug 01, 2007 2:02 am    Post subject: command/utility to find out version and service level of WMQ Reply with quote

Voyager

Joined: 10 Aug 2006
Posts: 76

Hi,

Can any one please tell me what command or utitlity do i need to run to know the version and service level of WMQ installed on Z/OS mainframe.

Thanks in Advance
Prince
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Aug 01, 2007 2:15 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Ask the system programmer what version he installed.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
prince_mq
PostPosted: Wed Aug 01, 2007 2:43 am    Post subject: Reply with quote

Voyager

Joined: 10 Aug 2006
Posts: 76



System Programmer said he had installed "WMQ 5.3.1"

but i am looking for a command like "mqver" or "dspmqver" which displays the version and CSD level applied.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Aug 01, 2007 3:04 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

IIRC the queue manager echos it to console when it starts. Not sure how much use that is to you though. Don't remember a command to show it, but it's been a while.

Frankly it's so much effort to change mainframe software you don't need such things. Changing versions is a major news event & everybody knows....!

With luck, someone with more recent expereince will be along in a minute. Out of morbid interest, why do you want it?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
prince_mq
PostPosted: Wed Aug 01, 2007 3:18 am    Post subject: Reply with quote

Voyager

Joined: 10 Aug 2006
Posts: 76

This is for documentation purpose. We need to write a document to configure exits. The command/utility provided in the document helps end users to configure exits.
In that document, end users need to configure exits only if a particular version of WMQ is installed.

I tried searching in google... but hadn't much luck.. pls help


Thanks,
Prince
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Aug 01, 2007 3:25 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

prince_mq wrote:
end users need to configure exits only if a particular version of WMQ is installed.


Bizarre!

Like I said, I don't remember any such a command. But it's been a while.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
zpat
PostPosted: Wed Aug 01, 2007 3:49 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Display level where, on a MQ client end of a z/OS queue manager?

Most client connected tools like WMQTool can show the z/OS QM level, so presumably one can run standard RUNMQSC type command to show it, something like DISPLAY QMGR ?
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Aug 01, 2007 4:26 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

z/OS doesn't use CSDs or FixPacks.

Everything comes as individual APARs. There are equivalent levels to the various CSD/FPs, based on what APARs are installed, but they don't change version numbers of the product or etc. As far as I know.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Toronto_MQ
PostPosted: Wed Aug 01, 2007 4:58 am    Post subject: Reply with quote

Master

Joined: 10 Jul 2002
Posts: 263
Location: read my name

In the first few lines of the MSTR in SDSF you will see the following:

IEF403I CSQ1MSTR - STARTED - TIME=01.15.22
CSQY000I :CSQ1 IBM WebSphere MQ for z/OS V6
CSQY001I :CSQ1 QUEUE MANAGER STARTING, USING PARAMETER MODULE CSQZPARM
CSQ3111I :CSQ1 CSQYSCMD - EARLY PROCESSING PROGRAM IS V6 LEVEL 003-005

This will tell you the version, and the level of the early code.

If you want to know specific service levels (ie. PTFs applied) then you will need to know your way around SMP/E. Or, better yet, ask the person who applies your maintenance

There is no "command" to get the version and service level on z/OS.

Steve
Back to top
View user's profile Send private message
prince_mq
PostPosted: Wed Aug 01, 2007 11:42 pm    Post subject: Reply with quote

Voyager

Joined: 10 Aug 2006
Posts: 76

Toronto_MQ/Zpat/jeff/vitor

I was not able to find the service level.. but,
I was able find version level information from 'SYSLOG" in IOF and also in SYSPRINT log of CSQUTIL utility.


Thanks for your help
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Thu Aug 02, 2007 5:33 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

This may be of some help.

http://www.angelfire.com/ga/bowstore/MQ.html

Then again...it may not be. YMMV
Back to top
View user's profile Send private message
prince_mq
PostPosted: Thu Aug 02, 2007 6:07 am    Post subject: Reply with quote

Voyager

Joined: 10 Aug 2006
Posts: 76

Thanks kevinf! i shall give it a try!
Back to top
View user's profile Send private message
cicsprog
PostPosted: Fri Aug 03, 2007 10:20 am    Post subject: Reply with quote

Partisan

Joined: 27 Jan 2002
Posts: 347

MQ command:

.cpf DISPLAY QMGR CMDLEVEL

Results:

CSQM201I &MQD0 CSQMDRTC DIS QMGR DETAILS 050
QMNAME(MQD0)
CMDLEVEL(600)
END QMGR DETAILS

This indicates the function level of the queue manager....but basically V6 of MQ in this case. I use this command in a REXX at MQM startup to load a Notes database (via an email) with specifics about the z/OS MQM so we maintain an automated inventory.

Maintenance level only by a SMP query - is my only thought.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Mainframe, CICS, TXSeries » command/utility to find out version and service level of WMQ
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.