Tuesday 1 November 2011

Install Red Hat Directory Server


Then increase the maximum number of open files on the system by editing the /etc/security/limits.confconfiguration file. Add the following entry:
*        -        nofile        8192


1. Install OpenJDK 1.6.0.
  • yum install java-openjdk -y
  • /usr/sbin/alternatives --config java
2. Install the Directory Server packages.
  • yum install redhat-ds
3. Run the setup-ds-admin.pl script.
  • /usr/sbin/setup-ds-admin.pl

No comments:

Post a Comment