I ran those and couldn't see any inconsistencies myself. The results are below.
On ccnscupadsgf01 VM:
[root@ccnscupadsgf01 ~]# hostname
ccnscupadsgf01.carecorenational.com
[root@ccnscupadsgf01 ~]# nslookup ccnscupadsgf01.carecorenational.com
Server: 10.0.7.4
Address: 10.0.7.4#53
Name: ccnscupadsgf01.carecorenational.com
Address: 10.50.38.205
[root@ccnscupadsgf01 ~]# nslookup ccnscupadsgf01
Server: 10.0.7.4
Address: 10.0.7.4#53
Name: ccnscupadsgf01.carecorenational.com
Address: 10.50.38.205
[root@ccnscupadsgf01 ~]# nslookup 10.50.38.205
Server: 10.0.7.4
Address: 10.0.7.4#53
205.38.50.10.in-addr.arpa name = ccnscupadsgf01.carecorenational.com.
[root@ccnscupadsgf01 ~]# getent hosts ccnscupadsgf01.carecorenational.com
127.0.0.1 localhost ccnscupadsgf01 ccnscupadsgf01.carecorenational.com
[root@ccnscupadsgf01 ~]# getent hosts ccnscupadsgf01
127.0.0.1 localhost ccnscupadsgf01 ccnscupadsgf01.carecorenational.com
[root@ccnscupadsgf01 ~]# getent hosts 10.50.38.205
10.50.38.205 ccnscupadsgf01.carecorenational.com
On the locator VM:
[root@idcprdgflocator01 ~]# hostname
idcprdgflocator01.carecorenational.com
[root@idcprdgflocator01 ~]# nslookup ccnscupadsgf01.carecorenational.com
Server: 10.0.7.4
Address: 10.0.7.4#53
Name: ccnscupadsgf01.carecorenational.com
Address: 10.50.38.205
[root@idcprdgflocator01 ~]#
[root@idcprdgflocator01 ~]# nslookup ccnscupadsgf01
Server: 10.0.7.4
Address: 10.0.7.4#53
Name: ccnscupadsgf01.carecorenational.com
Address: 10.50.38.205
[root@idcprdgflocator01 ~]# nslookup 10.50.38.205
Server: 10.0.7.4
Address: 10.0.7.4#53
205.38.50.10.in-addr.arpa name = ccnscupadsgf01.carecorenational.com.
[root@idcprdgflocator01 ~]# getent hosts ccnscupadsgf01.carecorenational.com
10.50.38.205 ccnscupadsgf01.carecorenational.com
[root@idcprdgflocator01 ~]# getent hosts ccnscupadsgf01
10.50.38.205 ccnscupadsgf01.carecorenational.com
[root@idcprdgflocator01 ~]# getent hosts 10.50.38.205
10.50.38.205 ccnscupadsgf01.carecorenational.com
Contents of /etc/hosts on ccnscupadsgf01:
[root@ccnscupadsgf01 ~]# cat /etc/hosts
127.0.0.1 localhost ccnscupadsgf01 ccnscupadsgf01.carecorenational.com
#127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
Tom