Owner's Manual

14 Configuring Your Network
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 Secure
Shell (
ssh
) are functioning correctly by typing:
ssh <private IP>
Setting Up User Equivalence
Configuring ssh
1
On the primary node, log in as
root
.
2
Run the
sshUserSetup.sh
script located in the Grid binary folder,
under the
sshsetup
folder:
sh sshUserSetup.sh -hosts "host1 host2" -user grid
–advanced
sh sshUserSetup.sh -hosts "host1 host2" -user
oracle –advanced
where
host1
and
host2
are the cluster node names.
After completing step 2, you can configure ssh on other nodes on the grid
and log in as an Oracle user. During login you would not be prompted for
apassword.