Hello,
Thank you for your question and for reaching out with your question today.
It seems like the issue is related to the deleted server "DFS-SERVER02" that was part of the DFS Namespace configuration. Even though the server was decommissioned a few months ago, its presence in the DFS Namespace configuration is causing the error you're encountering.
To resolve this issue, you'll need to remove the references to "DFS-SERVER02" from the DFS Namespace configuration. Here's how you can proceed:
1. **ADSIEDIT**: Use the ADSI Edit tool to remove any references to "DFS-SERVER02" from the DFS Namespace configuration. Be cautious while using ADSI Edit, as it directly interacts with Active Directory, and any incorrect changes can cause problems.
2. **DFS Management Console**: Open the DFS Management Console and navigate to the Namespaces. Check if "DFS-SERVER02" is still listed there as a Namespace server. If it is, remove it from the Namespace configuration.
3. **DFS Replication**: If "DFS-SERVER02" was also part of DFS Replication groups, you'll need to remove it from those groups as well.
4. **DFSUtil.exe**: After making any changes, run the "DFSDiag /TestSites" and "DFSUtil.exe /pktinfo" commands again to verify that the references to "DFS-SERVER02" are no longer present and that the DFS Namespace configuration is now consistent.
5. **DFS Namespace Referral Cache**: Clients accessing the DFS Namespace might have cached the referral information, including references to "DFS-SERVER02." You can clear the DFS Namespace referral cache on clients using the following command in the command prompt:
dfsutil /purgeMupCache
6. **Restart DFS Services**: After making changes to the DFS Namespace configuration, consider restarting the DFS Namespace and DFS Replication services to ensure the changes take effect.
Please exercise caution while making changes to the DFS Namespace configuration, and it's always a good idea to have proper backups and verify changes in a test environment before implementing them in a production environment. If you're unsure about any steps or encounter any difficulties, consider seeking assistance from a qualified IT professional or Microsoft Support.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.
Best regards.