hit counter script

Consistency Checks; Maintenance Mode Boot - HP -UX 11i Administrator's Manual

Logical volume management
Hide thumbs Also See for HP-UX 11i:
Table of Contents

Advertisement

Max PV Size (Tbytes)
Max VGs
Max LVs
Max PVs
Max Mirrors
Max Stripes
Max Stripe Size (Kbytes)
Max LXs per LV
Max PXs per PV
Max Extent Size (Mbytes)
If your release does not support Version 2.1 volume groups, it displays the following:
# lvmadm -t -V 2.1
Error: 2.1 is an invalid volume group version.
To display the contents of the /etc/lvmtab and /etc/lvmtab_p files in a human-readable
fashion. For example, the following command displays the contents of the LVM configuration
files for all Version 1.0 volume groups on your system:
# lvmadm -l -V 1.0
--- Version 1.0 volume groups ---
VG Name /dev/vg00
PV Name /dev/disk/disk34_p2
In addition, there are some tools available from your HP support representative:
dump_lvmtab: prints the contents of the /etc/lvmtab file in human-readable fashion.
vgcfgdisplay: prints the contents of an LVM volume group configuration backup file (as
created by vgcfgbackup), such as the volume group information, the logical volume
information, physical volume information and logical extent distribution.

Consistency Checks

Most LVM commands perform consistency checking. You can inspect your LVM configuration with
the vgdisplay, lvdisplay, and pvdisplay commands, and look for inconsistencies.
In addition, the pvck command performs explicit consistency checking on a physical volume. This
command detects bad checksums caused by a forward system migration after a backward system
migration. Run pvck only on deactivated volume groups. For more information, see pvck(1M).
NOTE:
The pvck command does not support Version 2.x volume groups.

Maintenance Mode Boot

LVM maintenance mode boot is a special way to boot your system that bypasses the normal LVM
structures. Use it only for problems that prevent the system from otherwise booting. It is similar to
single-user state in that many of the processes that normally start do not start, and many of the
system checks are not performed. LVM maintenance mode is intended to enable you to boot your
system long enough to repair damage to the system LVM data structures typically using
vgcfgrestore, which then enables you to boot your system normally.
Normally, the boot loader uses the LABEL file in the LIF volume to determine the location of the
boot file system and the kernel /stand/vmunix. The LABEL file also contains the starting block
and size of the root file system.
Under a maintenance mode boot, the boot loader attempts to find the boot file system at the start
of the boot disk's user data area rather than using information from the LIF volume. To obtain the
root file system's starting block and size, the boot loader reads the file /stand/rootconf. Since
LVM is not enabled, the root file system must be allocated contiguously.
108 Troubleshooting LVM
16
2048
2047
2048
5
511
262144
33554432
16777216
256

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents