HP P6000 Continuous Access Software User Manual

Page 211

Advertising
background image

//

23

// Rollback.

24

E4: UnmountHostVolume ($MP1) onerror pauseat E4:

25

E3: DeleteHostVolume ($HV1) onerror pauseat E3:

26

//

27

E2: DeleteStorageVolumes ($Rep1) onerror pauseat E2:

28

//

29

Exit (SUCCESS)

30

//

31

// Failure exit - no rollback needed.

32

E1: Exit (FAILURE)

33

Replicate host volumes, mount to a host, then to a different host (template)

Template summary

Involves five enabled hosts, EH1 through EH5*.

A.

Locally replicates (copies) the storage volumes that underlie a host volume on an EH1.

B.

Presents the underlying storage volume copies to EH2 (creates a new host volume).

C.

Mounts the new host volume on EH2, launches a backup process on EH3, and waits for the
process to complete. After completion, unmounts and deletes the new host volume from EH2.

D.

Mounts the new host volume on EH4, launches a backup process on EH5, and waits for the
process to complete. After completion, unmounts and deletes the new host volume from EH4.

E.

Unpresents and deletes the storage volume copies from the storage system.

* EH1 though EH5 are labels in the summary only. They are not variables in the template.

Template options

Number of volumes to replicate. Adds commands for each volume.

Suspend source before replication. Adds launch commands for interacting with an enabled
host, for example to suspend and resume host application I/O.

Use snapclone instead of snapshot. Generates a template that uses snapclone replication.

Include e-mail notification. Adds a command for e-mail notification of the job instance status.
See

SetNotificationPolicy

.

Comments

Linux. Do not use this template with Linux volume groups.

Tru64 UNIX. When replicating AdvFS volumes that have heavy I/O, select the option Suspend
source before replication. See

Suspending I/O before replicating AdvFS volumes

.

Job templates

211

Advertising