HP 3PAR OS 3.1.3 Command Line Interface Reference

admitvv
DESCRIPTION
The admitvv command creates and admits remotely exported virtual volume definitions to enable
the migration of these volumes. The newly created volume will have the WWN of the underlying
remote volume.
SYNTAX
admitvv [-domain <domain>] <vvname>:<WWN> [<vvname>:<WWN> ...]
admitvv [-domain <domain>] <vvname>:<WWN>:<New WWN> [<vvname:<WWN>:<New
WWN>] ...
AUTHORITY
Super, Edit
Any role granted the vv_admit right.
OPTIONS
-domain <domain>
Creates the admitted volume in the specified domain. The default is to create it in the current domain
or no domain if the current domain is not set.
SPECIFIERS
<vvname>
Specifies the local name of the volume to be admitted (up to 31 characters in length).
<WWN>
Specifies the World Wide Name (WWN) of the remote volumes to be admitted.
<New WWN>
Specifies the World Wide Name (WWN) for the local copy of the remote volume. If the keyword
auto is specified, the system automatically generates a WWN for the virtual volume.
RESTRICTIONS
Functionality of this command requires the Peer Motion license. Contact your local service provider
for more information.
EXAMPLES
The following example admits two remote VVs that have been exported to the HP 3PAR storage
system in preparation for migration:
cli% admitvv migvv.0:50002AC00037001A migvv.1:50002AC00047001A
2 VVs admitted
NOTES
You need access to all domains in order to run this command.
The volume admitted using this command can be exported to hosts but all data access to the
volume will be directed to the external LUN.
The volume admitted using this command can be imported by the HP 3PAR Storage System
using the importvv command.
admitvv 55