Page created: 4 Feb 2020
|
Page updated: 22 Jul 2020
| 1 min read
Product PingDirectory 8.1 PingDirectoryProxy Directory Capability Product documentation Content Type Installation User task Administration IT Administrator Administrator Audience System Administrator Software Deployment Method
-
On the Austin servers, create the two locations, newyork and austin, and
set the location of this instance to austin:
./bin/dsconfig --no-prompt create-location --location-name austin ./bin/dsconfig --no-prompt create-location --location-name newyork \ --set preferred-failover-location:austin ./bin/dsconfig --no-prompt set-location-prop --location-name austin \ --add preferred-failover-location:newyork ./bin/dsconfig --no-prompt set-global-configuration-prop \ --set location:austin
-
For the New York servers, set the location
to newyork:
./bin/dsconfig --no-prompt create-location \ --location-name austin ./bin/dsconfig --no-prompt create-location \ --location-name newyork \ --set preferred-failover-location:austin ./bin/dsconfig --no-prompt set-location-prop \ --location-name austin \ --add preferred-failover-location:newyork ./bin/dsconfig --no-prompt set-global-configuration-prop \ --set location:newyork