1833758 Members
2684 Online
110063 Solutions
New Discussion

Error in lvmtab

 
Ralf Buchhold
Regular Advisor

Error in lvmtab

Hello

URGENT !!!

the following message appears:

vgscan: has no corresponding valid raw device file under /dev/rdsk Verification of unique LVM disk id on each disk in the volumne group
/dev/vg00

what con I do ?

Thanks Ralf
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Error in lvmtab

Shalom Ralf,

insf -C disk

you may need to do this:

mv /etc/lvmtab /etc/lvmtab.sav

vgscan -a

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Kent Ostby
Honored Contributor

Re: Error in lvmtab

Ralf -- Check your permissions on /dev and /dev/rdsk to see if you have device files underneath.

If the permissions are okay and you don't see the files, then use insf to fix.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
HGN
Honored Contributor

Re: Error in lvmtab

Hi

You can try this
copy the /etc/lvmtab to some other name and remove it
#vgscan -av

Hope this helps

Rgds

HGN