An alert indicating vCenter DNS reverse lookup status is not passed appears within Aria Operations.
The reverse lookup configuration works correctly at the DNS level; however, Aria Operations flags the condition as failed due to a case-sensitivity mismatch between forward and reverse lookup results.
The customer environment uses upper case hostnames in the VCF configuration, while DNS records remain in lower case, resulting in inconsistencies detected by the reverse lookup verification logic.
Aria Operations version : 8.18.5 (24967118)
Testing shows that nslookup returns the DNS name in the same case as the query used. When forward lookup is executed using uppercase, the returned DNS name displays in uppercase; when executed in lowercase, the return value is lowercase.
In the JSON output collected by Aria Operations, from
/usr/lib/vmware-vcops/user/plugins/inbound/VMwareInfrastructureHealthAdapter/work/Health-results.json
several components return mixed-case hostnames. Some entries appear in uppercase and others in lowercase. Aria Operations DNS reverse lookup checks perform a direct string comparison and treat case differences as mismatches.
When the resolved DNS name casing does not match the expected hostname casing, the check is marked as failed and produces a yellow warning alert.
Because the VCF configuration uses uppercase hostnames and DNS records use lowercase, the case mismatch is expected and cannot be modified on the customer side.
As the casing logic for DNS name comparison cannot be modified in the product, customers may exclude the DNS reverse lookup symptom from the alert using Aria Operations policies.
Steps in the Aria Operations UI:
Go to Operations → Configurations → Alert Definitions.
Search for the alert vCenter app health is affected.
Select the three-dot menu and choose Clone.
The cloned alert appears as (Copy of) vCenter app health is affected. Rename it as required.
Edit the cloned alert and open 2 – Symptoms / Conditions.
Remove the symptom vCenter DNS reverse lookup status is not passed by selecting the X beside it.
Click Update to save.
Next, update the policy:
In the search bar, enter vCenter App [VMware Infrastructure Health].
Select the relevant vCenter App object.
Select Policy in the upper-right and choose View Policy.
Click Edit Policy.
Filter for vCenter app health is affected.
Deactivate the original alert definition.
Activate the cloned and modified alert definition.
This removes the case-sensitive reverse lookup symptom from the health evaluation while retaining other vCenter health-related checks.