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
-
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
-
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
-
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
-
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