1748219 Members
4714 Online
108759 Solutions
New Discussion юеВ

LVM PB

 
Robert-Jan Goossens
Honored Contributor

Re: LVM PB

Hi,

If you can not open Jeff's link, take a look at next thread.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=262807

Hope this helps,
Robert-Jan
Todd McDaniel_1
Honored Contributor

Re: LVM PB

Ibrahima,

Do as suggested and move the lvmtab out of the way and do:

vgscan ##to replace the lvmtab...there may be corruption in there.

Then try to add the disk again... I am somewhat puzzled why you get minor number errors when simply vgextending a VG. but it should be fixed with vgscan to recreate the lvmtab.

ALSO, you should pvcreate -fB on teh disk to wipe out any header info it may have on it.
Unix, the other white meat.
Lorenzo Facello
Valued Contributor

Re: LVM PB

Hi,
try
pvcreate -f -B (if bootable) /dev/rdsk/cxxxxx
vgextend vg00 /dev/dsk/cxxxxx

Regds.
L.