VERITAS Volume Manager 4.1 Administrator's Guide

Administering Cluster Functionality
Administering VxVM in Cluster Environments
Chapter 10372
A portion of the output from this command (for the device c4t1d0) is
shown here:
Device: c4t1d0
devicetag: c4t1d0
type: sliced
clusterid: cvm2
disk: name=disk01 id=963616090.1034.cvm2
timeout: 30
group: name=rootdg id=963616065.1032.cvm2
flags: online ready autoconfig shared imported
...
Note that the clusterid field is set to cvm2 (the name of the cluster),
and the flags field includes an entry for shared. When a node is not
joined to the cluster, the flags field contains the autoimport flag
instead of imported.
Listing Shared Disk Groups
vxdg can be used to list information about shared disk groups. To display
information for all disk groups, use the following command:
# vxdg list
Example output from this command is displayed here:
NAME STATE ID
rootdg enabled 774215886.1025.teal
group2 enabled,shared 774575420.1170.teal
group1 enabled,shared 774222028.1090.teal
Shared disk groups are designated with the flag shared.
To display information for shared disk groups only, use the following
command:
# vxdg -s list
Example output from this command is as follows:
NAME STATE ID
group2 enabled,shared 774575420.1170.teal
group1 enabled,shared 774222028.1090.teal