Operating System - HP-UX
1753905 Members
9749 Online
108810 Solutions
New Discussion юеВ

Re: how to set kernel parameters while installing oracle

 
SOLVED
Go to solution
unixuser
Advisor

how to set kernel parameters while installing oracle



Hi all,

how do i configure kernel parameter manually not through SAM utility and where can i these parameters list i eman in which file just like we can find parameters in /etc/system in SUN solaris OS.
5 REPLIES 5
Lijeesh N G_1
Respected Contributor
Solution

Re: how to set kernel parameters while installing oracle

Hi,

#kctune ==>To list a parameter

#kctune ==> To list all parameters

#kctune = ===>To set parameter

Regards,
LIJEESH N G
SoorajCleris
Honored Contributor

Re: how to set kernel parameters while installing oracle

Hi Unixuser,

Which is your OS version?

If it is 11.23 and abpve as lijeesh told you can use kctune.

But if it is below that you need to use kmtune.

Like for detailed check

#kmtune -q nfile
Parameter Current Dyn Planned Module Version
=============================================
nfile 3329 - (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))

For configuring

#kmtune -s maxusers=

you can see the complete procedure here

# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -s maxswapchunks=value -S system
# mk_kernel -s system
# mv /stand/system /stand/system.prev
# mv /stand/build/system /stand/system
# kmupdate
# shutdown -ry 0

Regards,
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
unixuser
Advisor

Re: how to set kernel parameters while installing oracle


Hi


thanks alot for sending quick respose to leejesh and sooraj


Best regards
younus
Basheer_2
Trusted Contributor

Re: how to set kernel parameters while installing oracle

Hello,

PA-RISC kmtune
IA kctune
Dennis Handly
Acclaimed Contributor

Re: how to set kernel parameters while installing oracle

>Basheer: PA-RISC kmtune

As Sooraj mentioned, the split is on the OS version, not architecture.