PRIMECLUSTER Global Disk Services Configuration and Administration Guide 4.1 (Solaris(TM) Operating System) |
Contents |
Chapter 6 Backing Up and Restoring | > 6.6 Backing Up and Restoring through an External Server | > 6.6.3 Backing Up and Restoring Using Snapshots from a Proxy Volume |
Automatic Resource Registration
If the backup server resides in a cluster domain (called a backup domain), those disks that are registered as resources in the primary domain or are to be registered with a shadow class in the backup domain may not be involved in the resource registration in the backup domain. In the backup domain, those relevant disks must be described in the Excluded Device List prior to executing the automatic resource registration. For details on the automatic resource registration, see "PRIMECLUSTER Cluster Foundation (CF) Configuration and Administration."
1) Creating a master volume
In the primary domain, create the master volume that is used for the services operation.
The following example creates mirror group Group1 that consists of disks c1t1d1 and c1t1d2 to shared class Class1 that is shared on nodes Node1 and Node2 and creates mirror volume Volume1.
# sdxdisk -M -c Class1 -a type=shared,scope=Node1:Node2 -d c1t1d1=Disk1,c1t1d2=Disk2 |
2) Creating and joining a proxy group
Create a proxy volume as the copy destination of the master volume and join it to the master volume in the primary domain. The following settings are necessary on Node1 or Node2 in the primary domain.
2-1) Creating a proxy volume
Create a proxy volume in the same size as master volume Volume1 to shared class Class1 to which Volume1 belongs.
The following example creates mirror group Group2 that consists of only disk c1t1d3 and creates mirror volume Volume2.
# sdxdisk -M -c Class1 -d c1t1d3=Disk3 |
2-2) Stopping the proxy volume
Stop proxy volume Volume2 on all nodes.
# sdxvolume -F -c Class1 -v Volume2 -e allnodes |
2-3) Joining the proxy volume
Relate and join proxy volume Volume2 to master volume Volume1.
# sdxproxy Join -c Class1 -m Volume1 -p Volume2 |
After returning from the command, synchronization copying from Volume1 to Volume2 is executed, and as a result, they become synchronized.
Contents |