
The VIP network should not be reachable as of now. Make sure the public and Private networks are reachable from both nodes.
#How to install oracle linux virtualbox update#
Update the ‘/etc/hosts’ file with suitable IP Addresses and Hostnames.
#How to install oracle linux virtualbox install#
Yum install oracleasm-support oracleasmlib oracleasm-`uname -r`Ĭonfigure oracleasm utility.

Install the required RPMs as below: yum install -y oracle-database-preinstall-18c.x86_64 In root’s bash profile: export ORACLE_HOME=/u01/app/19.2/grid In oracle’s bash profile: export ORACLE_SID=orclĮxport ORACLE_HOME=$ORACLE_BASE/product/19.2 In grid’s bash profile: export ORACLE_SID=+ASM1Įxport PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH Useradd -m -u 54331 -g oinstall -G dba,oper,backupdba,dgdba,kmdba,asmdba,asmadmin,racdba -d /home/oracle -s /bin/bash oracleĬhown -R oracle:oinstall /u02/app/oracle Update the bash profile file for grid, oracle and root users respectively as below. Useradd -m -u 54332 -g oinstall -G dba,asmadmin,asmdba,asmoper -d /home/grid -s /bin/bash grid sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config

System Readiness:Įxecute the below commands to quickly set up the system prerequisites on both servers. Download Oracle 19c GRID and RDBMS software from oracle edelivery. Download Oracle Linux 6.7 (64-bit) from Oracle edelivery site. Download Latest Oracle VM Virtual box for your suitable host OS from Ģ.
