Operating System - HP-UX
1825039 Members
4352 Online
109678 Solutions
New Discussion юеВ

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

 
SOLVED
Go to solution
Mike_305
Super Advisor

Kernel Question on HP-UX 11.23 Itanium/rx3300 server

Hello,

I am trying to find following kernel parameter in HP-UX 11.23 and I can't see them in kernel configs.

maxswapchunks

ncallout

semmap

Any idea?

Appreciate everyoneтАЩs help in advance.

Thanks
If there is problem then don't think as problem, think as opportunity.
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

Hi:

You can't see these kernel parameters because they have been deprecated at 11.23.

Regards!

...JRF...
Robert-Jan Goossens_1
Honored Contributor

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

Hi,


maxswapchunks + ncallout
---
it is no longer necessary for you to tune the ncallout and maxswapchunks kernel
parameters. In HP-UX 11i v1.6, the HP-UX kernel automatically adjusts the data
structures previously controlled by these parameters. The ncallout and maxswapchunks
kernel parameters are no longer ├в tunable├в .
---
http://docs.hp.com/en/5187-0701/5187-0701.pdf

semmap obsoleted 11.23
---
System-V IPC Kernel Tunable Parameter (semmap)(Obsolete): The memory
allocation of semaphore sets previously controlled by semmap is now done
dynamically by the kernel. The semmap kernel parameter is no longer tunable.
---
http://docs.hp.com/en/5992-2852/5992-2852.pdf

Regards,
Robert-Jan
Mike_305
Super Advisor

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

Hello,

I know I can count on JRF for the answer, but any new replacement. Because they are coming up in Oracle install.

Thanks
If there is problem then don't think as problem, think as opportunity.
James R. Ferguson
Acclaimed Contributor

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

hI (AGAIN):

> but any new replacement. Because they are coming up in Oracle install.

oracle has a bad habit of being behind in what it's installer thinks is required. This includes patches and kernel parameters. Ignore what doesn't exist.

Regards!

...JRF...
Mike_305
Super Advisor

Re: Kernel Question on HP-UX 11.23 Itanium/rx3300 server

Thanks guys for replying....

Thanks,

MJ
If there is problem then don't think as problem, think as opportunity.