CentOS 8.x 389DS basic installation

From Notes_Wiki
Revision as of 07:18, 9 February 2021 by Saurabh (talk | contribs) (Created page with "<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb> =CentOS 8.x 389DS basic installation= To install 389-DS on CentOS 8 use: # Set pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb>

CentOS 8.x 389DS basic installation

To install 389-DS on CentOS 8 use:

  1. Set proper hostname on system
    hostnamectl set-hostname 389ds.example.com
  2. Make sure host is resolvable via DNS or /etc/hosts
  3. Enable epel-release
    dnf -y install epel-release
  4. Install 389-DS related modules
    dnf -y module install 389-directory-server:stable/default
  5. Install 389-DS in interactive manner using:
    dscreate interactive
    Note that there are options to do this installation non-interactively with templates
  6. To manage latest 389-DS we can use cockpit instead of older 389-console. To install and enable cockpit refer CentOS 8.x cockpit


Refer:



<yambe:breadcrumb self="389DS basic installation">CentOS 8.x 389DS|389DS</yambe:breadcrumb>