Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5597279
  • 博文数量: 745
  • 博客积分: 10075
  • 博客等级: 上将
  • 技术积分: 7716
  • 用 户 组: 普通用户
  • 注册时间: 2005-04-29 12:09
文章分类

全部博文(745)

文章存档

2019年(1)

2016年(1)

2010年(31)

2009年(88)

2008年(129)

2007年(155)

2006年(197)

2005年(143)

分类:

2006-07-04 10:45:14

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
阅读(2573) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~