The warning message you are encountering, "A delegation for this DNS server cannot be created because the authoritative parent cannot be found," typically indicates that the DNS delegation records are not properly set up in the parent DNS zone. This can happen if the parent zone does not exist or if the DNS server is not configured correctly to recognize the parent zone.
While it is often safe to ignore this warning during the promotion of a domain controller, it is crucial to ensure that the DNS settings are correctly configured to avoid issues with domain logins and DFS connections after the server reboots.
Here are some steps you can take to troubleshoot and resolve the issue:
- Verify DNS Configuration: Ensure that the DNS server settings on your new server point to the correct DNS servers that host the parent zone.
- Check for Existing Delegations: If the parent zone exists, check if there are existing delegation records that might be misconfigured.
- Manual Delegation Creation: If necessary, create the DNS delegation manually in the parent DNS zone to ensure that the new domain controller can be resolved correctly.
- Firewall and Port Configuration: Double-check that all required ports are open and that there are no firewall rules blocking the necessary traffic between the servers.
- Review DFS Configuration: Since you mentioned issues with DFS connections, ensure that DFS is correctly configured and that the servers can communicate with each other without any restrictions.
If the issue persists after these checks, you may need to consult additional documentation or support resources specific to your environment to further diagnose the problem.
References: