Operating System - HP-UX
1833768 Members
2241 Online
110063 Solutions
New Discussion

Re: Failure in Attaching PV to the root volume

 
SOLVED
Go to solution
david d_2
Frequent Advisor

Failure in Attaching PV to the root volume

Looking for help with the following error:
Failure in attaching PV 2/28/20.8.0 to the root volume group. Cross device link. This disk is not an LVM disk

I verified that the disk is good but no longe part of VG00. It is listed in /etc/lvmtab. I tried to do a reduce and it gives me the same error. Any idea how to remove this?

Thanks for your help
2 REPLIES 2
Ivan Krastev
Honored Contributor
Solution

Re: Failure in Attaching PV to the root volume

Just recreate lvmtab file:

mv /etc/lvmtab /etc/lvmtab.old
vgscan -a


regards,
ivan
david d_2
Frequent Advisor

Re: Failure in Attaching PV to the root volume

Ivan, that was easy thanks for your help