Manual Page Result
0
Command: vgdisplay | Section: 8 | Source: Digital UNIX | File: vgdisplay.8.gz
vgdisplay(8) System Manager's Manual vgdisplay(8)
NAME
vgdisplay - Displays information about volume groups
SYNOPSIS
/usr/sbin/vgdisplay [-v] [VolumeGroupName ...]
DESCRIPTION
This command is no longer supported on Digital UNIX systems. Features
formerly provided by the Logical Volume Manager (LVM) are now provided
by the Logical Storage Manager (LSM). Existing LVM volumes must be mi-
grated to LSM, using an encapsulation process. For information about
moving LVM volumes to LSM, see the vollvmencap(8) reference page and
the manual Logical Storage Manager. The vgdisplay command displays in-
formation about volume groups. If you use VolumeGroupName, only the
information for that volume group is displayed. If you do not use Vol-
umeGroupName a list of the names of all defined volume groups is dis-
played. If the -v (verbose) flag is not specified, only the following
information is displayed: Name of the volume group. State of the vol-
ume group. If the volume group is activated with the vgchange -a y
command, the state is available. If the volume group is deactivated
with the vgchange -a n command, the state is off. Maximum number of
logical volumes allowed in the volume group. Current number of logical
volumes within the volume group. Number of logical volumes within the
volume group that are currently open. Maximum number of physical vol-
umes allowed in the volume group. Current number of physical volumes
within the volume group. Number of physical volumes that are currently
active. Size of each physical extent. Maximum number (limit) of phys-
ical extents that can be allocated from any of the physical volumes in
the volume group. Total number of physical extents within the volume
group: this is the sum of the number of physical extents belonging to
each available physical volume in the volume group. Number of physical
extents currently allocated to logical volumes. Number of physical ex-
tents not allocated. Number of volume group descriptor areas within
the volume group.
FLAGS
Lists additional information for each logical volume and for each phys-
ical volume on the volume group:
Logical volumes: lists the following information about logical
volumes belonging to VolumeGroupName: Name of the logical volume
within the volume group. State of the logical volume. Avail-
able/stale indicates the logical volume can be opened but con-
tains extents that are not current. Available/syncd indicates
the logical volume can be opened and it is synchronized. Un-
available indicates that an open of the logical volume will
fail. Number of logical extents in the logical volume. Number
of physical extents used by the logical volume. Number of phys-
ical volumes used by the logical volume.
Physical volumes: lists the following information about physical
volumes belonging to VolumeGroupName: Name of the physical vol-
ume within the group. State of the physical volume. Total num-
ber of physical extents on the physical volume. Number of free
physical extents on the physical volume.
EXAMPLES
To display information about all the volume groups within the system,
enter: vgdisplay To display all of the information about volume group
vg02, enter: vgdisplay -v /dev/vg02 The characteristics and status of
both the logical and physical extents of volume group vg02 are dis-
played.
FILES
Specifies the command path
RELATED INFORMATION
Commands: lvdisplay(8), pvdisplay(8), vgchange(8), vgcreate(8) delim
off
vgdisplay(8)