VERITAS Volume Manager 3.1 Administrator's Guide
Cluster Functionality
Cluster-related Volume Manager Utilities and Daemons
Chapter 7326
The output from this command is as follows:
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 one line of information for each shared disk group, use the
following command:
# vxdg -s list
The output for this command is as follows:
NAME STATE ID
group2 enabled,shared 774575420.1170.teal
group1 enabled,shared 774222028.1090.teal
To display information about one specific disk group, including whether
it is shared or not, use the following command:
# vxdg list
diskgroup
where
diskgroup
is the disk group name.
For example, the output for vxdg list group1 on the master (for the
disk group group1) is as follows:
Group: group1
dgid: 774222028.1090.teal
import-id: 32768.1749
flags: shared
version: 70
activation: exclusive-write
detach-policy: local
copies: nconfig=default nlog=default
config: seqno=0.1976 permlen=1456 free=1448 templen=6
loglen=220
config disk c1t0d0s2 copy 1 len=1456 state=clean online
config disk c1t1d0s2 copy 1 len=1456 state=clean online
log disk c1t0d0s2 copy 1 len=220
log disk c1t1d0s2 copy 1 len=220
Note that the flags: field is set to shared. The output for the same
command is slightly different on a slave.