Deleting Distributed DDNS components - Adaptive Applications - BlueCat Gateway - 21.3

BlueCat Distributed DDNS Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.3

If you would like to uninstall the Distributed DDNS components from the BDDS, you must manually stop and delete the Distributed DDNS component on each BDDS.

To delete the Distributed DDNS component on the BDDS:
  1. Log in to the BDDS using SSH and the root account.
  2. Stop the Docker container of the Distributed DDNS component using the following command:
    docker container stop <container_name>
  3. Remove the Docker container using the following command:
    docker container rm <container_name>
  4. (Optional) Remove all Distributed DDNS component data using the following command:
    docker volume prune -f
    Attention: If you are replacing the Distributed DDNS component container, do not run this command to remove the data.
  5. Remove the Distributed DDNS component image from the BDDS using the following command:
    docker image prune -f
  6. Reset the custom firewall rules that were added on the BDDS as part of the Distributed DDNS component installation using the following command:
    PsmClient firewall set rule-id=custom clear