Domain name not included in CI name even after setting discovery property "glide.discovery.hostname.include_domain"Issue The domain name is not included with CI name for AIX Server even after setting the discovery property “glide.discovery.hostname.include_domain”.ReleaseMadrid ReleaseCauseThe issue is with the discovery property “glide.discovery.hostname.ssh_trusted” enabled. For that, we pull the result of command “uname -a” output, which has NO idea of the domain the hosts DNS is a part of. By including include domain in the hostname, they cancel each other out, with SSH trusted name source as the priority. Hence there is no use of setting the property "glide.discovery.hostname.include_domain" to true along with the property "glide.discovery.hostname.ssh_trusted".ResolutionDisable the discovery property “glide.discovery.hostname.ssh_trusted” and enable only the property “glide.discovery.hostname.include_domain”. - Login to the instance - Type “Discovery Definition” in Application Navigator - Open Discovery Definition -> properties - Uncheck “SSH is trusted host name source” and Save it