Operating System - Tru64 Unix
1751922 Members
4880 Online
108783 Solutions
New Discussion юеВ

kernal parameters

 
arun m govind
Frequent Advisor

kernal parameters

hi

i have a ES40 mechine with true 64 unix 5.1 a .how can i find the tunable kernal parameters in the mechine??????

regards
Aruh m govind

4 REPLIES 4
Stiwi Wondrusch
Trusted Contributor

Re: kernal parameters

/etc/sysconfigtab
and
man sysconfig

rgds Stiwi
Venkatesh BL
Honored Contributor

Re: kernal parameters

Try 'dxkerneltuner' GUI
prathesh
Occasional Contributor

Re: kernal parameters

Hi Arun,

The fine tuning is based on the applications running on the server.The configuration file is /etc/sysconfigtab. and this file should not be edited manually .

If you have database running on the system you need to fine tune based on the applications and databases present on the system.
The below documentation area have a document for displaying and setting up the kernal configuration.

http://h30097.www3.hp.com/docs/best_practices
Experience makes a man perfect
Harmanjit_1
Frequent Advisor

Re: kernal parameters

Hi,

You can use

sysconfig -q subsystem-name

to query the parameters set for that subsystem.

thanks