## Symptoms 

During migration, DNS zones of disabled domains were propagated to name servers.

## Cause  

Software issue **#OA-11506**: 
The DNS zones of disabled domain are being propagated to name servers when the API method **pem.syncNameServers** is invoked for domains.

## Resolution  

The issue was resolved in Odin Automation 8.4.

## Workaround

To work around the issue, you can enable/disable domains through the Provider Control Panel.

To go through all disabled domains and disable them again, download the script to the management node and run it:

      # python OA-11506-remove_disabled_domains_from_NS.py

The script will search for all disabled domains and will invoke the **pem.disableDomain** method for all of them.