HP-UX Virtual Partitions Administrator's Guide (includes A.05.02)

Monitor and Shell Commands
Other Boot Modes
Chapter 5
179
mkdir /dev/vg00
mknod /dev/vg00/group c 64 0x00000
Step 5. Import the root volume group (vg00). For example:
vgimport -m /mapfile.vg00 /dev/vg00 /dev/dsk/c1t1d0 /dev/dsk/c1t1d1
where the device filenames are obtained from the ioscan and vgscan above
Step 6. Activate the root volume group (vg00):
vgchange -a y /dev/vg00
You may also have to cleanup and prepare LVM logical volume to be root, boot, primary swap, or
dump volume as follows:
lvrmboot -r /dev/vg00
lvlnboot -b /dev/vg00/lvol1
lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
mount
Step 7. Verify that the hardware path for the boot device matches the primary boot path.
lvlnboot -v /dev/vg00
Step 8. If the hardware path has not changed to the primary boot path, change it by running lvlnboot
with the recovery (-R) option. This step is normally not necessary.
lvlnboot -R /dev/vg00
Step 9. Reboot the target virtual partition.