| Criteria | Requirements |
|---|---|
| Operating System | Red Hat Enterprise Linux 4 or 5 with the latest patches and upgrades |
| CPU Type | Pentium 4 or higher; 2 GHz or higher |
| Memory/RAM | 1 GB minimum, up to the system limit |
| Hard Disk | 4 GB minimum |
| Other |
To run the Directory Server using port numbers less than 1024, such as the default port 389, you must setup and start the Directory Server as root, but it is not necessary to run the Directory Server as root.
|
kernel-x.x.x.x. If the machine has multiple CPUs, the kernel must be presented the form kernel-smp-x.x.x.x. To determine the components running on the machine, run rpm -qa.
dsktune utility to see if you need to install any other patches. dsktune helps verify whether the appropriate patches are installed on the system and provides useful information for tuning your kernel parameters for best performance. For information on dsktune, see Section 2.2, “Using dsktune”.
| Criteria | Requirements | ||
|---|---|---|---|
| Operating System |
| ||
| Required Filesystem | ext3 |
setup-ds-admin.pl script.
/usr/bin/perl for both 32-bit and 64-bit versions of Red Hat Directory Server.
cat /proc/sys/fs/file-max
64000, edit the /etc/sysctl.conf file, and reset the fs.file-max parameter:
fs.file-max = 64000
/etc/security/limits.conf configuration file. Add the following entry:
* - nofile 8192
/etc/pam.d/system-auth, and add this entry:
session required /lib/security/$ISA/pam_limits.so
/etc/resolv.conf, /etc/nsswitch.conf, and /etc/netconfig files, and set the DNS resolver for name resolution.
/etc/defaultdomain file to include the NIS domain name. This ensures that the fully-qualified host and domain names used for the Directory Server resolve to a valid IP address and that that IP address resolves back to the correct hostname.