Page created: 15 Jul 2022
|
Page updated: 11 Jul 2023
| 1 min read
9.2 Product PingDirectory Directory Capability Product documentation Content Type Installation User task Administration IT Administrator Administrator Audience System Administrator Software Deployment Method PingDirectoryProxy
-
On the Austin servers, create two instance locations,
newyork
andaustin
../bin/dsconfig --no-prompt create-location --location-name austin ./bin/dsconfig --no-prompt create-location --location-name newyork \ --set preferred-failover-location:austin
-
Set the location of the Austin server instances to
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
-
On the New York servers, create two instance locations,
newyork
andaustin
../bin/dsconfig --no-prompt create-location \ --location-name austin ./bin/dsconfig --no-prompt create-location \ --location-name newyork \ --set preferred-failover-location:austin
-
Set the location of on the New York server instances to
newyork
../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