Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

lvdisplay(8)

pvdisplay(8)

vgchange(8)

vgcreate(8)

vgdisplay(8)  —  Maintenance

OSF

NAME

vgdisplay − Displays information about volume groups

SYNOPSIS

vgdisplay [-v] [VolumeGroupName ...]

FLAGS

-vLists additional information for each logical volume and for each physical volume on the volume group: Logical volumes: lists the following information about logical volumes belonging to VolumeGroupName:

LV NameName of the logical volume within the volume group. 

LV StatusState of the logical volume. Available/stale indicates the logical volume can be opened but contains extents that are not current. Available/syncd indicates the logical volume can be opened and it is synchronized. Unavailable indicates that an open of the logical volume will fail. 

Total LENumber of logical extents in the logical volume. 

Used PENumber of physical extents used by the logical volume. 

Used PVNumber of physical volumes used by the logical volume. 

Physical volumes: lists the following information about physical volumes belonging to VolumeGroupName:

PV NameName of the physical volume within the group. 

PV statusState of the physical volume. 

Total PETotal number of physical extents on the physical volume. 

Free PENumber of free physical extents on the physical volume. 

DESCRIPTION

The vgdisplay command displays information about volume groups.  If you use VolumeGroupName, only the information for that volume group is displayed. If you do not use VolumeGroupName a list of the names of all defined volume groups is displayed. If the -v (verbose) flag is not specified, only the following information is displayed:

VG NameName of the volume group. 

VG StatusState of the volume 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 unavailable. 

Max LVMaximum number of logical volumes allowed in the volume group. 

Cur LVCurrent number of logical volumes within the volume group. 

Open LVNumber of logical volumes within the volume group that are currently open. 

Max PVMaximum number of physical volumes allowed in the volume group. 

Cur PVCurrent number of physical volumes within the volume group. 

Active PVNumber of physical volumes that are currently active. 

PE SizeSize of each physical extent. 

Max PE per PV
Maximum number (limit) of physical extents that can be allocated from any of the physical volumes in the volume group.

VGDANumber of volume group descriptor areas within the volume group. 

Total PETotal 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. 

Alloc PENumber of physical extents currently allocated to logical volumes. 

Free PENumber of physical extents not allocated. 

EXAMPLES

     1.To display information about all the volume groups within the system, enter:

vgdisplay

     2.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 displayed. 

FILES

/usr/sbin/vgdisplay
Specifies the command path

RELATED INFORMATION

Commands:  lvdisplay(8), pvdisplay(8), vgchange(8), vgcreate(8)
 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026