Veritas Volume Manager 5.1 SP1 Administrator"s Guide (5900-1506, April 2011)

copies of one or more cloned disks exist. In this case, you can use the following
command to tag all the disks in the disk group that are to be imported:
# vxdisk [-g diskgroup ] settag tagname disk ...
where tagname is a string of up to 128 characters, not including spaces or tabs.
For example, the following command sets the tag, my_tagged_disks, on several
disks that are to be imported together:
# vxdisk settag my_tagged_disks c2t66d0 c2t67d0
Alternatively, you can update the UDIDs of the cloned disks.
See Writing a new UDID to a disk on page 233.
To check which disks are tagged, use the vxdisk listtag command:
# vxdisk listtag
DEVICE NAME VALUE
c0t06d0 - -
c0t16d0 - -
.
.
.
c2t64d0 my_tagged_disks -
c2t65d0 my_tagged_disks -
c2t66d0 my_tagged_disks -
c2t67d0 my_tagged_disks -
c2t68d0 - -
The configuration database in a VM disks private region contains persistent
configuration data (or metadata) about the objects in a disk group. This database
is consulted by VxVM when the disk group is imported. At least one of the cloned
disks that are being imported must contain a copy of the current configuration
database in its private region.
You can use the following command to ensure that a copy of the metadata is placed
on a disk, regardless of the placement policy for the disk group:
# vxdisk [-g diskgroup] set disk keepmeta=always
Alternatively, use the following command to place a copy of the configuration
database and kernel log on all disks in a disk group that share a given tag:
# vxdg [-g diskgroup] set tagmeta=on tag=tagname nconfig=all \
nlog=all
Creating and administering disk groups
Handling cloned disks with duplicated identifiers
234