1753987 Members
4608 Online
108811 Solutions
New Discussion юеВ

Re: boot lvm

 
SOLVED
Go to solution
Jairo Campana
Trusted Contributor

boot lvm

hello I have a error in boot mode lvm
excute mkboot /dev/rdsk/c1t2d0
could not open /usr/lib/uxbootlf no such file or directory

or vgdisplay
volume group no activate
cannot display volume group /dev/vg00

bdf not found
legionx
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: boot lvm

Off the top of my head, I'd say that the /usr filesystem is not mounted. Perhaps a disk went.

mount /usr

Try again.

check /etc/rc.log

strings /etc/lvmtab

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
Denver Osborn
Honored Contributor
Solution

Re: boot lvm

You'll need to activate the vg, mount /usr, then run your mkboot. Verify boot info is correct with lvlnboot -v. After complete, umount /usr, deactivate the vg then reboot.

-denver
James Murtagh
Honored Contributor

Re: boot lvm

Hi Jairo,

I assume you mean you booted in lvm maintenance mode ("hpux -lm" from ISL). In this case lvm is not activated for recovery purposes. You need to run :

# vgchange -a y vg00

Then you need to mount the relevant filesystems, i.e. /usr for mkboot.

cheers,

James.