Sunday, September 18, 2011

Install DSEE


Perform the following steps on both LDAP servers.
  Extract the DSEE tarball.
$ gzip -cd DSEE.6.1.Solaris-Sparc-full.tar.gz | tar xvf -
  Install DSEE. In this example, DSEE is installed in /opt/SUNWdsee.
$ cd DSEE_ZIP_Distribution
# ./dsee_deploy install --no-inter --install-path /opt/SUNWdsee
Directory Server instance creation
Perform the following steps on both LDAP servers.
  Create a Directory Server instance. In this example, the Directory Instance is created in /var/ds. When prompted to choose the Directory Manager password, use the same Directory Manager password on both LDAP servers.
# dsadm create /var/ds
Choose the Directory Manager password:
Confirm the Directory Manager password:
Use 'dsadm start /var/ds to start the instance
  Start the Directory Server instance.
# dsadm start /var/ds
Directory Information Tree (DIT) creation
Perform the following steps on both LDAP servers.
  Create the root suffix of the Directory Information Tree (DIT). In this example, the root suffix is dc=example,dc=com. Accept the self-signed certificate that was automatically created during #Directory Server instance creation.
# dsconf create-suffix dc=example,dc=com
  Create the sub-suffix. In this example, the sub-suffix is dc=subdomain,dc=example,dc=com.
# dsconf create-suffix dc=subdomain,dc=example,dc=com
  Attach the sub-suffix to the root suffix.
# dsconf set-suffix-prop dc=subdomain,dc=example,dc=com parent-suffix-dn:dc=example,dc=com

No comments:

Post a Comment