![HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure User Manual Download Page 251](http://html.mh-extra.com/html/hp/418800-b21-storageworks-modular-smart-array-70-storage-enclosure/418800-b21-storageworks-modular-smart-array-70-storage-enclosure_user-manual_155409251.webp)
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
SetMountPointsPre
fi
xInRepository ($repository, %pre
fi
x%) onerror pauseat E2:
10 $MountedHVs = MountHostVolumesUsingRepository ($repository, REPLICATED) onerror pauseat E2:
11
//
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 con
fi
gures 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.
Con
fi
gures 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 noti
fi
cation
. Adds a command for e-mail noti
fi
cation of the job instance status.
See
SetNoti
fi
cationPolicy
.
Comments
•
Guidelines apply.
HP StorageWorks Replication Solutions Manager 4.0.1
251
Summary of Contents for 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure
Page 16: ...Tables 1 Document conventions 18 16 ...
Page 20: ...20 About this guide ...
Page 56: ...56 Replication Solutions Manager ...
Page 160: ...160 Host volumes ...
Page 384: ...384 Managed sets ...
Page 402: ...402 Oracle ...
Page 412: ...412 Storage systems ...
Page 444: ...444 Virtual disks ...
Page 456: ...456 CLUI ...