1752815 Members
6300 Online
108789 Solutions
New Discussion юеВ

Boot issues

 
SOLVED
Go to solution
M├бrcioAFM
Frequent Advisor

Boot issues

Hello,

My system stop booting at CIMSERVER.

In maintenece mode i can activate the VG00, the lvlnboot give this:
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk93_p2 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk93_p2
Root: ??? on: /dev/disk/disk93_p2
No Swap Logical Volume configured
No Dump Logical Volume configured

AND

# lvlnboot -Rv
Warning: Logical Volume number "1073741827" found on physical volume not found in "/dev/vg00".
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/disk/disk93_p2 -- Boot Disk
Boot: lvol1 on: /dev/disk/disk93_p2
Root: ??? on: /dev/disk/disk93_p2
No Swap Logical Volume configured
No Dump Logical Volume configured

Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf

When the system boot can't get a swap and can't mount /stand.

Help me :)

Regards,

Marcio
2 REPLIES 2
Solution

Re: Boot issues

so once you have the VG activated in LVM maintenance mode, what do you get from:

vgdisplay -v vg00

if you have a default LVM layout you would expect to see a lvol2 (swap/dump) and a lvol3 (root) partition - are ther present and marked as available in vgdisplay?

If so it may be as simple as running:

lvlnboot -r /dev/vg00/lvol3
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
lvlnboot -R /dev/vg00

HTH

Duncan

I am an HPE Employee
Accept or Kudo
M├бrcioAFM
Frequent Advisor

Re: Boot issues

Hello,

It Works.


Regards and thanks,

M├бrcio