HP-UX Logical Volume Manager and MirrorDisk/UX Release Notes HP-UX 11i v3 (October 2010)
Table Of Contents
- HP-UX Logical Volume Manager and MirrorDisk/UX Release Notes
- Table of Contents
- Logical Volume Manager and MirrorDisk/UX Release Notes
- About this document
- LVM and MirrorDisk/UX overview
- Known problems fixed in this version
- Known problems and limitations
- Known problems
- Auto pre-allocation occurs for all unsharing if distributed snapshot has 2 PVs
- Auto pre-allocated, distributed snapshot threshold considers all LV pre-allocated extents in PV
- Activation of Version 2.2 VG with space-efficient snapshots fails to properly mark snapshots as read-only when there are no free extents
- The lvextend command fails to increase the number of pre-allocated extents
- Limitations
- Known problems
- Installation requirements
- HP Insight Remote Support Software
- Compatibility issues
- Related documentation
- Software Availability in Native Languages
Encrypted Volume and File System (EVFS) v1.1 and greater supports Version 2.x volume groups.
Moving from HP-UX 11i v2 to HP-UX 11i v3
If you are migrating a system from HP-UX 11i v2 to HP-UX 11i v3, see the LVM migration white
paper described in “Related documentation”. It contains information on migrating an LVM
configuration from the legacy naming model to the agile naming model.
Existing LVM configurations created on HP-UX 11i v2 continue to work on HP-UX 11i v3 under
the legacy naming model. However, there is a change in behavior for Alternate Links (PVLinks):
In HP-UX 11i v3, management of multipathed devices is available outside of LVM using the next
generation mass storage stack. By default, the next generation mass storage stack distributes I/O
requests across all available paths to a multipathed disk, even when using legacy device special
files. Using LVM with persistent or legacy device special files might cause I/O requests to be sent
across alternate links, even if the links are not configured as PVLinks; this does not introduce
any errors, but it does differ from PVLink behavior in previous releases.
When using LVM configuration commands on legacy device special files, LVM does not select
an alternate path if the path corresponding to the specified device special file is unavailable,
unless the unavailable path and the alternate path are configured as part of an active volume
group.
When using LVM configuration commands on persistent device special files, LVM succeeds if
at least one of the paths to the device is available.
HP recommends converting volume groups with multipathed disks to persistent device special
files and using native multipathing, as described in the migration white paper in “Related
documentation”.
However, if you want backward-compatible PVLink behavior, you must use legacy device special
files for physical volumes, and disable the mass storage stack multipathing for those physical
volumes. To disable multipathing on legacy device special files, use the scsimgr command to
configure a global device tunable called leg_mpath_enable.
For each multipathed disk, enter the following command:
# scsimgr save_attr -D /dev/rdisk/diskn -a leg_mpath_enable=false
Alternatively, you can disable multipathing for all legacy device files with this command:
# scsimgr save_attr -a leg_mpath_enable=false
Note that this has no effect on multipathing through persistent device special files. For more
information, see scsimgr(1M).
Moving volume groups from HP-UX 11i v3 to previous HP-UX releases
If a volume group used on HP-UX 11i v3 is accessed from a system running a previous release
of HP-UX 11i, you might encounter these compatibility issues:
• Version 2.x volume groups: As noted in “Version 2.x volume groups” (page 10), Version
2.x volume groups are not recognized on previous releases of HP-UX.
• Logical volumes larger than 2 TB: Releases prior to HP-UX 11i v3 can only access data
within the first 2 TB of a logical volume. If a logical volume larger than 2 TB is created on
HP-UX 11i v3, its use is not recommended on any previous HP-UX release. The volume
group can be activated and the logical volume can be used, but any data in that logical
volume beyond 2 TB will be inaccessible.
Compatibility issues 11