Author |
Message
|
Ranodip Basu |
Posted: Thu May 11, 2006 8:42 am Post subject: Command for MQSI Version |
|
|
 Apprentice
Joined: 23 Sep 2004 Posts: 48
|
Hi All,
We are using WBIMB 5.0 and unfortunately forget the fix pack/CSD level for this. Is there any kind of command like mqver to know the MB version ? I surfed the old posts in forum and found somebody suggesting about mqsiservice -v , but from there we are not able find the CSD level.
Thanks in advance.
Ranodip |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 11, 2006 8:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
look at the readme file or the memo.ptf file. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
ayanc |
Posted: Fri May 12, 2006 2:38 am Post subject: |
|
|
Voyager
Joined: 15 Nov 2004 Posts: 88
|
Ranodip,
You can view the CSD level using mqsiservice -v command. The message associated with CMVC Level provides the info. It should be something like the following:
BIP8998I: CMVC Level: S500-CSD05
Are you getting a different message on issuing this command?
Ayan. |
|
Back to top |
|
 |
Ian |
Posted: Fri May 12, 2006 3:29 am Post subject: |
|
|
Disciple
Joined: 22 Nov 2002 Posts: 152 Location: London, UK
|
To get the product version information you should use the mqsiservice command with the -v parameter.
The BIP8998I message tells you both the version and release level installed on your machine.
Code: |
BIP8996I: Version: 500
BIP8997I: Product: WebSphere MQ Integrator
BIP8998I: CMVC Level: S500-CSD06
BIP8999I: Build Type: Production |
CMVC is the Configuration Management Version Control system used by IBM. _________________ Regards, Ian |
|
Back to top |
|
 |
JT |
Posted: Fri May 12, 2006 5:48 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Output from mqsiservice -v:
Quote: |
BIPv500 en US
ucnv Console CCSID 1208 dft ucnv CCSID 1208
OS ISO8859-1 ICUW ISO-8859-1 ICUA ISO-8859-1
BIP8996I: Version: 500
BIP8997I: Product: WebSphere MQ Integrator
BIP8998I: CMVC Level: S500-L40713
BIP8999I: Build Type: Production |
Broker environment: Solaris, WBIMB v5.0.4 |
|
Back to top |
|
 |
|