DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Configuring kernel parameters

Using idtune to reallocate kernel resources

You cannot use configure to change some kernel parameters because they are not generally considered to need adjusting. If you do need to alter such a parameter, log in as root and use the idtune(ADM) command:

cd /etc/conf/cf.d
/etc/conf/bin/idtune resource value

resource is the name of the tunable parameter in uppercase as it appears in /etc/conf/cf.d/mtune (see mtune(F)). value is the parameter's new value. After changing the parameter values, relink the kernel, shut down and reboot the system as described in ``Relinking the kernel''.

You can use the -f option to idtune to force it to accept a value outside the range specified by the minimum and maximum values defined in mtune. If necessary, you can also use the -min and -max options to write new minimum and maximum values to the mtune file.


WARNING: The configure and idtune commands write new values defined for kernel parameters to /etc/conf/cf.d/stune (see stune(F)). Do not edit mtune itself as it can be a valuable reference.

The following sections describe the parameters that can only be tuned using idtune:



Next topic: Kernel parameters that you can change using configure
Previous topic: Using configure to change kernel resources

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003