Operating System - HP-UX
1753802 Members
8013 Online
108805 Solutions
New Discussion юеВ

Re: Oracle 10g kernel changes.

 
SOLVED
Go to solution
Juan Gonzalez_2
Frequent Advisor

Oracle 10g kernel changes.

Oracle 10g installer is telling me that kernel parameters Maxswapchunks and semmap are missing and need to be added. I know how to change a kernel parameter on HP-UX 11.23 but I do not know how to add a kernel parameter or if one can be added.
6 REPLIES 6
Dennis Handly
Acclaimed Contributor
Solution

Re: Oracle 10g kernel changes.

The following says you should ignore that bogus Oracle message:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1129309
Don Morris_1
Honored Contributor

Re: Oracle 10g kernel changes.

Yup... those are obsoleted by 11iv2:

http://docs.hp.com/en/5990-6737/ch04s29.html
[semmap went away in v2 itself]

and

http://docs.hp.com/en/5187-0701/ch03s03.html
[maxswapchunks went away in v1.6]
Juan Gonzalez_2
Frequent Advisor

Re: Oracle 10g kernel changes.

Thanks for all the good information.
whiteknight
Honored Contributor

Re: Oracle 10g kernel changes.


Hi Juan,

Starting in 11.23 these kernel parameters are obsolete.

The workaround for this is to use kctune -u =.
# kctune -u maxswapchunks=16384

WK
please assign points
Problem never ends, you must know how to fix it
Dennis Handly
Acclaimed Contributor

Re: Oracle 10g kernel changes.

>WK: The workaround for this is to use kctune -u =.

While that will create it, there should be no need to workaround the bogus Oracle message, ignore it.
whiteknight
Honored Contributor

Re: Oracle 10g kernel changes.


Thanks Dennis

WK
Problem never ends, you must know how to fix it