1DSCREATE(8)                 System Manager's Manual                DSCREATE(8)
2
3
4

NAME

6       dscreate
7

SYNOPSIS

9       dscreate [-h] [-v] [-j] {from-file,interactive,create-template,ds-root}
10       ...
11

POSITIONAL ARGUMENTS

13       dscreate from-file
14              Create an instance of Directory Server from an inf answer file
15
16       dscreate interactive
17              Start interactive installer for Directory Server installation
18
19       dscreate create-template
20              Display an example inf answer file, or provide a  file  name  to
21              write it to disk.
22
23       dscreate ds-root
24              Prepare  a root directory in which non root user can create, run
25              and administer instances.
26

COMMAND 'dscreate from-file'

28       usage: dscreate from-file [-h] [-n] file
29
30
31       file   Inf file to use with prepared answers. You can generate an exam‐
32              ple of this with 'dscreate create-template'
33
34

OPTIONS 'dscreate from-file'

36       -n, --dryrun
37              Validate  system  and configurations only. Do not alter the sys‐
38              tem.
39
40

COMMAND 'dscreate interactive'

42       usage: dscreate interactive [-h]
43
44

COMMAND 'dscreate create-template'

46       usage: dscreate create-template [-h] [--advanced] [template_file]
47
48
49       template_file
50              Write example template to this file
51
52

OPTIONS 'dscreate create-template'

54       --advanced
55              Add advanced options to the template - changing the advanced op‐
56              tions may make your instance install fail
57
58

COMMAND 'dscreate ds-root'

60       usage: dscreate ds-root [-h] root_dir [bin_dir]
61
62
63       root_dir
64              A directory that will be used as virtual root.
65
66
67       bin_dir
68              A  directory  in  which  administration  wrappers are installed.
69              (Should be in PATH)
70
71

OPTIONS

73       -v, --verbose
74              Display verbose operation tracing during command execution
75
76
77       -j, --json
78              Return the result as a json message
79
80

COMMENTS

82       Example of install by a non root user:
83           PATH=$HOME/bin:$PATH # Should be in .profile
84           dscreate ds-root $HOME/mydsroot $HOME/bin
85           hash -d dscreate # bash command to insure new dscreate wrapper will
86       be used
87           dscreate interactive
88           # Note: Make sure to use non priviledged port number (i.e > 1000)
89
90

AUTHORS

92       Red Hat Inc., and William Brown <389-devel@lists.fedoraproject.org>
93
94

DISTRIBUTION

96       The    latest    version    of    lib389   may   be   downloaded   from
97http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
98
99
100
101                                    Manual                         DSCREATE(8)
Impressum