Line Task
1
// Unmount and delete the host volume(s).
2
//
3
// Assign some variables that will be used in this job.
4
$hostvol_unc1 = SetVariable(%hostvol_unc1%)
5
$host_name = SetVariable(%host_name%)
6
//
7
// Validate that resources are as expected.
8
ValidateHost ($host_name)
9
ValidateHostVolume ($hostvol_unc1)
10 //
11
E1: UnmountHostVolume ($hostvol_unc1)
12 E2: DeleteHostVolume ($hostvol_unc1)
13 //
14 Exit (SUCCESS)
15 //
Unmount existing host volumes (template)
Template summary
A.
Unmounts an
existing
* host volume on an enabled host.
Existing
refers to a host volume that is
created by means other than this job. The volume must exist and be in the replication manager
database when this job is run.
B.
The underlying storage volume remains presented to the host.
Template options
•
Number of volumes to unmount
. Adds commands for each volume.
•
Include e-mail noti
fi
cation
. Adds a command for e-mail noti
fi
cation of the job instance status.
See
SetNoti
fi
cationPolicy
.
Example
This template was generated to unmount one host volume on an enabled host. No other template
options were selected.
HP StorageWorks Replication Solutions Manager 4.0.1
255
Содержание 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 ...