-
Inventory Review :
- Confirm the naming convention of all ESXi hosts and other relevant nodes in the environment.
- Verify that there are no inconsistencies between DNS entries and object names (e.g., hostname vs IP).
-
DNS Configuration Check :
- Ensure that DNS zones and records follow a consistent case-sensitive format (lowercase preferred).
- Review any DNS server configurations to ensure they handle lookups correctly without introducing mixed-case issues.
-
SDDC Manager Configuration :
- Update SDDC Manager settings if possible to enforce lowercase naming conventions.
- Check for any documented best practices or KB articles related to DNS and naming conventions in SDDC environments.
Review DNS Zones :
dig +short esxhost1.acme.com
host 192.0.2.1
-
Check SDDC Manager Logs :
- Look for any logs or alerts related to DNS issues in the SDDC Manager.
-
Update Hostnames if Necessary :
- If found, update any hosts that are inconsistent with lowercase naming conventions.
The mixed-case issue observed in reverse lookups from SDDC Manager could potentially cause workflow failures and other operational issues despite correct resolution of forward/reverse lookups. A thorough review and enforcement of consistent naming conventions across DNS and system configurations is recommended to mitigate these risks.