Tuning The System; Installing Third-Party Utilities - Netscape DIRECTORY SERVER 6.2 Installation Manual

Hide thumbs Also See for NETSCAPE DIRECTORY SERVER 6.2:
Table of Contents

Advertisement

Tuning the System

This section contains some basic system tuning information. Keep in mind that
changing any of the following kernel tuning parameters requires a system
reboot.
NFS Tuning—This tuning is recommended if you are using Directory
Server to write to NFS mounted drives. On Linux, NFS is typically
recommended to be done over TCP and not over UDP. Make the following
change to the
/etc/rc.d/init.d/autofs
+ localoptions='rsize=8192,wsize=8192,vers=3,tcp'
TCP Tuning—You can increase number of local system ports available by
running this command:
echo "1024 65000" > /proc/sys/net/ipv4.ip_local_port_range
You can also achieve the same by editing this parameter in the
/etc/sysctl.conf
[ echo "1024 65000" >> /etc/sysctl.conf ]
File Tuning—You can increase the file descriptors by running these
commands:
echo "64000" > /proc/sys/fs/file-max
/etc/sysctl.conf
/etc/sysctl.conf ]
echo "* soft nofile 8192" >> /etc/security/limits.conf
echo "* hard nofile 8192" >> /etc/security/limits.conf
echo "ulimit -n 8192" >> /etc/profile
echo "session required /lib/security/pam_limits.so" >>
/etc/security/limits.conf

Installing Third-Party Utilities

You will need the
gunzip
GNU
and
gzip
gunzip
http://www.gnu.org/software/gzip/gzip.html
many software distribution sites.
You may need Adobe Acrobat Reader to read the documentation. If you do not
have it installed, you can download it from:
http://www.adobe.com/products/acrobat/readstep2.html
file:
file:
[ echo "fs.file-max = 64000" >>
utility to unpack the Directory Server software. The
programs are described in more detail at
Operating System Requirements
file:
or edit this parameter in the
and can be obtained from
Chapter 3
Computer System Requirements
49

Advertisement

Table of Contents
loading

Table of Contents