1833850 Members
2392 Online
110063 Solutions
New Discussion

lvlnboot -R

 
Leon Smith, Jr
Advisor

lvlnboot -R

I am getting the following error:
Volume Group configuration for /dev/maxvg1 has been saved in /etc/lvmconf/maxvg1.conf
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 13 disks for "/dev/testvg"; /etc/lvmtab has 12 disks.
How can I get this volume to come up on boot?
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: lvlnboot -R

Shalom,

1) You might have lost a disk. Use cstm/mstm or xstm in X to diagnose and possibly replace the disk.
2) grep -i lbolt /var/adm/syslog/syslog.log This will show us if there has been a system disk failure.

If all is well and all disks are accounted for:

cd /etc
mv lvmtab lvmtab.save
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
James R. Ferguson
Acclaimed Contributor

Re: lvlnboot -R

Hi Leon:

What did you do before receiving this error?

Perchance did you perform a 'vgscan'?

Regards!

...JRF...
Aussan
Respected Contributor

Re: lvlnboot -R

Hi Leon

here is a document with the exact issue you are having, it should help you

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080061323

in case you can't click on the document
the document id is

KBRC00000632

Regards

Aussan
The tongue weighs practically nothing, but so few people can hold it
Leon Smith, Jr
Advisor

Re: lvlnboot -R

What we did was ensure that the disk group is deactivated move the HDS controller port and rediscover the LUNs did a vgimport vgscan and reboot. once the system comes back I am unable to see my volume unless I reactivate it again and remount.
Sundar_7
Honored Contributor

Re: lvlnboot -R

"I am unable to see my volume unless I reactivate it again and remount."

So to sum up, what is the problem now ? You are not able to activate the VG at all or it is not getting automatically activated at bootup ?
Learn What to do ,How to do and more importantly When to do ?
Leon Smith, Jr
Advisor

Re: lvlnboot -R

That is correct.
Aussan
Respected Contributor

Re: lvlnboot -R

it's most likely not activating and mounting at boot time, take a look at /etc/lvmrc
is the AUTO_VG_ACTIVATE=1 or 0?
if it's 0 change it to 1

The tongue weighs practically nothing, but so few people can hold it