Installation guide
NOTE
New Directory Server instances can be created through the Directory Server Console; this is
described in the Directory Server Administrator's Guide.
4.2.2. Installing Only the Directory Server
The setup-ds.pl command creates an instance of Directory Server without installing the Admin Server
or Directory Server Console (so it is not managed by the Directory Server Console). It works exactly the
same way as setup-ds-admin.pl, except that the questions about the Configuration Directory Server
and Admin Server are omitted. Using this command to create a Directory Server instance means that the
instance has to be managed through the command line or other tools, or it can be registered with the
Configuration Directory Server to manage it with the Console. See Section 4.3.2, “Registering an Existing
Directory Server Instance with the Configuration Directory Server” for more information.
4.3. Registering Servers Using register-ds-admin.pl
Each instance of Directory Server is, or can be, registered with another Configuration Directory Server
instance and with an Admin Server instance. This registration can be changed using the register-
ds-adm in.pl script.
IMPORTANT
The register-ds-admin.pl script does not support external LDAP URLs, so the Directory
Server instance must be registered against a local Admin Server.
4.3.1. register-ds-admin.pl Options
Running register-ds-adm in.pl creates a default instance of the Admin Server and Configuration
Directory Server if they do not already exist, then registers any existing Directory Servers with the
Configuration Directory Server.
Table 4 .1. register-ds-admin.pl Options
Option Flag Description Example
--debug -d[dddd] This parameter turns on
debugging information. For
the -d flag, increasing the
number of d's increases the
debug level.
--logfile name -l This parameter specifies a
log file to which to write the
output. If this is not set, then
the setup information is
written to a temporary file.
-l
/export/example2007.
log
For no log file, set the
file name to
/dev/null:
-l /dev/null
Chapter 4. Advanced Setup and Configuration
4 3