Lab Practice 9 - Grid Installation Pre-Requisites On All Nodes
Lab Practice 9 - Grid Installation Pre-Requisites On All Nodes
# vi /etc/sysconfig/ntpd -> Open file delete all and put below line
Now its good time to clean-up the YUM repository to release some space from the disk
On both nodes as root user:
===========================
# yum clean all
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
# Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
At this stage, exit as oracle user and the open another terminal with new session OR switch to root user
and then back to oracle user. This will make the new environmental variables in effect.
Now it’s time to test our environment variables and check if they are working fine or not. As oracle user,
execute below commands on both nodes to check if environmental variables are set properly
Node 1:
-------
su – oracle
Configure SSH connectivity between the nodes as oracle user. There are two methods to setup SSH
connectivity between the nodes is: Manual method and automatic method. The manual method is very
long and you might encounter errors while doing it. The easy way is the automatic method via script
provided by oracle.
As you have already copied the grid and database software files under /u02, unzip the grid software file.
This will create a new folder name grid under /u02. Oracle provides automatic ssh setup script
On node 1 as oracle user:
=========================
cd /u02
unzip <grid_software_file_name>
cd grid/sshsetup