"cmdb_ip_address_dns_name" table showing Duplicate IP address attached to ci's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 03:25 PM
Hello
When i checked DNS name of a CI it have multiple Duplicated IP address Attached to it. Can i know is this normal to exist such duplicated IP address for a DNS name of a server.
If it is abnormal can anyone please let me know any way to overcome such duplicates in that table.
Thanks,
Niranjan.
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 03:35 PM
Yes, it is possible for multiple hostnames to use the same ip address, the best practice is to use a CNAME record to point to the A record
bar.example.com. CNAME foo.example.com. foo.example.com. A 192.0.2.23
Hope this helps.
Thanks,
Punit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 03:54 PM
Hello Punit,
Thanks for the quick Response!
My concern is the host name has one IP address and the IP address is listed multiple times. I thing it creates every time when discovery runs and deletes the previous one. But it is not deleting the previous one and creating a new one instead.
Thanks,
Niranjan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 04:43 PM
Hi Niranjan,
I get your situation now, your understanding is correct. I would suggest to check the cmdb_ci_ip_address table for duplicate IP's discovered possibly every time scheduled discovery occurs. Also check the discovery log for any duplicate IP information. If the issue is recurrent you may find hundreds of duplicate IP entries grouped by each DNS.
Thanks,
Punit
Hit like, Helpful, Correct and Endorse, if it answers your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 06:36 AM
Hi Punit,
Thanks for your response.
Is there any reason why it is creating duplicates and is there any way to stop creating such duplicates. Please let me know how to resolve that issue.
Thanks,
Niranjan.