- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 07:39 AM - edited 06-07-2024 04:42 AM
I always thought Serial number field could be used to uniquely identify a CI in the CMDB.
Even OOB Hardware identifier uses 'Serial number' in identifier entries.
I was stumbled upon seeing this official article which says Serial number should not be considered as UNIQUE, and ServiceNow only giving OOB identifiers with Serial number as unique.
The article at the end says use IRE rather than setting the serial number as unique.
Also we know that name can be duplicated, same with IP address, MAC address etc.
Then what on earth should we consider as unique to identify a CI? 😮
Please do let me know what you have considered as unique in your CMDB projects.
Thanks in advance!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 07:15 AM
While Serial number might technically be possible to be duplicated between servers and operating systems from different manufacturers, they are still a good mechanism for unique identification.
1. Serial numbers will not change once assigned. IP Addresses and MAC Addresses (on virtual hardware) can change, which is why they are not reliable for unique identification. Serial numbers don't change.
2. While it is theoretically possible that the serial number in a Linux OS to be the same as the serial number in a Windows OS or some other system, it is highly, highly, highly unlikely. The odds are astronomical. So, you should consider that these serial numbers are unique.
That's all that's needed for a unique identifier. You should feel safe with the serial number as long as the serial number can be queried....whether on Earth or any other planet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 03:24 AM
Anyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 04:04 AM
Hi @Suggy
Practically there is not unique identifier on CI table like we have on Inc. / change which help us to identify. CI's are identified by the classes/ source / type etc, it may look wired but i think this only way.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 07:15 AM
While Serial number might technically be possible to be duplicated between servers and operating systems from different manufacturers, they are still a good mechanism for unique identification.
1. Serial numbers will not change once assigned. IP Addresses and MAC Addresses (on virtual hardware) can change, which is why they are not reliable for unique identification. Serial numbers don't change.
2. While it is theoretically possible that the serial number in a Linux OS to be the same as the serial number in a Windows OS or some other system, it is highly, highly, highly unlikely. The odds are astronomical. So, you should consider that these serial numbers are unique.
That's all that's needed for a unique identifier. You should feel safe with the serial number as long as the serial number can be queried....whether on Earth or any other planet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 12:28 AM
@richardbrounste Thank you for replying 🙂
I have been marking serial number as unique at dictionary since many years and did not face any issue. But when I came across this article, I got little confused and worried 😄
And yes I strongly believe that scenario is very highly unlikely to happen.