Installation guide

Using Silent Installation
56 Netscape Directory Server Installation Guide • October 2004
Sample File for Installing the Standalone Netscape Console
You can find a definition of the individual installation directives in "Specifying
Silent Installation Directives‚" on page 59.
Sample File for Typical Installation
The following is an example of the install.inf file that is generated for a typical
installation:
NOTE The
silent.inf file provided with the Directory Server is merely a
template, an example of how to write your own. For the file to work,
many of the parameters (host name, ports, paths, and so on) in the
file must be replaced with appropriate values.
It is also easy to generate your own silent installation file using the
setup -k option and modify the resulting install.inf file as
needed.
[General]
FullMachineName= dir.example.com
SuiteSpotUserID= nobody
SuiteSpotGroup= nobody
ServerRoot= /usr/netscape/servers
AdminDomain= example.com
ConfigDirectoryAdminID= admin
ConfigDirectoryAdminPwd= admin
ConfigDirectoryLdapURL= ldap://dir.example.com:389/o=NetscapeRoot
UserDirectoryAdminID= admin
UserDirectoryAdminPwd= admin
UserDirectoryLdapURL=
ldap://dir.example.com:389/dc=example,dc=com
Components= svrcore,base,slapd,admin,nsperl,perldap
[slapd]
SlapdConfigForMC= Yes
SecurityOn= No
UseExistingMC= No
UseExistingUG= No
ServerPort= 389
ServerIdentifier= dir
Suffix= dc=example,dc=com
RootDN= cn=Directory Manager
UseReplication= No
AddSampleEntries= No
InstallLdifFile= suggest
AddOrgEntries= Yes
DisableSchemaChecking= No
RootDNPwd= admin123
install.book Page 56 Wednesday, November 24, 2004 11:30 AM