I do have 3 servers with Windows 2008 R2 with hostname TSP1,TSP2 and TSP3 and their FQDN corresponds to TSP1.domain.local,TSP2.domain.local,TSP3.domain.local.
One difference i see is during PING
On Hostname TSP1 , if i do ping TSP1 , it replies PINGING TSP1 [ipaddress] reply from ipaddress
On hostname TSP2 ,if i do ping TSP2 , it replies PINGING TSP2.domain.local [ipaddress] reply from ipaddress
What i see the difference is in the second case the ping translates to FQDN, but in the first case its not
On TSP3, it behaves as in the first case
Why this is happening only on the second server?