Service manual
Installation
38 Sun ONE Directory Server Installation and Tuning Guide • June 2003
root# ./setup -noconsole -nodisplay -state filename
Here filename is the silent installation specification file.
Completing the Installation Process
1. Ensure that access permissions for files under ServerRoot/alias have been set
to prevent access by all users other than servers you install under ServerRoot.
2. (Optional) Add support to start Directory Server on system reboot.
Refer to the operating system documentation for details.
3. (Optional) Enable core file generation.
If you have installed Directory Server as super user, but have set the user and
group ID to that of another account,the Directory Server may not be able to
generate a
core file during a crash. It is strongly recommended that you plan
enough space for
core files, and allow Directory Server to generate them
during a crash.
Refer to “(UNIX Platforms) Core Files,” on page 88 for further information.
4. (Optional) Many command-line scripts written in Perl can now read the bind
password interactively (
-w - option). To enable this functionality:
a. Install the Term::ReadKey Perl module, available separately from CPAN.
a. Edit each Perl script to read the bind password interactively by
uncommenting the appropriate lines.
All other Perl script functionality remains available without the
Term::ReadKey module.
Directory Server is now minimally configured and started.
Installing on Windows Systems
Proceed according to instructions in the appropriate sections:
• Preparing For Installation
• Performing Interactive Installation
• Performing Silent Installation
• Completing the Installation Process