Where to add new CI types in CMDB?

Henrik Jutterst
Tera Guru

Hi all, we are about to move our CMDB to ServiceNow. At the moment we handle (enter and modify) all data manually but we are planning for starting with Discovery in the future.

I want to use as much Out Of the Box classification/categories as possible, but I'm wondering how to classify things like SFP's, line cards, dwdm and Wireless controller (network gear) and so on.

  1. Are things like these possible to classify correct out of the box or would you extend a class to match the type?
  2. How can I find a suitable class for these items and what's the best way for doing so?
  3. I'm also wondering this because when we start using Discovery I want Discovery to classify these things correct out of the box if possible. Or do I need to create custom discovery patterns to classify these things with discovery?

Kind regards

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

For specialized devices that don't have an OOB class, you can certainly extend an existing class that is close to what you need and then add the fields to that class. That's my recommendation. For example, if I wanted to discover all the Raspberry Pi devices on my network, I would start at last at cmdb_ci_hardware, possibly cmdb_ci_computer. I don't think I'd go in to server though. It depends - take a look at the existing fields.



When it comes to discovery, you're going to need to write your own probes/sensors/classifiers for those devices, so you can make it work with what you set up today. No worries there because you'll have to total control.


View solution in original post

5 REPLIES 5

Chuck Tomasi
Tera Patron

For specialized devices that don't have an OOB class, you can certainly extend an existing class that is close to what you need and then add the fields to that class. That's my recommendation. For example, if I wanted to discover all the Raspberry Pi devices on my network, I would start at last at cmdb_ci_hardware, possibly cmdb_ci_computer. I don't think I'd go in to server though. It depends - take a look at the existing fields.



When it comes to discovery, you're going to need to write your own probes/sensors/classifiers for those devices, so you can make it work with what you set up today. No worries there because you'll have to total control.


Thanks Chuck, it sounds like O'm on the right track then.



Quick question then. How should I classify a NAS or a DAS (Direct-attached storage)?



find_real_file.png



find_real_file.png


Hi Henrik,



It looks like you already have a class for NAS File System (or am I seeing that wrong in the first image)?



For Direct Attached Storage, take a look at the fields available on those classes. I suspect it's going to fit closest to Mass Storage Device or Storage Area Network (SAN). It wouldn't be Storage HBA, that's your host bus adapter. Storage Disk maybe... again, you'll need to see what your requirements are and what is the best fit in the CMDB structure.


Thanks again. So I guess what you're saying is to take a look in the table and see what best fit my needs.



Take care!