Server duplicates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 12:56 AM
hey, there is an issue going on and i'm unable to figure out the things. The issue is there are CI's which have duplicates by name but contains different serial number. Now these are azure servers which change(update) there serial number when the server gets on from off state. How to deal with this, one possible solution is introduce name with serial number (combination) so that it'll check both but for this IRE needs to be modified and it'll affect others child classes. Is there any other way to fix this issue ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 11:40 PM
if the CI is same then ideally it should just update the serial number and not create a new entry. is it creating new entry every time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 12:28 AM - edited ‎11-07-2024 01:23 AM
yes it is creating a new ci record with the updated serial number and same Ci name.
For example:
XXWWB00645 | 0000-0010-1560-7411-6648-9903-30 |
XXWWB00645 | 0000-0001-8887-0664-7976-7225-14 |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 12:38 AM
that is strange.. i would advise to look at the identification & Reconciliation rules in Class manager for the class where you are seeing this issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2024 01:24 AM
I looked into it and found that the rule is checking serial number and serial number type. So thinking to include name as well but looks it's not feasible. Looking for the solution. These are azure servers which is off and when they turn ON the serial number gets changed/updated and the duplicates gets created when discovery runs. Any possible suggestion will help a lot .