Operating System - HP-UX
1753789 Members
7477 Online
108799 Solutions
New Discussion юеВ

/etc/lvmtab is out of date

 
SOLVED
Go to solution
Tom Danzig
Honored Contributor

Re: /etc/lvmtab is out of date

Run "vgdisplay /dev/vgusr". Is the "Cur PV" listed higher than "Act PV"?

If so, then run "vgchange -f /dev/vgusr as I listed in my previous post. Do this on the node that has the VG currently active.
Sundar_7
Honored Contributor

Re: /etc/lvmtab is out of date

Try recreating the /etc/lvmtab file.

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

See if this helps.
Learn What to do ,How to do and more importantly When to do ?
Sylvia Welch
Frequent Advisor

Re: /etc/lvmtab is out of date

Thanks for all your help. We ended up running vgreduce -f to remove the phantom device. The CUR and ACT numbers were out of wack in vgdisplay.

Syl