1838619 Members
2085 Online
110128 Solutions
New Discussion

lvlnboot

 
SOLVED
Go to solution
John Goetz
Advisor

lvlnboot

I did a lvlnboot -d /dev/vg00/lvol1 by mistake.
How do I remove lvol1 as a dump device?
4 REPLIES 4
Jeff Schussele
Honored Contributor

Re: lvlnboot

Hi,

First verify the dump device with
lvlnboot -v
Then IF it shows lvol1 as dump then verify that lvol2 (usually swap) IS in fact defined as the swap device & run
lvlnboot -d /dev/vg00/lvol2
Again verify that
lvlnboot -v
shows lvol2 as swap AND dump now.

The lvlnboot commands actaully affect the *next* boot - not your current settings.

Rgds,
Jeff

PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
James A. Donovan
Honored Contributor
Solution

Re: lvlnboot

Use the lvrmboot command.

lvrmboot -d /dev/vg00/lvol1
Remember, wherever you go, there you are...
Jordan Bean
Honored Contributor
Helen French
Honored Contributor

Re: lvlnboot

Check if it changed the boot defenitions:

# lvlnboot -v

If changed, use this to remove lvol1 from dump volume:

# lvrmboot -v -d lvol1 /dev/vg00
# man lvrmboot (for details)
Life is a promise, fulfill it!