Time Required: 30 minutes
Class Materials:
Next we need to add additional networking components to allow our RAC nodes to communicate.
Oracle RAC requires two separate networks, one for public traffic and one for private cluster traffic. Both adapters must use static IP addresses.
VMware Workstation already installed a Bridged Adapter as part of the install process, and this adapter will provde internet access to our VM. But in most cases, the IP address of this adapter will change as DHCP leases expire, or in the case of a laptop, the machine moves from network to network.
Therefore, we need to add two additional NICs on virtual networks between the RAC nodes, one to be our public network and the other to be our private network.
Continue reading →