1dscreate(8) System Manager's Manual dscreate(8)
2
3
4
6 dscreate
7
9 dscreate [-h] [-v] [-j] {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] file
25
26
27 file Inf file to use with prepared answers. You can generate an exam‐
28 ple of this with 'dscreate create-template'
29
30
31 -n, --dryrun
32 Validate system and configurations only. Do not alter the sys‐
33 tem.
34
35
37 usage: dscreate interactive [-h]
38
39
40
41
43 usage: dscreate create-template [-h] [--advanced] [template_file]
44
45
46 template_file
47 Write example template to this file
48
49
50 --advanced
51 Add advanced options to the template - changing the advanced
52 options may make your instance install fail
53
54
55 -v, --verbose
56 Display verbose operation tracing during command execution
57
58
59 -j, --json
60 Return the result as a json message
61
62
64 lib389 was written by Red Hat Inc., and William Brown
65 <389-devel@lists.fedoraproject.org>.
66
68 The latest version of lib389 may be downloaded from
69 ⟨http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html⟩
70
71
72
73 Manual dscreate(8)