
Assigning Remote Command Devices to Journal Volumes
This step is required only when you are using
http://h20000.www2.hp.com/bizsupport/TechSupport/Product.jsp?lang=en&cc=us&taskId=101&
contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodCatId=304619
This configuration step is required by the HP Storage Works 3DC replication for performing operations on the Delta Resync pair. Whenever any Continuous Access journal device groups is deleted using the pairsplit
LVM Volume Groups Configuration
The LVM volume groups that use the application device group must be created (or imported) on all three data centers cluster nodes. The procedure to create the LVM volume groups is similar to that of creating volume groups for a
Use the following procedure to create and export LVM volume groups:
NOTE: If you are using the March 2008 version or later of
1.Define the appropriate Volume Groups on all cluster nodes that run the application package.
#mkdir /dev/vgxx
#mknod /dev/vgxx/group c 64 0xnn0000
Where the VG name and minor number nn are unique for each volume group defined in the node.
2.Create the Volume Group only on one node in primary data center (DC1). Use the following commands:
#pvcreate
#vgcreate /dev/vgname /dev/dsk/disk12
NOTE: From
3.Create the logical volume(s) for the volume group on the node.
# lvcreate
xxxx indicates size in MB.
4.Create the filesystem:
# newfs
5.Export the Volume Groups on the node without removing the special device files:
# vgchange
440 Designing a Three Data Center Disaster Recovery Solution