1DSCREATE(8)                 Generated Python 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
12

POSITIONAL ARGUMENTS

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

COMMAND 'dscreate from-file'

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

OPTIONS 'dscreate from-file'

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

COMMAND 'dscreate interactive'

44       usage: dscreate interactive [-h]
45
46

COMMAND 'dscreate create-template'

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

OPTIONS 'dscreate create-template'

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

COMMAND 'dscreate ds-root'

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

OPTIONS

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

COMMENTS

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

AUTHORS

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

DISTRIBUTION

98       The    latest    version    of    lib389   may   be   downloaded   from
99http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
100
101
102
103lib389 1.4.0.1                    2023-01-23                       DSCREATE(8)
Impressum