Install the Directory Server four 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
  1. Install the first Austin server, austin1.
    root@austin1# ./setup --cli --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.
    root@austin2 # ./setup --cli --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.
    root@newyork1# ./setup --cli --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.
    root@newyork# ./setup --cli --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \ 
    --rootUserPassword pass --no-prompt --acceptLicense \
    --instanceName ds4 --location NewYork