pvchange(1M) — Series 800 Only
NAME
pvchange − change characteristics of physical volume in a volume group
SYNOPSIS
/etc/pvchange -x extensibility physical_volume_path
DESCRIPTION
pvchange changes the characteristics and state of a physical volume in a volume group by setting the allocation permission for additional physical extents on the physical volume to either allowed or prohibited.
Command-Line Arguments
pvchange recognizes the following arguments:
-x extensibility
Set the allocation permission for additional physical extents on the physical volume specified by physical_volume_path. extensibility can have either of the following values:
y Allow allocation of additional physical extents on the physical volume.
n Prohibit allocation of additional physical extents on the physical volume. However, logical volumes residing on the physical volume are accessible.
EXTERNAL INFLUENCES
Environment Variables
LANG determines the language in which messages are displayed.
If LANG is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of LANG.
If any internationalization variable contains an invalid setting, pvchange behaves as if all internationalization variables are set to "C". See environ(5).
EXAMPLES
Prohibit allocation of additional physical extents to a physical volume:
pvchange -x n /dev/dsk/c2d0s2
Allow allocation of additional physical extents to a physical volume:
pvchange -x y /dev/dsk/c2d0s2
SEE ALSO
Hewlett-Packard Company — HP-UX Release 9.0: August 1992