天天看點

Websphere MQ 7 For Linux版安裝3.解壓4.同意license:5.安裝6.檢查

1.去IBM官網下載下傳MQ安裝壓縮包

      www.ibm.com

2.将壓縮包上傳至指定目錄,比如:/home/hqh/MQ7

[[email protected] 桌面]#  mkdir -p /home/hqh/MQ7


 [[email protected]桌面]#    mv MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz /home/hqh/MQ7

[[email protected]桌面]#  cd /home/hqh/MQ7


[[email protected] MQ7]# ls

MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz
           

3.解壓

[[email protected] MQ7]# tar xf MQ_7.5.0.2_TRIAL_LNX_ON_X86_64_ML.tar.gz


 [[email protected] MQ7]# ls
           

Websphere MQ 7 For Linux版安裝3.解壓4.同意license:5.安裝6.檢查

4.同意license:

[[email protected] MQ7]# ./mqlicense.sh  -text_only
           
Websphere MQ 7 For Linux版安裝3.解壓4.同意license:5.安裝6.檢查

5.安裝

[[email protected] MQ7]# yum -y install /home/hqh/MQ7/MQSeries*.rpm
           

6.檢查

安裝完畢。看看/opt和/var目錄下面都多了個mqm目錄。

[[email protected] MQ7]# cd /opt


[[email protected] opt]# ls

mqm

[[email protected] opt]# cd /var

[[email protected] var]# ls

account  crash  empty  gdm  local  log   mqm  opt       racoon  spool  yp

cache    db     games  lib  lock   mail  nis  preserve  run     tmp

[[email protected] var]# cd mqm

[[email protected] mqm]# ls

config  conv  errors  exits  exits64  log  mqclient.ini  mqs.ini  qmgrs  service.env  sockets  tivoli  trace
           
Websphere MQ 7 For Linux版安裝3.解壓4.同意license:5.安裝6.檢查

版權聲明:本文為CSDN部落客「weixin_34124577」的原創文章,遵循CC 4.0 BY-SA版權協定,轉載請附上原文出處連結及本聲明。

原文連結:https://blog.csdn.net/weixin_34124577/article/details/91893742