How To
Summary
Rehl 8 installation steps needs some special steps to avoid errors during the installation.
Environment
Redhat 8 and higher
Steps
Here are the steps :
Install all pre-requisites
1- yum install mariadb-server, followed by systemctl enable mariadb
2- yum install httpd
3- yum install unixODBC.x86_64 mariadb-connector-odbc
1- yum install mariadb-server, followed by systemctl enable mariadb
2- yum install httpd
3- yum install unixODBC.x86_64 mariadb-connector-odbc
Create a directory under a temporary shared directory:
4- mkdir rtm
4- mkdir rtm
5- Save these 2 packages in rtm directory:
rtm-poller-10.2.0-rhel8-x64.tar.gz and rtm-server-10.2.0-rhel8-x64.tar.gz rtm/
6- untar the server package: tar -zxvf rtm-server-10.2.0-rhel8-x64.tar.gz
7- check mariadb service status to stop it if it is running: systemctl status mariadb.service
8- make sure you have php 7.2 repo enabled:
rtm-poller-10.2.0-rhel8-x64.tar.gz and rtm-server-10.2.0-rhel8-x64.tar.gz rtm/
6- untar the server package: tar -zxvf rtm-server-10.2.0-rhel8-x64.tar.gz
7- check mariadb service status to stop it if it is running: systemctl status mariadb.service
8- make sure you have php 7.2 repo enabled:
dnf module -y reset php
dnf module -y enable php:7.2
dnf downgrade -y php
dnf module -y enable php:7.2
dnf downgrade -y php
9- download from IBM fix central RTM 10.2 FP 13
10- Make a directory to save RTM 10.2 FP13 :
10- Make a directory to save RTM 10.2 FP13 :
mkdir rtmfp13
The package name is: rtm10.2.0-build601132-rhel8-x64.tar.gz
11- untar FP13 : tar -zxvf rtm10.2.0-build601132-rhel8-x64.tar.gz
12- cd rtm.rc.d
13- copy all files under FP13 unpacked directory "rtm.rc.d " to the same directory under RTM 10.2 base installation extracted in step 6
11- untar FP13 : tar -zxvf rtm10.2.0-build601132-rhel8-x64.tar.gz
12- cd rtm.rc.d
13- copy all files under FP13 unpacked directory "rtm.rc.d " to the same directory under RTM 10.2 base installation extracted in step 6
14- change directory to the RTM 10.2 base installation extracted in step 6 and run the installation command: cd rtm
./rtm_install.sh -f install.config
./rtm_install.sh -f install.config
Optional:
If you need to use php7.4 instead of 7.2 version, you must install RTM 10.2 FP13 or higher:
- change the directory to RTM FP13 you extracted in step 11, and run the patch installation command: ./rtm_patch.sh
Then run these commands to upgrade php version:
dnf module -y reset php
dnf module -y enable php:7.4
dnf install -y php
sed -i ‘s/lin_7.2.so/lin_7.4.so/g’ /etc/php.d/05-aa_ioncube.ini
systemctl restart httpd php-fpm
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSZT2D","label":"IBM Spectrum LSF RTM"},"ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"10.2.0"}]
Was this topic helpful?
Document Information
Modified date:
21 February 2024
UID
ibm17122458