Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5699148
  • 博文数量: 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:25:21

The following example will create a single mirror for the root and primary swap logical volumes.
The commands assume the following:
*The root volume group is vg00
*The root logical volume is lvol1
*The primary swap device is lvol2
*The root bootable system disk is Instance 0
*The mirror copy disk is Instance 1
The following commands will accomplish the task:
# pvcreate -B /dev/rdsk/c0t1d0
# mkboot -l /dev/rdsk/c0t1d0
# mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/c0t1d0
# vgextend /dev/vg00 /dev/dsk/c0t1d0
# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c0t1d0
# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c0t1d0
# lvlnboot -r /dev/vg00/lvol1
# lvlnboot -s /dev/vg00/lvol2
# lvlnboot -R
# vgcfgbackup vg00
阅读(2434) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~