VERITAS Volume Manager 4.1 Release Notes (5900-0591, March 2010)
VERITAS Volume Manager 4.1 Release Notes
Known Problems and Workarounds
Chapter 122
# vxmend -o force -g mydg fix empty vol
# vxmend -o force -g mydg fix empty vol-L01
# vxmend -o force -g mydg fix empty vol-L02
# vxvol -g mydg init zero vol
# vxvol -g mydg init zero vol-L01
# vxvol -g mydg init zero vol-L02
Growing or Shrinking Layered Volumes
Due to the current implementation of a resize of layered volumes, it is recommended that you
do not grow or shrink layered volumes (for example; stripe-mirror, concat-mirror) during
resynchronization. This limitation does not apply to ISP layered volumes.
Internally, VxVM converts the layout of layered volumes and updates the configuration
database before it does the actual resize. This causes any ongoing operation, such as a
resynchronization, to fail.
If the system reboots before the grow or shrink of a layered volume completes, the volume is
left with an intermediate layout. In this case, you have to use vxassist convert to restore the
volume to its original layout.
After a layered volume is resized, the volume, plex and subdisk names associated with the
subvolumes, are changed.
Maximum Size of a VxVM Volume
VxVM supports volume lengths up to 2^63-1 disk sectors when using VERITAS-specific
ioctl calls. However, system calls such as seek, lseek, read and write are limited to a
maximum offset that is determined by the operating system. For a system that supports large
files, this is usually 2^63-1 bytes. Otherwise, the maximum offset value is usually 2^31-1
bytes (1 byte less than 2 terabytes).
vxconfigd Hangs Due to a Faulty Disk
If I/O hangs for some reason such as a disk failing while the VxVM configuration daemon,
vxconfigd, is performing I/O from/to the disks, there is no way to communicate with
vxconfigd via signals or native interprocess communication. This can potentially cause two
kinds of problem:
• The node becomes unavailable for VxVM administrative commands.
• In a clustered or HA environment where VERITAS Cluster Server agents need to
communicate with vxconfigd to determine the health of VxVM components, service
groups start timing out and failing.