Veritas Storage Foundation 5.1 SP1 Cluster File System Administrator"s Guide (5900-1738, April 2011)
3
Create a single shared volume that is large enough to contain a file system
for all tablespaces.
See the Oracle documentation specific to the Oracle database release for
tablespace sizes.
Assuming 6.8 GB are required for the tablespaces, enter:
# vxassist -g oradatadg make oradatavol 6800M
4
Create a VxFS file system in this volume, enter:
# mkfs -F vxfs /dev/vx/rdsk/oradatadg/oradatavol
5
Create a mount point for the shared file system, enter:
# mkdir /oradata
6
From the same node, mount the file system, enter:
# mount -F vxfs -o cluster /dev/vx/dsk/oradatadg/oradatavol \
/oradata
7
Set oracle as the owner of the file system, and set 775 as the permissions:
# chown oracle:oinstall /oradata
# chmod 775 /oradata
8
On the other node(s), complete steps 5 through 6.
9
Create the Oracle database.
See the Oracle documentation.
Creating a starter database
Creating a database for Oracle 10g or 11g
200