Template summary, Template options – HP P6000 Continuous Access Software User Manual

Page 202

Advertising
background image

// Failover all DR groups to the remote site.

12

FailoverDrGroups ( %DR_group_name_list%, FALSE )

13

//

14

// Do a bus scan for the new volumes, make sure that new devices are seen by multipath driver.

15

// Repeat the Discover for each DR group.

16

// This assumes that the devices are presented on the site 2 host

17

DiscoverDiskDevicesForDrGroup($site_2_host, %DR_group_name%)

18

//

19

// Execute any necessary commands on the remote host to get the volumes ready to mount,

20

// such as import volumegroups, fsck volumes, etc.

21

// Mount devices on the remote host.

22

// Start the application on the remote host.

23

Pause()

24

//

25

Exit (SUCCESS)

26

//

27

Replicate (via snapclone) a host volume multiple times, mount to a host (template)

Template summary

A.

Replicate the same host volume more than once, via snapclone.

B.

Between each snapclone, wait for the previous one to normalize.

C.

Mount the replicas on a host.

D.

Pause.

E.

Delete the mounted host volumes.

F.

Delete the storage volumes.

Template options

Number of times to snapclone. Adds commands for each snapclone.

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

Launch backup after replication. Adds a launch command for interacting with an enabled
host, for example, to start a tape backup.

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

SetNotificationPolicy

.

202 Jobs

Advertising