1SETUP-DS-ADMIN.PL(8)        System Manager's Manual       SETUP-DS-ADMIN.PL(8)
2
3
4

NAME

6       setup-ds-admin.pl  -  Set  up an instance of Directory Server and Admin
7       Server
8

SYNOPSIS

10       setup-ds-admin.pl [--options] -- [args]
11

DESCRIPTION

13       Set up a Directory Server and Admin Server.  Creates the  configuration
14       files  for  an  instance  of Directory Server based on a few parameters
15       like the hostname, port  number,  and  directory  manager  information.
16       Creates  the  configuration  files for the Admin Server.  Starts up the
17       servers.  This command does the set up necessary for  the  use  of  the
18       Console and the Admin Express web interface.
19
20       If the Admin Server has already been set up, this command will create a
21       new instance of Directory Server and register it with the Admin  Server
22       so that it can be managed with the Console.
23
24       Use  this  command with the --update option after an upgrade to refresh
25       the server information (version, build number, etc.) in the Console.
26
27       Can be run in interactive mode with different levels of  verbosity,  or
28       in silent mode with parameters supplied in a .inf format file or on the
29       command line.
30

OPTIONS

32       A summary of options is included below:
33
34       --help This message
35
36       --version
37              Print the version and exit
38
39       --debug
40              Turn on debugging
41
42       --silent
43              Use silent setup - no user input
44
45       --file=name
46              Use the file 'name' in .inf format to supply the default answers
47
48       --keepcache
49              Do not delete the temporary .inf file generated by this program
50
51       --logfile
52              Log setup messages to this file - otherwise, a temp file will be
53              used
54
55       --update
56              Refresh  the  information used by the Console for all servers on
57              this machine.  Use this after an upgrade to make sure  the  Con‐
58              sole reports the correct information.
59
60       For all options, you can also use the short name e.g. -h, -d, etc.  For
61       the -d argument, specifying it more than once will increase  the  debug
62       level e.g. -ddddd
63
64       args: You can supply default .inf data in this format:
65
66              section.param=value
67
68       e.g.
69
70              General.FullMachineName=foo.example.com
71
72       or
73
74              "slapd.Suffix=dc=example, dc=com"
75
76       Values passed in this manner will override values in an .inf file given
77       with the -f argument.
78

AUTHOR

80       setup-ds-admin.pl was written by the 389 Project.
81

REPORTING BUGS

83       Report bugs to http://bugzilla.redhat.com.
84
86       Copyright © 2008 Red Hat, Inc.
87       This    manual    page    was    written    by    Michele    Baldessari
88       <michele@pupazzo.org>,  for the Debian project (but may be used by oth‐
89       ers).
90       This is free software.  You may redistribute copies  of  it  under  the
91       terms of the Directory Server license found in the LICENSE file of this
92       software distribution.  This license is  essentially  the  GNU  General
93       Public License version 2 with an exception for plug-in distribution.
94
95
96
97                                 May 18, 2008             SETUP-DS-ADMIN.PL(8)
Impressum