Operating System - HP-UX
1754183 Members
4063 Online
108811 Solutions
New Discussion юеВ

Question on Swap/Dump device

 
SOLVED
Go to solution
Jorge Fabregas
Regular Advisor

Question on Swap/Dump device

Hello everyone,

I had problems with a disk on a server and I had to rellocate the swap device to a new lvol. Now everything is working fine and recrated swap back on lvol2 (just as it was before). However, when I go to SAM/Disks and Filesystems/Logical Volumes
I see - under the USE column- that is says just: Swap.

If I go to my other servers I'll see - under this same column-: Swap/Dump.

What am I missing on the first server? If I go to Kernel Configuration/Dump Device I see perfectly fine /dev/vg00/lvol2.

Any help will be appreciated.

Thanks!
Jorge
5 REPLIES 5
DCE
Honored Contributor
Solution

Re: Question on Swap/Dump device


You probably have to run lvlnboot -d to specify it as a dump device.

It will take a reboot to make the change effective

man lvlnboot


Dave
Jaime Bolanos Rojas.
Honored Contributor

Re: Question on Swap/Dump device

Jorge,

Also for more information refer to this guide, managing swap and dump:

http://docs.hp.com/en/B2355-90950/ch06s03.html

Regards,

Jaime.
Work hard when the need comes out.
Steven E. Protter
Exalted Contributor

Re: Question on Swap/Dump device

Shalom Jorge,

I think things will be fine after a reboot. If not, you will want to reconfigure the lovl2 as swap and dump.

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
Torsten.
Acclaimed Contributor

Re: Question on Swap/Dump device

Run

lvlnboot -v

to show your current config.
If there is no dump device configured, you need to run

lvlnboot -d /dev/vg00/lvol2

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Jorge Fabregas
Regular Advisor

Re: Question on Swap/Dump device

Many thanks to all who responded. You are all wonderful right. Now my swap/dump is configured correctly. I had to lvnlnboot -d /dev/vg00/lvol2.