Operating System - HP-UX
1834462 Members
3244 Online
110067 Solutions
New Discussion

unable to configure swap logical volume

 
SOLVED
Go to solution
Nick D'Angelo
Super Advisor

unable to configure swap logical volume

I was trying to do a couple of things:

1) mirror swap
2) extend a logical volume and it gave me an error:

lvlnboot: Unable to configure swap logical volume.
Swap logical volume size beyond the IODC max address?

Tips/suggestions?

Thank you,
Always learning
5 REPLIES 5
Sanjay_6
Honored Contributor

Re: unable to configure swap logical volume

G. Vrijhoeven
Honored Contributor

Re: unable to configure swap logical volume

Hi,

Try creating an second logical volume and put swap on it.

Did you adjust the right kernel parameters:

maxswapchunks...

take a look at this URL:

http://docs.hp.com/hpux/onlinedocs/os/KCparam.PagingParamsList.html

Gideon
Bernie Vande Griend
Respected Contributor
Solution

Re: unable to configure swap logical volume

See post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8d9ce7613948d5118fef0090279cd0f9,00.html

Were you mirroring the boot drive? If you were you must be sure to mirror in the proper sequence: /stand (usually lvol1), boot/swap (usually lvol2), and then / (usually lvol3).
Ye who thinks he has a lot to say, probably shouldn't.
Nick D'Angelo
Super Advisor

Re: unable to configure swap logical volume

Issue is closed and thank you for all your input.
Always learning