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
  1. Install the first Austin server, austin1.
    root@austin1# ./setup --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense
    
  2. Install the second Austin server, austin2.
    root@austin2 # ./setup --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense
  3. Install the first New York server, newyork1.
    root@newyork1# ./setup --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \ 
    --rootUserPassword pass --no-prompt --acceptLicense   
  4. Install the second New York server, newyork2.
     
    root@newyork# ./setup --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \ 
    --rootUserPassword pass --no-prompt --acceptLicense