Introscope Workstation displays wrong hostname
search cancel

Introscope Workstation displays wrong hostname

book

Article ID: 107482

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction



After an upgrade to APM 10.7, the Investigator is showing the wrong host name.  The FQDN is listed in the Workstation login window and host field.  Where does this name come from and can it be changed?

Environment

Linux

Resolution

APM retrieves the hostname via the Java API.  By running the command (this is for Linux):

hostname -A

which displays all FQDNs of the machine. This option enumerates all configured network addresses on all configured network interfaces, and translates them to DNS domain names.  Addresses that cannot be translated (i.e. because they do not have an appropriate reverse DNS entry) are skipped. Note that different addresses may resolve to the same name, therefore the output may contain duplicate entries. 

Then check the /etc/hosts file and see if they match.