VMWare Fedora 下WebSphere MQ的安装

//建立用户组mqm,注意:组名必须是mqm

groupadd mqm

//建立属于组mqm的用户mqm,注意:用户名必须是mqm

useradd -d /var/mqm -g mqm mqm

//修改用户mqm的密码

passwd mqm


[root@localhost MQ]# ./mqlicense.sh -accept


Licensed Materials - Property of IBM
                
5724-H72

(C) Copyright IBM Corporation 1994, 2009 All rights reserved.

US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.


Failed to find VM - aborting

ERROR:  Installation will not succeed unless the license
        agreement can be accepted.

        If the error was caused by a display problem,
        read the license agreement file  (LA_xx, where
        xx represents your language ) in the 'licenses'
        directory, and then run the following command:

            mqlicense.sh -accept

        Only use this command if you accept the license
        agreement.

        For other errors, contact your IBM support centre.
       
       
经查SELinux导致,将SELinux设置成Disable重启系统后解决

[root@localhost MQ]# ./mqlicense.sh

Licensed Materials - Property of IBM
                
5724-H72

(C) Copyright IBM Corporation 1994, 2009 All rights reserved.

US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.


评估软件的国际许可协议

第一部分 ― 通用条款

一旦下载、安装、复制、访问或使用软件,即表明您同意本协议的条款。如
果您代表他人、公司或其他法律实体接受此类条款,则您须声明并保证您拥
有完全的授权以使该人员、公司或法律实体受此类条款的约束。如果您不同
意此类条款,

- 则请勿下载、安装、复制、访问或使用软件;并且

- 立即将软件退还至软件提供方。如果您下载了软件,请与软件提供方联
系。

“IBM”指 International Business

按 Enter 键继续查看本许可协议或按 "1" 接受本协议,按
"2" 拒绝本协议,按 "3" 打印本协议,按 "4" 阅读非
IBM 条款,按 "5" 用英语查看,或按 "99" 回到上一屏
幕。
1

Agreement accepted:  Proceed with install.

[root@localhost MQ]# rpm -ivh MQSeriesRuntime-7.0.1-0.i386.rpm MQSeriesSDK-7.0.1-0.i386.rpm MQSeriesServer-7.0.1-0.i386.rpm
Preparing...                ########################################### [100%]
   1:MQSeriesRuntime        ########################################### [ 33%]
   2:MQSeriesSDK            ########################################### [ 67%]
   3:MQSeriesServer         ########################################### [100%]

猜你喜欢

转载自michelecindy.iteye.com/blog/830718