Operating System - HP-UX
1834769 Members
2884 Online
110070 Solutions
New Discussion

vgdisplay: Couldn't read the internal id of volume group

 
Shane Reber
Occasional Advisor

vgdisplay: Couldn't read the internal id of volume group

I am trying to create a volume group with a logical volume and a filesystem. I created them fine, and everything looks ok, but I get this mssg on a vgdisplay of that volume group - "vgdisplay: Couldn't read the internal id of volume group "/dev/vgthis/" from
"/etc/lvmtab". vgdisplay: Cannot display volume group "/dev/vgthis"

What does that mean? How do I fix it?

Thanks!!
Shane
4 REPLIES 4
James A. Donovan
Honored Contributor

Re: vgdisplay: Couldn't read the internal id of volume group

...guess it could be a corrupted /etc/lvmtab file...you can rebuild that by doing the following...

# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -av

...the retry your vgdisplay command...
Remember, wherever you go, there you are...
S.K. Chan
Honored Contributor

Re: vgdisplay: Couldn't read the internal id of volume group

Try rebuilding lvmtab file ..

# cd /etc
# mv lvmtab lvmtab.save
# vgscan -v
Shane Reber
Occasional Advisor

Re: vgdisplay: Couldn't read the internal id of volume group

Not to hold you responsible or anything, but is the vgscan -av command normally ok to do while users are working on the system?
Shane
S.K. Chan
Honored Contributor

Re: vgdisplay: Couldn't read the internal id of volume group

Yes