Owner's Manual

48 Configuring Storage, Oracle User Equivalence, and Networking for Oracle RAC
5
For each device that is a bond member:
a
In the directory
/etc/sysconfig/network-scripts/
, edit the
ifcfg-ethn
file:
DEVICE=ethn
HWADDR=<MAC ADDRESS>
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
b
Ty p e
service network restart
and ignore all warnings.
6
On
each node
, type
ifconfig
to verify that the private interface is
functioning.
The private IP address for the node must be assigned to the private
interface
bond0
.
7
After all the private IP addresses are set up on every node, ping each
IP address from one node to ensure that the private network
is functioning.
8
Connect to each node. Verify that the private network and the
ssh
are
functioning correctly by typing:
ssh <private IP>
9
On
each node,
modify lines in the
/etc/hosts
file by typing:
127.0.0.1 localhost.localdomain localhost
<private IP node1> <private hostname node1>
<private IP node2> <private hostname node2>
<public IP node1> <public hostname node1>
<public IP node2> <public hostname node2>
<virtual IP node1> <virtual hostname node1>
<virtual IP node2> <virtual hostname node2>
NOTE: The examples in step 9 and step 10 are for a two-node configuration.
Add similar command lines for each additional node.