![HP 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure Скачать руководство пользователя страница 220](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_155409220.webp)
Line Task
1
// Perform an unplanned failover of a CA con
fi
guration.
2
// Since it is ’unplanned’, we do not quiesce or unmount the source volumes.
3
//
4
// Assign some variables that will be used in this job.
5
$site_2_array = SetVariable(%site_2_array%
6
$site_2_host = SetVariable(%site_2_host%)
7
//
8
// Validate that resources are as expected.
9
ValidateHost ($site_2_host)
10 ValidateStorageSystem ($site_2_array)
11
//
12 // Failover all DR groups to the remote site.
13 FailoverDrGroups ( %DR_group_name_list%, FALSE )
14 //
15 // Do a bus scan for the new volumes, make sure that new devices are seen by multipath driver.
16 // Repeat the Discover for each DR group.
17 // This assumes that the devices are presented on the site 2 host
18 DiscoverDiskDevicesForDrGroup($site_2_host, %DR_group_name%)
19 //
20 // Execute any necessary commands on the remote host to get the volumes ready to mount,
21 // such as import volumegroups, fsck volumes, etc.
22 // Mount devices on the remote host.
23 // Start the application on the remote host.
24 Pause()
25 //
26 Exit (SUCCESS)
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.
220
Jobs
Содержание 418800-B21 - StorageWorks Modular Smart Array 70 Storage Enclosure
Страница 16: ...Tables 1 Document conventions 18 16 ...
Страница 20: ...20 About this guide ...
Страница 56: ...56 Replication Solutions Manager ...
Страница 160: ...160 Host volumes ...
Страница 384: ...384 Managed sets ...
Страница 402: ...402 Oracle ...
Страница 412: ...412 Storage systems ...
Страница 444: ...444 Virtual disks ...
Страница 456: ...456 CLUI ...