Minggu, 01 Desember 2019

How to install IBM App Connect Enterprise on Linux Centos 7

  Tidak ada komentar
Download the IBM Ace on linux directory
[[email protected] tmp]# ls
11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz  ks-script-RQtAaj  systemd-private-ec4a4be79d4e45cca9301818f7061119-chronyd.service-rrRVPL  yum.log
[[email protected] tmp]#
[[email protected] tmp]# tar -xzf 11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz
[[email protected] tmp]# ls
11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz  ks-script-RQtAaj                                                         yum.log
ace-11.0.0.6                         systemd-private-ec4a4be79d4e45cca9301818f7061119-chronyd.service-rrRVPL
[[email protected] tmp]# cd ace-11.0.0.6/
[[email protected] ace-11.0.0.6]# ls
ace  common  extensions  ie02  license  readmes  server  swidtag  tools
[[email protected] ace-11.0.0.6]# cd ..
[[email protected] tmp]# ls
11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz  ks-script-RQtAaj                                                         yum.log
ace-11.0.0.6                         systemd-private-ec4a4be79d4e45cca9301818f7061119-chronyd.service-rrRVPL
[[email protected] tmp]#
create IBM folder on opt directory (if you want to share with other user)
[[email protected] tmp]# mkdir /opt/IBM
[[email protected] tmp]#
[[email protected] tmp]# mv ace-11.0.0.6/ /opt/IBM/
Change working directory to ibm ace 
[[email protected] tmp]# cd /opt/IBM/
[[email protected] IBM]# ls
ace-11.0.0.6
[[email protected] IBM]# pwd
/opt/IBM
[[email protected] IBM]# ls
ace-11.0.0.6
[[email protected] IBM]# cd ace-11.0.0.6/
[[email protected] ace-11.0.0.6]# ls
ace  common  extensions  ie02  license  readmes  server  swidtag  tools
[[email protected] ace-11.0.0.6]#
Run following command to install 

[[email protected] ace-11.0.0.6]# ./ace make registry global accept license
International License Agreement for Non-Warranted Programs

Part 1 - General Terms

BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, CLICKING ON
AN "ACCEPT" BUTTON, OR OTHERWISE USING THE PROGRAM,
LICENSEE AGREES TO THE TERMS OF THIS AGREEMENT. IF YOU ARE
ACCEPTING THESE TERMS ON BEHALF OF LICENSEE, YOU REPRESENT
AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND LICENSEE
TO THESE TERMS. IF YOU DO NOT AGREE TO THESE TERMS,

* DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, CLICK ON AN
"ACCEPT" BUTTON, OR USE THE PROGRAM; AND

* PROMPTLY RETURN THE UNUSED MEDIA AND DOCUMENTATION TO THE

Press Enter to continue viewing the license agreement, or
enter "1" to accept the agreement, "2" to decline it, "3"
to print it, "4" to read non-IBM terms, or "99" to go back
to the previous screen.
1
License accepted
Group 'mqbrkrs' will be created
[[email protected] ace-11.0.0.6]#

Check the mqbrkrs group and add user to that group
[[email protected] ace-11.0.0.6]# cat /etc/group | grep mqbrkrs
mqbrkrs:x:1001:
[[email protected] ace-11.0.0.6]#
[[email protected] ace-11.0.0.6]# usermod -aG mqbrkrs myquser
[[email protected] ace-11.0.0.6]#

Run the mqsi profiles
[[email protected] bin]$ . mqsiprofile

MQSI 11.0.0.6
/opt/IBM/ace-11.0.0.6/server

[[email protected] bin]$
Check the mqsi list
[[email protected] bin]$ . mqsiprofiles
[[email protected] bin]$ ./mqsilist
BIP1281I: No integration nodes have been defined on this machine.
BIP8071I: Successful command completion.
[[email protected] bin]$
Check the mqsi version


[[email protected] bin]$ ./mqsiservice -v
BIPmsgs  en_US
  Console CCSID=1208, ICU CCSID=1208
  Default codepage=UTF-8, in ascii=UTF-8
  JAVA console codepage name=UTF-8

BIP8996I: Version:    11006
BIP8997I: Product:    IBM App Connect Enterprise
BIP8998I: Code Level: S000-L191002.16138
BIP8999I: Build Type: Production, 64 bit, amd64_linux_2

BIP8974I: Component: DFDL-C, Build ID: 20190218-2330, Version: 1.1.2.0 (1.1.2.0), Platform: linux_x86 64-bit, Type: production

BIP8071I: Successful command completion.
[[email protected] bin]$

Tidak ada komentar :

Posting Komentar