2

您能告诉我如何识别已安装的 IBM WebSphere MQ 的版本位,32 还是 64?分别在 Windows、Linux 和 UNIX 上。

非常感谢

4

2 回答 2

4

dspmqver -a像这样使用:

bash-3.2$ dspmqver -a
Name:        WebSphere MQ
Version:     7.0.1.4
CMVC level:  p701-104-110114
BuildType:   IKAP - (Production)
Platform:    WebSphere MQ for Linux (x86-64 platform)
Mode:        64-bit
O/S:         Linux 2.6.18-194.17.4.el5
bash-3.2$ 

或在 Windows 上:

C:\>dspmqver
Name:        WebSphere MQ
Version:     7.5.0.0
Level:       p000-L120604
BuildType:   IKAP - (Production)
Platform:    WebSphere MQ for Windows
Mode:        32-bit
O/S:         Windows 7 Ultimate x64 Edition, Build 7601: SP1
InstName:    WMQ75
InstDesc:
InstPath:    C:\Program Files (x86)\IBM\WebSphere MQ
DataPath:    C:\Program Files (x86)\IBM\WebSphere MQ
Primary:     Yes
MaxCmdLevel: 750

C:\>

这是V7.1V7.5dspmqver的信息中心页面。

于 2012-08-21T02:27:08.980 回答
1
dspmqver -f 96 

http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.doc%2Ffa15760_.htm

于 2012-08-21T02:26:33.437 回答