logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

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

Comments

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

Distribution

       The        latest        version        of        lib389        may        be       downloaded       from
       http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html

lib389 3.1.2                                       2025-04-10                                        DSCREATE(8)

Name

       dscreate

Options

-v, --verbose
              Display verbose operation tracing during command execution

       -j, --json
              Return the result as a json message

Positional Arguments

dscreatefrom-file
              Create an instance of Directory Server from an inf answer file

       dscreateinteractive
              Start interactive installer for Directory Server installation

       dscreatecreate-template
              Display an example inf answer file, or provide a file name to write it to disk.

       dscreateds-root
              Prepare a root directory in which non root user can create, run and administer instances.

COMMAND'dscreatefrom-file'
       usage: dscreate from-file [-h] [-n] file

       file   Inf  file  to  use  with  prepared  answers.  You  can  generate an example of this with 'dscreate
              create-template'

OPTIONS'dscreatefrom-file'-n, --dryrun
              Validate system and configurations only. Do not alter the system.

COMMAND'dscreateinteractive'
       usage: dscreate interactive [-h]

COMMAND'dscreatecreate-template'
       usage: dscreate create-template [-h] [--advanced] [template_file]

       template_file
              Write example template to this file

OPTIONS'dscreatecreate-template'--advanced
              Add advanced options to the template - changing  the  advanced  options  may  make  your  instance
              install fail

COMMAND'dscreateds-root'
       usage: dscreate ds-root [-h] root_dir [bin_dir]

       root_dir
              A directory that will be used as virtual root.

       bin_dir
              A directory in which administration wrappers are installed. (Should be in PATH)

Synopsis

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

See Also