Sample Configuration
The sample configuration of a fire drill service group is identical to an application service group with a hardware replication resource. However, in a fire drill service group, the SRDF resource is replaced by the fire drill resource SRDFSnap.
The following configuration creates a Gold fire drill configuration, but allows VCS to run a Bronze fire drill if the snapshot does not complete successfully.
A resource of type SRDFSnap may be configured as follows in the main.cf:
SRDFSnap oradg_fd {
TargetResName = "oradf_rdf"
UseSnapshot = 1
RequireSnapshot = 0
MountSnapshot = 1
}
|