Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: EMS refresh returns the incorrect fqdn. Version-Release number of selected component (if applicable): 5.4.1.0.20150717083323_6ed7e1c How reproducible: 100% for this environment Steps to Reproduce: 1. Discover SCVMM provider 2. Supply credentials 3. Refresh Relationships and Power States 4. For each host, check fqdn Actual results: Incorrect fqdn (with domain added) Expected results: Correct fqdn Additional info: During validation of 1236599, we discovered the actual issue was in EMS refresh.
It turns out in our case, the actual *actual* issue was environmental :-) SCVMM returns the hypervisors with the AD domain prefixed. So if hypervisor "foo" is in domain "bar" which is in "example.com", the returned host fqdn is foo.bar.example.com. foo.bar.example.com needs to be resolvable by DNS. In our case, we had an additional problem: it was not. Workaround: Edit /etc/resolv.conf on the CFME appliance(s) to include AD DNS as first entry. Verify: nslookup host_fqdn