Changes only the characteristics of a logical volume.
chlv [ -a Position ] [ -b BadBlocks ] [ -d Schedule ] [ -e Range ] [ -L label ] [ -o Y / N ] [ -p Permission ] [ -r Relocate ] [ -s Strict ] [ -t Type ] [ -u Upperbound ] [ -v Verify ] [ -w MirrorWriteConsistency ] [ -x Maximum ] [ -U Userid ] [ -G Groupid ] [ -P Modes ] LogicalVolume ...
chlv -n NewLogicalVolume LogicalVolume
The chlv command changes the characteristics of a logical volume according to the command flags. The LogicalVolume parameter can be a logical volume name or logical volume ID. Each current characteristic for a logical volume remains in effect unless explicitly changed with the corresponding flag.
The changes you make with the -a, -e, -s, and -u flags take effect only when new partitions are allocated or partitions are deleted. The other flags take effect immediately.
To change the name of a logical volume, use the -n flag and use the NewLogicalVolume parameter to represent the new logical volume name. Do not use other flags with this syntax.
If the volume group which contains logical volume being changed is in big vg format, U, G, and P flags can be used to set the ownership, group and permissions respectively, of the special device files. Only root user will be able to set these values. If the volume group is exported, these values can be restored upon import if R flag is specified with importvg command.
You can use the Volumes application in Web-based System Manager (wsm) to change logical volume characteristics. You could also use the System Management Interface Tool (SMIT) smit chlv fast path to run this command.
-a Position | Sets the intraphysical volume allocation policy (the position of
the logical partitions on the physical volume). The Position variable is represented by one of the following:
|
-b BadBlocks | Sets the bad-block relocation policy. The BadBlocks variable is represented by one of the following:
|
-d Schedule | Sets the scheduling policy when more than one logical partition is
written. Must use parallel or sequential to mirror striped lv. The Schedule variable is represented by one of the following:
|
-e Range | Sets the interphysical volume allocation policy (the number of physical
volumes to extend across, using the volumes that provide the best allocation).
The value of the Range variable is limited by the
Upperbound variable, set with the -u flag, and is represented by one of the following:
|
-G Groupid | Specifies group ID for the logical volume special file. |
-L Label | Sets the logical volume label. The maximum size of the Label variable is 127 characters. |
-n NewLogicalVolume | Changes the name of the logical volume to that specified by the NewLogicalVolume variable. Logical volume names must be unique system wide and can range from 1 to 15 characters. |
-oY / N | Turns on/off serialization of overlapping ios. If serialization is turned on then overlapping IOs are not allowed on a block range and only a sigle IO in a block range is proccessed at any one time. Most applications like file systems and databases do serialization so serialization should be turned off. The default for new logical volumes is off. |
-p Permission | Sets the access permission to read-write or read-only. The Permission variable is represented by one of the following:
|
-P Modes | Specifies permissions (file modes) for the logical volume special file. |
-r Relocate | Sets the reorganization flag to allow or prevent the relocation of
the logical volume during reorganization. The Relocate variable is represented by one of the following:
|
-s Strict | Determines the strict allocation policy. Copies of a logical partition
can be allocated to share or not to share the same physical volume. The Strict variable is represented by one of the following:
Note
When changing a non superstrict logical volume to a
superstrict logical volume you must use the -u flag. |
-t Type | Sets the logical volume type. The maximum size is 31 characters. If the logical volume is striped, you cannot change Type to boot. |
-U Userid | Specifies user ID for the logical volume special file. |
-u Upperbound | Sets the maximum number of physical volumes for new allocation. The value of the Upperbound variable should be between one and the total number of physical volumes. When using striped logical volumes or super strictness the upper bound indicates the maximum number of physical volumes allowed for each mirror copy. |
-v Verify | Sets the write-verify state for the logical volume. Causes all writes
to the logical volume either to be verified with a follow-up read or not
to be verified with a follow-up read. The Verify variable
is represented by one of the following:
|
-w MirrorWriteConsistency |
|
-x Maximum | Sets the maximum number of logical partitions that can be allocated to the logical volume. The maximum number of logical partitions per logical volume is 32,512. |
chlv -e m lv01The interphysical volume allocation policy is set to minimum.
chlv -t copy lv03
chlv -p r lv03Logical volume lv03 now has read-only permission.
chlv -t paging -u 10 lv03The change in the type of logical volume takes effect immediately, but the change in the maximum number of physical volumes does not take effect until a new allocation is made.
chlv -a e -e x -r y -s n -u 5 lv07
/usr/sbin | Directory where chlv command resides. |
The chfs command, extendlv command, lslv command, mklv command, mklvcopy command, reorgvg command, rmlvcopy command, syncvg command.
The Logical Volume Storage Overview in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains the Logical Volume Manager, physical volumes, logical volumes, volume groups, organization, ensuring data integrity, and allocation characteristics.
The System Management Interface Tool (SMIT): Overview in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains the structure, main menus, and tasks that are done with SMIT.
For information on installing the Web-based System Manager, see Chapter 2: Installation and System Requirements in AIX 5L Version 5.2 Web-based System Manager Administration Guide.