Examples
These examples show host volume mount points. Device names can also be used. The required replication
step that precedes the host volume creation step is marked with asterisks (**).
AIX
$Rep1=SnapcloneHostVolume ( "\\HostA2\/home/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/home/cats", $Rep1, "HostA4" )
HP-UX
$Rep1=SnapcloneHostVolume ( "\\HostA2\/users/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/users/cats", $Rep1, "HostA4" )
Linux
$Rep1=SnapcloneHostVolume ( "\\HostA2\/var/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/var/cats", $Rep1, "HostA4" )
OpenVMS
$Rep1=SnapcloneHostVolume ( "\\HostA2\CATS", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\CATS:", $Rep1, "HostA4" )
Solaris
$Rep1=SnapcloneHostVolume ( "\\HostA2\/usr/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/usr/cats", $Rep1, "HostA4" )
Tru64 UNIX
$Rep1=SnapcloneHostVolume ( "\\HostA2\dom01#fset1", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\dom01#fset1", $Rep1, "HostA4" )
Windows
$Rep1=SnapcloneHostVolume ( "\\HostA2\E:\pets\cats", SAME, WAIT ) **
Drive
CreateHostVolume ( "\\HostA2\E:\", $Rep1, "HostA4" )
Drive & folders
CreateHostVolume ( "\\HostA2\E:\pets\cats", $Rep1, "HostA4" )
Comments
•
Associated validation commands
.
ValidateHost
,
ValidateHostVolume
•
Agent and license prerequisites
. Requires a host agent.
•
Command result value
. Host volume name (UNC). For a complete list, see
command result values
.
•
OS speci
fi
cs
. Yes. See examples above.
HP-UX
. If the
source
host volume uses HP-UX
PVLinks
for multiple paths, the replica will have only one
path de
fi
ned. If necessary, you can use PVLinks to add paths to the replica after the job is
fi
nished.
Windows
. Creating the host volume on the same host as the original may produce undesirable results.
Windows writes a signature to the disks and the same signature will be on both the source and the
new copy.
•
This command uses the previously replicated, underlying storage of an existing host volume.
See also
CreateHostVolumeDiscrete
.
•
The storage is presented to the target host, and the storage structure of the source host volume is
reconstructed on the target host. The new host volume is not mounted.
•
To mount the host volume, use the
MountHostVolume
command.
•
See
resource names and UNC formats
.
CreateHostVolumeDiscrete
Creates a new host volume by presenting the storage volumes that underlie a host volume to an enabled
host.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
CreateHostVolumeDiscrete ( %component%, %storvol_unc_name%, %target_host% )
Partition/Slice
(%component%). Enter the type of host volume component on the source host.
270
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 ...