Chinaunix首页 | 论坛 | 博客
  • 博客访问: 5600508
  • 博文数量: 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-11 16:02:54

1,Attmpt to boot the disk in LVM maintenance mode
ISL> hpux -lm (;0) /stand/vmunix
The steps that follow will not apply in all situations, nor will the order of the commands presented be applicable in all cases. You must read and analyze error messages to arrive at a solution.
 
The following assumptions will apply to the commands that follow: the root volume group is vg00; and the root logical volume is lvol1. If this is not the case, substitute the system's root volume group and root logical volume when typing the commands.
 
the key things to accomplish are:
a. Restore or updata LVM data structures
b. Make the root volume group available
 
2,Use vgcfgrestore to restore a current backup of LVM data structures(PVRA, VGRA, and BDRA) to vg00
# vgcfgrestore -n vg00 /dev/rdsk/cxtxdx
 
3,Attempt to make the root volume group available.
# vgchange -a y /dev/vg00
 
4,The following will update LIF's LABEL file with information contained in the Boot Data Reserve Area.
# lvlnboot -R /dev/vg00
 
5,Make sure all LVM disks are powered, then use vgscan to rebuild the /etc/lvmtab file.Many LVM commands depend on the information contained in this file.
# mv /etc/lvmtab /etc/lvmtab.bk
# vgscan -v
Once the root volume group LVM data structures have been replaced or updated and the volume group is available, the system should boot normally.
阅读(2473) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~