HP Data Protector 6.0 SUN Solaris10 (SPARC) Oracle10gR2 RAC (On RAW VxVM Volumes) with HP XP ZDB Proxy-Copy Method with IR

HP OpenView Storage Data Protector
Number Size (MB) Purpose and Sample Logical Volume Name
dbname_example_raw_160m
1 120 USERS tablespace:
dbname_users_raw_120m
2 * number
of instances
120 Two online redo log files for each instance (where n is the
number of the instance and m is the log number, 1 or 2):
dbname_redon_m_raw_120m
2 110 First and second control files:
dbname_control{1|2}_raw_110m
1 5 Server parameter file (SPFILE):
dbname_spfile_raw_5m
1 5 Password file:
dbname_pwdfile_raw_5m
Create separate disk groups for Data files, Log files and for Control files.
Run following command as a root user to create required volumes.
#vxassist -g diskgroup make volume size
In this example:
diskgroup is the name of the disk group that you created previously, e.g oradg
volume is the name of the logical volume that you want to create
size is the size of the logical volume, for example, 500m represents 500 MB
The following example shows a sample command used to create a 500 MB logical volume in the
oradg disk group for the SYSTEM tablespace of a database named test:
# vxassist -g oradg make system_raw_500m 500m
Similarly create the other required volumes.
To change the ownership and permission of the created VxVM volumes execute following
command :
# vxedit -g diskgroup set user=oracle group=dba mode=660 volume
To complete the disk group configuration deport the disk group:
#vxdg deport diskgroup
Log into each cluster node and import the disk group in shared mode by executing following
command :
- 6 -