Operating System - OpenVMS
1752665 Members
5631 Online
108788 Solutions
New Discussion юеВ

Re: Checking Software version

 
SOLVED
Go to solution
Kitti Thanapuasuwan
Occasional Advisor

Checking Software version

I have MQSeries installed on OpenVMS. Which command I can use to check the version, etc?

Thanks
5 REPLIES 5
labadie_1
Honored Contributor
Solution

Re: Checking Software version

take an image of Mq series (dir sys$system:*mqs* or something like that ) and do
$ ana/ima/int sys$system:xxx.exe followed by 4 return, and you will have the version of this software
Eberhard Wacker
Valued Contributor

Re: Checking Software version

Hi,
often the analyze does not show all wished information, it depends how the developer worked. A very easy check (at least for MQseries) is:
$ prod show hist mqs*
If it is an older version of the software:
$ sea sys$update:vmsinstal.history mqs

Cheers,
Eberhard
Lokesh_2
Esteemed Contributor

Re: Checking Software version

Hi,

Give the following command to define mq series symbols:

@sys$manager:mqs_symbols

Then give the following command to check the , channels, queues and other stuffs:

$runmqsc

HTH,
Thanks & regards,
Lokesh
What would you do with your life if you knew you could not fail?
Jan van den Ende
Honored Contributor

Re: Checking Software version

Kitti,

from your profile:

I have assigned points to 29 of 72 responses to my questions.

Maybe you can find some time to do some assigning?

Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!

Proost.

Have one on me.

Jan
Don't rust yours pelled jacker to fine doll missed aches.
Steve Nimr
Advisor

Re: Checking Software version

I've had success for most executables with $DUMP/HEAD/BLOCK=COUNT=1 filename