Changing The Parameters Of A Volume Group; Activating And Deactivating Volume Groups - Red Hat ENTERPRISE LINUX 4 - LVM ADMINISTRATOR Manual

Cluster logical volume manager
Table of Contents

Advertisement

Cur LV
PE Size (KByte)
Total PE
Free PE
Allocated PE
PV UUID
If the physical volume is still being used you will have to migrate the data to another physical volume
using the pvmove command. Then use the vgreduce command to remove the physical volume:
The following command removes the physical volume /dev/hda1 from the volume group
my_volume_group.
# vgreduce my_volume_group /dev/hda1

4.3.6. Changing the Parameters of a Volume Group

The vgchange command is used to deactivate and activate volume groups, as described in
Section 4.3.7, "Activating and Deactivating Volume
change several volume group parameters for an existing volume group.
The following command changes the maximum number of logical volumes of volume group vg00 to
128.
vgchange -l 128 /dev/vg00
For a description of the volume group parameters you can change with the vgchange command, see
the vgchange(8) man page.

4.3.7. Activating and Deactivating Volume Groups

When you create a volume group it is, by default, activated. This means that the logical volumes in
that group are accessible and subject to change.
There are various circumstances for which you you need to make a volume group inactive and
thus unknown to the kernel. To deactivate or activate a volume group, use the -a (--available)
argument of the vgchange command.
The following example deactivates the volume group my_volume_group.
vgchange -a n my_volume_group
If clustered locking is enabled, add 'e' to activate or deactivate a volume group exclusively on one
node or 'l' to activate or/deactivate a volume group only on the local node. Logical volumes with single-
host snapshots are always activated exclusively because they can only be used on one node at once.
You can deactivate individual logical volumes with the lvchange command, as described in
Section 4.4.4, "Changing the Parameters of a Logical Volume
1
4096
499
0
499
Sd44tK-9IRw-SrMC-MOkn-76iP-iftz-OVSen7
Groups". You can also use this command to
Changing the Parameters of a Volume Group
Group", For information on activating
25

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ENTERPRISE LINUX 4 - LVM ADMINISTRATOR and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Enterprise linux 4

Table of Contents