PingDirectory

Installing the PingDirectory server

About this task

Install four PingDirectory server instances, two in the Austin location and two in the New York location:

  • austin1.example.com

  • newyork1.example.com

  • austin2.example.com

  • newyork2.example.com

Steps

  1. Install the first Austin server, austin1.

    Example:

    root@austin1# ./setup --baseDN dc=example,dc=com \
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense \
    --instanceName ds1 --location Austin
  2. Install the second Austin server, austin2.

    Example:

    root@austin2 # ./setup --baseDN dc=example,dc=com \
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense \
    --instanceName ds2 --location Austin
  3. Install the first New York server, newyork1.

    Example:

    root@newyork1# ./setup --baseDN dc=example,dc=com \
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense \
    --instanceName ds3 --location NewYork
  4. Install the second New York server, newyork2.

    Example:

    root@newyork# ./setup --baseDN dc=example,dc=com \
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense \
    --instanceName ds4 --location NewYork