HP-UX HB v13.00 Ch-13 - LVM
HP-UX Handbook – Rev 13.00 Page 66 (of 110)
Chapter 13 LVM
October 29, 2013
4. Perform the above steps indicated above in order to remove the PV from the
lvmtab:
# mv /etc/lvmtab /etc/lvmtab.org
# vgscan –v
...
...
Scan of Physical Volumes Complete.
*** LVMTAB has been created successfully.
*** If PV links are configured in the system.
*** Do the following to resync information on disk.
*** #1. vgchange -a y
*** #2. lvlnboot -R
5. Check the results:
# strings /etc/lvmtab
/dev/vg01
/dev/dsk/c0t0d2
/dev/dsk/c1t2d2
6. Re-activate the VG and backup the LVM config:
# vgchange -a y vg01
# vgcfgbackup vg01
If the LV was not mirrored, re-create the LV (lvcreate), create a FS on it (newfs) and
recover your data from backup.