Operating System - HP-UX
1752800 Members
5515 Online
108789 Solutions
New Discussion юеВ

Re: lvlnboot -v shows up some funnies, but i'm not laughing!

 
SOLVED
Go to solution
EU-Admins-UNIX
Regular Advisor

lvlnboot -v shows up some funnies, but i'm not laughing!

Hi

 

We have a live system which shows some extra disks as bootable which are not part of vg00:

 

root@server at /home/root =>lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
        /dev/disk/disk100 -- Boot Disk
        /dev/disk/disk103 -- Boot Disk
Boot: lvol1     on:     /dev/disk/disk100
                        /dev/disk/disk103
Root: lvol3     on:     /dev/disk/disk100
                        /dev/disk/disk103
Swap: lvol2     on:     /dev/disk/disk100
                        /dev/disk/disk103
Dump: lvol2     on:     /dev/disk/disk100, 0

lvlnboot: LIF information corrupt or not present on  "/dev/disk/disk87".
Use the "mkboot" command to initialize the LIF area.
Boot Definitions for Volume Group /dev/vg09:
Physical Volumes belonging in Root Volume Group:
        /dev/disk/disk81
        /dev/disk/disk87 -- Boot Disk
No Boot Logical Volume configured
No Root Logical Volume configured
No Swap Logical Volume configured
No Dump Logical Volume configured

 

Clearly VG00 contains disk100 and disk103.

 

disk87 is a LUN on an EVA and is part of an Application VG09:

 

root@apollo at /home/root =>vgdisplay -v vg09
--- Volume groups ---
VG Name                     /dev/vg09
VG Write Access             read/write
VG Status                   available
Max LV                      255
Cur LV                      1
Open LV                     1
Max PV                      16
Cur PV                      2
Act PV                      2
Max PE per PV               2559
VGDA                        4
PE Size (Mbytes)            4
Total PE                    5117
Alloc PE                    5114
Free PE                     3
Total PVG                   0
Total Spare PVs             0
Total Spare PVs in use      0
VG Version                  1.0
VG Max Size                 163776m
VG Max Extents              40944

   --- Logical volumes ---
   LV Name                     /dev/vg09/ror_bi
   LV Status                   available/syncd
   LV Size (Mbytes)            20456
   Current LE                  5114
   Allocated PE                5114
   Used PV                     2


   --- Physical volumes ---
   PV Name                     /dev/disk/disk81
   PV Status                   available
   Total PE                    2559
   Free PE                     3
   Autoswitch                  On
   Proactive Polling           On

   PV Name                     /dev/disk/disk87
   PV Status                   available
   Total PE                    2558
   Free PE                     0
   Autoswitch                  On
   Proactive Polling           On

 

Any ideas on how this might've happened, what effect this can have (if any), and maybe to to tidy this up?

 

Regards

 

Tariq

 

 

4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: lvlnboot -v shows up some funnies, but i'm not laughing!

Maybe disk87 was created by using "pvcreate -B ...", but this is not something to worry about.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
EU-Admins-UNIX
Regular Advisor

Re: lvlnboot -v shows up some funnies, but i'm not laughing!

anyway of clearing it up?

Torsten.
Acclaimed Contributor
Solution

Re: lvlnboot -v shows up some funnies, but i'm not laughing!

Backup all data, remove all LVOLs, remove disk from VG, re-create the PV (pvcreate without -B), add to VG, add LVOLs.


But why?
No need to do this.


See your other thread:

http://h30499.www3.hp.com/t5/LVM-and-VxVM/mirroring-root-disk-before-making-the-mirror-bootable/m-p/5412643#M49950

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
EU-Admins-UNIX
Regular Advisor

Re: lvlnboot -v shows up some funnies, but i'm not laughing!

OK, i'll leave it then.

Thanks

Tariq