HP P6000 Replication Solutions Manager Job Command Reference (T3680-96090, October 2012)

Values for the following properties cannot be specified in the CreateDrGroupFromHostVolume
command. These properties can be changed in the same job, or in another job, by using the
commands shown.
Default values
Job commandDestinationSourceProperty
SetDrGroupCommentsblankblankComment
SetDrGroupDestinationAccessNone (no I/O)None (no I/O)Destination access mode
SetDrGroupFailsafeDisabledDisabledFailsafe mode
(failsafe on unavailable member)
SetDrGroupFailsafeOnLinkDownPowerUpEnabledEnabledFailsafe on link-down/power-up
SetDrGroupHomeFalseTrueHome
SetDrGroupSuspendResumedResumedSuspension mode
After a DR group pair is created, you can add more virtual disks. See AddDrGroupMember.
When a job is run, some job arguments may specify features that are not available on the
target array.
See Resource names and UNC formats.
CreateHostVolume
Creates a new host volume by presenting replicated storage to an enabled host. The replicated
storage must be created in a prior host volume replication step in the same job.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
CreateHostVolume ( %src_hostvol_unc%, %storvol_snap_list%, %target_host%, HOST_FC_PORT)
Source UNC Host Volume (%src_hostvol_unc%). Select or enter the UNC name of a host volume
that has been previously replicated within the job.
Storage Volume List (%storvol_snap_list%). Select the variable assigned to the previous replication
in the job.
Target Host (%target_host%). Select or enter the name or IP address of the enabled host on which
the host volume is to be created.
Host Type. Select or enter the host type. Choices are HOST_FC_PORT or HOST_ISCSI.
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 (**).
$Rep1=SnapcloneHostVolume ( "\\HostA2\/home/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/home/cats", $Rep1, "HostA4", HOST_FC_PORT )
AIX
$Rep1=SnapcloneHostVolume ( "\\HostA2\/users/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/users/cats", $Rep1, "HostA4", HOST_FC_PORT )
HP-UX
$Rep1=SnapcloneHostVolume ( "\\HostA2\/var/cats", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\/var/cats", $Rep1, "HostA4", HOST_FC_PORT )
Linux
$Rep1=SnapcloneHostVolume ( "\\HostA2\CATS", SAME, WAIT ) **
CreateHostVolume ( "\\HostA2\CATS:", $Rep1, "HostA4", HOST_FC_PORT )
OpenVMS
102 Job Commands