Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ vgreduce(8) — OSF/1 SILVER Baselevel 4 rev36

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

lvremove(8)

vgchange(8)

vgcreate(8)

vgdisplay(8)

vgextend(8)

vgreduce(8)  —  Maintenance

OSF  —  Environment_Note_Added

NAME

vgreduce − Reduce a volume group by removing one or more physical volumes from it

SYNOPSIS

vgreduce VolumeGroupName PhysicalVolumePath ... 

DESCRIPTION

The vgreduce command removes the physical volume(s) specified with the PhysicalVolumePath parameter from VolumeGroupName. 

All but one physical volume can be removed.  The last physical volume must remain in the volume group so that the logical volume driver can continue to operate.  The last physical volume in the volume group will be removed by the vgremove command. 

All logical volumes residing on the physical volume(s) represented by the PhysicalVolumePath parameter must be removed by executing the lvremove command before executing the vgreduce command. 

EXAMPLES

To remove physical volume hdisk1 from volume group vg01, enter:

vgreduce  /dev/vg01  /dev/hdisk1

The physical volume hdisk1 no longer belongs to volume group vg01. 

FILES

/usr/sbin/vgreduce
Specifies the command path

ENVIRONMENT NOTES

This section describes system features that are not generic to OSF/1 but that are provided in this OSF/1 implementation. 

ULTRIX Compatibility

To remove physical volume rz1c from volume group vg01, enter:

vgreduce  /dev/vg01  /dev/rz1c

The physical volume rz1c no longer belongs to volume group vg01. 

RELATED INFORMATION

Commands:  lvremove(8), vgchange(8), vgcreate(8), vgdisplay(8), vgextend(8)

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