Re: Install Error in 19c on OEL 9

From: Chris Taylor <christopherdtaylor1994_at_gmail.com>
Date: Mon, 6 Nov 2023 19:30:47 -0600
Message-ID: <CAP79kiQZj52WWLgtq0LtF2pND78asH+P65Au8QP1MiFL-bgA-Q_at_mail.gmail.com>



Don't you also need $ORACLE_HOME/rdbms/lib as part of your LD_LIBRARY_PATH?

Chris

On Mon, Nov 6, 2023, 5:36 PM Karady <rkarady_at_gmail.com> wrote:

> Hi Rajeev
>
> Yes.
>
> env | grep LD_LIBRARY_PATH
> LD_LIBRARY_PATH=/u01/app/oracle/product/19.0.0/dbhome_1/lib:/lib:/usr/lib
>
> On Mon, Nov 6, 2023 at 4:53 PM Rajeev Prabhakar <rprabha01_at_gmail.com>
> wrote:
>
>> Karady,
>>
>> Were these steps run with LD_LIBRARY_PATH
>> environment variable set ?
>>
>> Rajeev
>>
>> On Nov 6, 2023 at 4:33 PM, <Karady <rkarady_at_gmail.com>> wrote:
>>
>> Hi All
>>
>> I am trying to install 19c on OEL 9.
>> Running into an issue with it.
>> Install is erring out on "Exception Name: MakefileException"
>>
>> This is on a VM.
>>
>> Please advise.
>>
>> Thanks!
>>
>> Error:
>> --------
>> [oracle_at_csoradb1 dbhome_1]$ tail
>> /u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log
>> Exception Name: MakefileException
>> Exception String: Error in invoking target 'libasmclntsh19.ohso
>> libasmperl19.ohso client_sharedlib' of makefile
>> '/u01/app/oracle/product/19.0.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See
>> '/u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log'
>> for details.
>> Exception Severity: 1
>> INFO: [Nov 6, 2023 2:51:17 PM] Adding ExitStatus STOP_INSTALL to the
>> exit status set
>> INFO: [Nov 6, 2023 2:51:17 PM] Finding the most appropriate exit status
>> for the current application
>> INFO: [Nov 6, 2023 2:51:17 PM] inventory location is/u01/app/oraInventory
>> INFO: [Nov 6, 2023 2:51:17 PM] Adding ExitStatus SUCCESS_WITH_WARNINGS
>> to the exit status set
>> INFO: [Nov 6, 2023 2:51:17 PM] Finding the most appropriate exit status
>> for the current application
>> INFO: [Nov 6, 2023 2:51:17 PM] Exit Status is -4
>> INFO: [Nov 6, 2023 2:51:17 PM] Shutdown Oracle Database 19c Installer
>>
>> [oracle_at_csoradb1 dbhome_1]$ uname -a
>> Linux csoradb1 5.15.0-200.131.27.el9uek.x86_64 #2 SMP Wed Oct 4 22:09:54
>> PDT 2023 x86_64 x86_64 x86_64 GNU/Linux
>>
>>
>>
>> Steps Followed
>> --------------
>>
>> sudo cat /etc/security/limits.d/oracle-database-preinstall-19c.conf
>> oracle soft nofile 1024
>> oracle hard nofile 65536
>> oracle soft nproc 16384
>> oracle hard nproc 16384
>> oracle soft stack 10240
>> oracle hard stack 32768
>> oracle hard memlock 134217728
>> oracle soft memlock 134217728
>>
>> sudo dnf install -y bc
>> sudo dnf install -y binutils
>> sudo #dnf install -y compat-libcap1
>> sudo dnf install -y compat-libstdc++-33
>> sudo #dnf install -y dtrace-modules
>> sudo #dnf install -y dtrace-modules-headers
>> sudo #dnf install -y dtrace-modules-provider-headers
>> sudo #dnf install -y dtrace-utils
>> sudo dnf install -y elfutils-libelf
>> sudo dnf install -y elfutils-libelf-devel
>> sudo dnf install -y fontconfig-devel
>> sudo dnf install -y glibc
>> sudo dnf install -y glibc-devel
>> sudo dnf install -y ksh
>> sudo dnf install -y libaio
>> sudo dnf install -y libaio-devel
>> sudo #dnf install -y libdtrace-ctf-devel
>> sudo dnf install -y libXrender
>> sudo dnf install -y libXrender-devel
>> sudo dnf install -y libX11
>> sudo dnf install -y libXau
>> sudo dnf install -y libXi
>> sudo dnf install -y libXtst
>> sudo dnf install -y libgcc
>> sudo dnf install -y librdmacm-devel
>> sudo dnf install -y libstdc++
>> sudo dnf install -y libstdc++-devel
>> sudo dnf install -y libxcb
>> sudo dnf install -y make
>> sudo dnf install -y net-tools # Clusterware
>> sudo dnf install -y nfs-utils # ACFS
>> sudo dnf install -y python # ACFS
>> sudo dnf install -y python-configshell # ACFS
>> sudo dnf install -y python-rtslib # ACFS
>> sudo dnf install -y python-six # ACFS
>> sudo dnf install -y targetcli # ACFS
>> sudo dnf install -y smartmontools
>> sudo dnf install -y sysstat
>> sudo dnf install -y unixODBC
>> sudo dnf install -y libnsl
>> sudo dnf install -y libnsl.i686
>> sudo dnf install -y libnsl2
>> sudo dnf install -y libnsl2.i686
>> sudo dnf install -y oracle-database-preinstall-19c
>>
>>
>>
>> [root_at_csoradb1 jdoe]# rm -rf /u02
>> [root_at_csoradb1 jdoe]# rm -rf /u01
>> [root_at_csoradb1 jdoe]# mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1
>> [root_at_csoradb1 jdoe]# mkdir -p /u02/oradata
>> [root_at_csoradb1 jdoe]# mkdir -p /u01/app/oraInventory
>> [root_at_csoradb1 jdoe]# mkdir -p /u01/app/oracle/FRA
>> [root_at_csoradb1 jdoe]# chmod -R 775 /u01 /u02
>> [root_at_csoradb1 jdoe]# chown -R oracle:oinstall /u01 /u02
>> [root_at_csoradb1 jdoe]# chown -R oracle:oinstall /home/oracle/scripts
>> [root_at_csoradb1 jdoe]# chmod u+x /home/oracle/scripts/*.sh
>> [root_at_csoradb1 jdoe]# SELINUX=permissive
>> [root_at_csoradb1 jdoe]# systemctl stop firewalld
>> [root_at_csoradb1 jdoe]# systemctl disable firewalld
>> [root_at_csoradb1 jdoe]# ls -lrt /tmp
>> [root_at_csoradb1 jdoe]# cp /tmp/LINUX.X64_193000_db_home.zip
>> /u01/app/oracle/product/19.0.0/dbhome_1
>> [root_at_csoradb1 jdoe]# chown oracle:oinstall
>> /u01/app/oracle/product/19.0.0/dbhome_1/LINUX.X64_193000_db_home.zip
>> [root_at_csoradb1 jdoe]#
>>
>>
>>
>> [oracle_at_csoradb1 scripts]$ env | grep ORACLE
>> ORACLE_BASE=/u01/app/oracle
>> ORACLE_HOME=/u01/app/oracle/product/19.0.0/dbhome_1
>> ORACLE_HOSTNAME=ol8-19.localdomain
>> ORACLE_UNQNAME=cdb1
>> ORACLE_SID=cdb1
>>
>> [oracle_at_csoradb1 dbhome_1]$ unzip -oq
>> /home/oracle/sws/LINUX.X64_193000_db_home.zip
>>
>> [oracle_at_csoradb1 dbhome_1]$ env | grep CV_ASSUME_DISTID
>> [oracle_at_csoradb1 dbhome_1]$ export CV_ASSUME_DISTID=OEL7.8
>> [oracle_at_csoradb1 dbhome_1]$ env | grep CV_ASSUME_DISTID
>> CV_ASSUME_DISTID=OEL7.8
>> [oracle_at_csoradb1 dbhome_1]$ ./runInstaller -ignorePrereq
>> -waitforcompletion -silent \
>> -responseFile ${ORACLE_HOME}/install/response/db_install.rsp
>> \
>> oracle.install.option=INSTALL_DB_SWONLY
>> \
>> ORACLE_HOSTNAME=${ORACLE_HOSTNAME}
>> \
>> UNIX_GROUP_NAME=oinstall
>> \
>> INVENTORY_LOCATION=${ORA_INVENTORY}
>> \
>> SELECTED_LANGUAGES=en,en_GB
>> \
>> ORACLE_HOME=${ORACLE_HOME}
>> \
>> ORACLE_BASE=${ORACLE_BASE}
>> \
>> oracle.install.db.InstallEdition=EE
>> \
>> oracle.install.db.OSDBA_GROUP=dba
>> \
>> oracle.install.db.OSBACKUPDBA_GROUP=dba
>> \
>> oracle.install.db.OSDGDBA_GROUP=dba
>> \
>> oracle.install.db.OSKMDBA_GROUP=dba
>> \
>> oracle.install.db.OSRACDBA_GROUP=dba
>> \
>> SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
>> \
>> DECLINE_SECURITY_UPDATES=true
>> Launching Oracle Database Setup Wizard...
>>
>> [WARNING] [INS-13014] Target environment does not meet some optional
>> requirements.
>> CAUSE: Some of the optional prerequisites are not met. See logs for
>> details.
>> /u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log
>> ACTION: Identify the list of failed prerequisite checks from the log:
>> /u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log.
>> Then either from the log file or from installation manual find the
>> appropriate configuration to meet the prerequisites and fix it manually.
>> The response file for this session can be found at:
>>
>> /u01/app/oracle/product/19.0.0/dbhome_1/install/response/db_2023-11-06_02-51-00PM.rsp
>>
>> You can find the log of this install session at:
>>
>> /u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log
>> [FATAL] Error in invoking target 'libasmclntsh19.ohso libasmperl19.ohso
>> client_sharedlib' of makefile
>> '/u01/app/oracle/product/19.0.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See
>> '/u01/app/oraInventory/logs/InstallActions2023-11-06_02-51-00PM/installActions2023-11-06_02-51-00PM.log'
>> for details.
>>
>>
>>
>>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Nov 07 2023 - 02:30:47 CET

Original text of this message