Sunday, 27 January 2019

RAC node2 Preparation (Chapter 4

Till now in our previous post, we fully configured racnode1. In this post, we will prepare our machine 2 and use it as racnode2.

Shutdown the racnode1 machine and clone

Click on Clone and it will take 20-30 mins to Complete.


HOSTNAME=racnode2

  • Restart the VM
  • Then Change the Network Configuration, in VM Settings(2 host only adapter) as we did during our racnode1 setup to change the Public and Private IP from network management.


IP address :

I am using eth1 and eth2 as my host only adapters that will be used for public and private IP's .
eth0 I am using as bridged adapter to access the internet .I will set up static IP for eth1 and eth2

eth1:(Public IP)

192.168.56.11
255.255.255.0
255.255.255.o 

eth2:(Private IP)
10.10.0.11
8
10.10.0.1

  • Start both the VM and check if you can PING the Public and Private IP from both the nodes.
  • Run nslookup to make the sure connection are going fine to DNS server from both nodes.

Change bash_profile for grid user and make Oracle sid as +ASM2.

No comments:

Post a Comment