How to install IBM App Connect Enterprise on Linux Centos 7
Download the IBM Ace on linux directory
[root@localhost tmp]# ls
11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz ks-script-RQtAaj systemd-private-ec4a4be79d4e45cca9301818f7061119-chronyd.service-rrRVPL yum.log
[root@localhost tmp]#
[root@localhost tmp]# tar -xzf 11.0.0.6-ACE-LINUX64-DEVELOP.tar.gz
[root@localhost 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
[root@localhost tmp]# cd ace-11.0.0.6/
[root@localhost ace-11.0.0.6]# ls
ace common extensions ie02 license readmes server swidtag tools
[root@localhost ace-11.0.0.6]# cd ..
[root@localhost 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
[root@localhost tmp]#
create IBM folder on opt directory (if you want to share with other user)
[root@localhost tmp]# mkdir /opt/IBM
[root@localhost tmp]#
[root@localhost tmp]# mv ace-11.0.0.6/ /opt/IBM/
Change working directory to ibm ace
[root@localhost tmp]# cd /opt/IBM/
[root@localhost IBM]# ls
ace-11.0.0.6
[root@localhost IBM]# pwd
/opt/IBM
[root@localhost IBM]# ls
ace-11.0.0.6
[root@localhost IBM]# cd ace-11.0.0.6/
[root@localhost ace-11.0.0.6]# ls
ace common extensions ie02 license readmes server swidtag tools
[root@localhost ace-11.0.0.6]#
Run following command to install
[root@localhost 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
[root@localhost ace-11.0.0.6]#
Check the mqbrkrs group and add user to that group
[root@localhost ace-11.0.0.6]# cat /etc/group | grep mqbrkrs
mqbrkrs:x:1001:
[root@localhost ace-11.0.0.6]#
[root@localhost ace-11.0.0.6]# usermod -aG mqbrkrs myquser
[root@localhost ace-11.0.0.6]#
Run the mqsi profiles
[myquser@localhost bin]$ . mqsiprofile
MQSI 11.0.0.6
/opt/IBM/ace-11.0.0.6/server
[myquser@localhost bin]$
Check the mqsi list
[myquser@localhost bin]$ . mqsiprofiles
[myquser@localhost bin]$ ./mqsilist
BIP1281I: No integration nodes have been defined on this machine.
BIP8071I: Successful command completion.
[myquser@localhost bin]$
Check the mqsi version
[myquser@localhost 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.
[myquser@localhost bin]$
Tidak ada komentar :
Posting Komentar