in this video i am going to show you how to install OEL 9.2 on Oracle VM.
Install Oracle Enterprise Linux 9 ( OEL-9) on Oracle VM VirtualBox .. Part 1
Installation steps :
19C install on OEL 9
dnf install -y oracle-database-preinstall-19c
dnf update -y
curl -o oracle-database-preinstall-19c-1.0-1.el9.x86_64.rpm https://yum.oracle.com/repo/OracleLin...
dnf -y localinstall oracle-database-preinstall-19c-1.0-1.el9.x86_64.rpm
/etc/sysctl.conf or /etc/sysctl.d/98-oracle.conf
change the current kernel parameters
/sbin/sysctl -p or /sbin/sysctl -p /etc/sysctl.d/98-oracle.conf
/etc/security/limits.d/oracle-database-preinstall-19c.conf
cat /etc/ssh/sshd_config
SyslogFacility AUTHPRIV
#LoginGraceTime 2m
PermitRootLogin yes
/etc/selinux/config
SELINUX=permissive
systemctl stop firewalld
systemctl disable firewalld
requried RPMs
==============
dnf install -y bc
dnf install -y binutils
#dnf install -y compat-libcap1
dnf install -y compat-libstdc++-33
#dnf install -y dtrace-modules
#dnf install -y dtrace-modules-headers
#dnf install -y dtrace-modules-provider-headers
#dnf install -y dtrace-utils
dnf install -y elfutils-libelf
dnf install -y elfutils-libelf-devel
dnf install -y fontconfig-devel
dnf install -y glibc
dnf install -y glibc-devel
dnf install -y ksh
dnf install -y libaio
dnf install -y libaio-devel
#dnf install -y libdtrace-ctf-devel
dnf install -y libXrender
dnf install -y libXrender-devel
dnf install -y libX11
dnf install -y libXau
dnf install -y libXi
dnf install -y libXtst
dnf install -y libgcc
dnf install -y librdmacm-devel
dnf install -y libstdc++
dnf install -y libstdc++-devel
dnf install -y libxcb
dnf install -y make
dnf install -y net-tools # Clusterware
dnf install -y nfs-utils # ACFS
dnf install -y python # ACFS
dnf install -y python-configshell # ACFS
dnf install -y python-rtslib # ACFS
dnf install -y python-six # ACFS
dnf install -y targetcli # ACFS
dnf install -y smartmontools
dnf install -y sysstat
dnf install -y unixODBC
dnf install -y libnsl
dnf install -y libnsl.i686
dnf install -y libnsl2
dnf install -y libnsl2.i686