WARNING:Creating a bootable disk is useful for two specific cases:
1,Creating a mirror for the root logial volume
2,Creating a new root logical volume(moving root from one disk to another)
The steps to add a boot disk to the root volume group are:
1,Create a phusical Volume(LVM disk)/dev/dsk/c0t6d0. "B" option allows the creation of a bootable disk.
# pvcreate -B /dev/rdsk/c0t6d0
2,Create the LIF area on the boot disk
# mkboot -l /dev/rdsk/c0t6d0
3,Update the AUTO file of the LIF with the necessary command to automatically boot the system
# mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/c0t6d0
4,Add the new disk(/dev/dsk/c0t6d0) to the root volume group(/dev/vg00)
# vgextend /dev/vg00 /dev/dsk/c0t6d0
5,Check your job
# lvlnboot -v
阅读(2615) | 评论(0) | 转发(0) |