Scaling down - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce
  1. Create or obtain the topology.json file either manually or by using external automation. When promoting from a dev/test environment to a stage/prod environment, you can obtain a topology.json file using the manage-topology export subcommand.
  2. If the server is not present in the topology JSON file, remove it from the topology, as follows:
    remove-defunct-server --topologyFilePath /path/to/topology.json \
      --ignore-online \
      --serverInstanceName instance-name
      --retryTimeoutSeconds 120

    For the sake of simplicity, LDAP bind options are omitted.