Setup Continuous Access (Remote Replication Template) - HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure Command Reference Manual

Job command reference
Hide thumbs Also See for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure:
Table of Contents

Advertisement

Line Task
1
// Restore Oracle tablespace(s) using repository.
2
//
3
// Assign some variables that will be used in this job.
4
$repository = SetVariable(%repository_name%)
5
$mount_host = SetVariable(%mount_host%)
6
//
7
// Mount the replicated volume(s) on a host.
8
CreateHostVolumesUsingRepository ($repository, $mount_host) onerror pauseat E1:
9
SetMountPointsPrefixInRepository ($repository, %prefix%) onerror pauseat E2:
10
$MountedHVs = MountHostVolumesUsingRepository ($repository, REPLICATED) onerror pauseat E2:
1 1
//
12
// Keep the items created by this job. Exit with a Success status.
13
Exit (SUCCESS)
14
//
15
// In case of a failure while running the job, roll back the changes.
16
E2: DeleteHostVolumesUsingRepository ($repository, REPLICATED) onerror pauseat E2:
17
Exit (SUCCESS)
18
//
19
// Failure exit - no rollback needed.
20
E1: Exit (FAILURE)

Setup Continuous Access (remote replication template)

Template summary
Establishes and configures a DR group pair and initiates remote replication between two sites. The DR
group pair contains one storage volume (virtual disk) at the source and destination sites.
A.
Creates a DR group pair that contains the source storage volume that is to be remotely
replicated. The source DR group is at site 1. The destination DR group is at site 2.
B.
Configures the remote replication with failsafe on unavailable member data protection, I/O
mode, and the destination host I/O access mode.
C.
Initiates (resumes) remote replication between the sites.
D.
Presents the destination storage volume to an enabled host at site 2.
Guidelines apply.
Template options
Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See SetNotificationPolicy.
Comments
Guidelines apply.
80
Job concepts, templates and commands

Advertisement

Table of Contents
loading

Table of Contents