Installing PAMSC 14.1 (server release to support a new database version - Oracle 19c) on a Red Hat 7.7 server using the following files:
PAMSC_PRM_3PARTY_DE478310_14_1_486_LNX.iso
PAMSC_PRM_SRV_DE478310_14_1_486_LNX.iso
The installation process stopped due to missing package: db4.i686
Checking the required RPM packages it appears that db4.i686 is not applicable to RHEL 7x:
Release : 14.1
Component :
There is a problem with the OS binary "lsb_release" on RHEL 7.7 server and because of that the installer is still expecting db4.
We can solve this problem by following the below steps:
There is a problem with the OS binary "lsb_release" on RHEL 7.7 server and because of that the installer is still expecting db4.
We can solve this problem by following the below steps:
<mount folder>/EnterpriseMgmt/Disk1/InstData/NoVM/
./install_EntM.bin -i console
e.g.; /tmp/560207.tmp
Note: pick the latest folder (can refer the time stamp)
Comment the majversion command and set it to 7
#majversion=$(lsb_release -rs | cut -f1 -d.)
majversion=7
Save the shell script.