First, install the Directory Server instances. In this example, we install the following four servers, two in the Austin location and two in the New York location:
  • austin1.example.com
  • austin2.example.com
  • newyork1.example.com
  • newyork2.example.com
  1. We install the first server, austin1, as follows:
    root@austin1# ./setup --cli --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense
    
  2. Install the second Austin server, austin2, in the same way:
    root@austin2 # ./setup --cli --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \
    --rootUserPassword pass --no-prompt --acceptLicense
  3. Next, install the two New York servers, newyork1 and newyork2, as follows:
    root@newyork1# ./setup --cli --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \ 
    --rootUserPassword pass --no-prompt --acceptLicense    
    
    root@newyork# ./setup --cli --baseDN dc=example,dc=com \ 
    --ldapPort 389 --rootUserDN "cn=Directory Manager" \ 
    --rootUserPassword pass --no-prompt --acceptLicense