Server Management - Systems Insight Manager
1834516 Members
1846 Online
110068 Solutions
New Discussion

Re: Link construction in HPSIM

 
Lars Oeschey
Advisor

Link construction in HPSIM

Hi,

in our HPSIM the URLs to machines are different for some machines, some have a fqdn entry while others have only the hostname. Since our DNS is changing currently, I'd like all servers to have fqdn entries, where does HPSIM get the information for the name, or how can I change it?

Lars
3 REPLIES 3
Mikael Rönnbäck
Super Advisor

Re: Link construction in HPSIM

SIM makes a dns lookup to the dns server configured in the TCP/IP settings on your server.
Also remember to check reverse dns lookups so they are correctly configured, i.e. you should be able to do
NSLOOKUP SERVER
and get response
SERVER.MYDOMAIN.COM 1.2.3.4
and
NSLOOKUP 1.2.3.4
and get response
SERVER.MYDOMAIN.COM
(where 1.2.3.4 of course is the IP adress)
Lars Oeschey
Advisor

Re: Link construction in HPSIM

when I do a nslookup to the servername or the IP, I never get only the hostname back, so that can't be all....
Mikael Rönnbäck
Super Advisor

Re: Link construction in HPSIM

From what I know SIM takes the hostname out of the fqdn, and if there should already exist a host with the same name it will instead use the fqdn.
Optionally if you do a manual discovery you can enter the fqdn and it will be used instead of the hostname alone.
For myself I haven't yet found a way to enforce one "standard"