Owner's Manual
41
7
On
each node
, perform the following steps:
a
Create mount points for each OCFS2 partition. To perform this
procedure, create the target partition directories and set the ownerships
by typing:
mkdir -p /u01 /u02 /u03
chown -R oracle.dba /u01 /u02 /u03
b
On
each node
, modify the /etc/fstab by adding the lines for each device:
/dev/emcpowera1 /u01 ocfs2
_netdev,datavolume,nointr00
/dev/emcpowerb1 /u02 ocfs2
_netdev,datavolume,nointr00
/dev/emcpowerc1 /u03 ocfs2
_netdev,datavolume,nointr00
If the PowerPath pseudo devices do not appear with exactly the same
device name across all the nodes, modify the
/etc/fstab
file on each node
to ensure that all the shared directories on each node access the same
disks.
Make appropriate entries for all OCFS2 volumes.
c
On
each node
, type the following to mount all the volumes listed in the
/etc/fstab
file:
mount -a -t ocfs2
d
On
each node
, add the following command to the
/etc/rc.local
file:
mount -a -t ocfs2
Configuring Shared Storage for Oracle Clusterware and the Database
Using ASM
Configuring Shared Storage for Oracle Clusterware
This section provides instructions for configuring shared storage for Oracle
Clusterware.