1dscreate(8) System Manager's Manual dscreate(8)
2
3
4
6 dscreate
7
9 dscreate [-h] [-v] {from-file,interactive,create-template} ...
10
12 Sub-commands
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
24 usage: dscreate from-file [-h] [-n] [-c] file
25
26
27 file Inf file to use with prepared answers. You can generate an exam‐
28 ple of this
29 with 'dscreate create-template'
30
31
32 -n, --dryrun
33 Validate system and configurations only. Do not alter the sys‐
34 tem.
35
36
37 -c, --containerised
38 Indicate to the installer that this is running in a container.
39 Used to disable
40 systemd native components, even if they are installed.
41
42
44 usage: dscreate interactive [-h]
45
46
47
48
50 usage: dscreate create-template [-h] [template_file]
51
52
53 template_file
54 Write example template to this file
55
56
57
58 -v, --verbose
59 Display verbose operation tracing during command execution
60
61
63 lib389 was written by Red Hat Inc. <389-devel@lists.fedoraproject.org>.
64
66 The latest version of lib389 may be downloaded from
67 ⟨http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html⟩
68
69
70
71 Manual dscreate(8)