SCSM is capable of capturing detailed information about computers in the CMDB. The model for a computer is actually pretty complicated involving many objects related together. The physical computer object for example is separated from the Windows computer object because each physical computer can potentially run many Windows computers due to multi-boot configuration. Each Windows computer can have an unknown number of logical drives, physical drives, network adapters, and processors. There are relationships of computer to user such as who the custodian of the computer is and who the primary user is.
Getting computer data into SCSM’s CMDB is a slam dunk if you already have SCCM and/or SCOM managing your computers. You can quickly set up a connector by going through a wizard. Minutes later you will have a richly populated CMDB full of data about your computers. Not everybody has SCCM or SCOM to discover their computers though. Not all types of computers may be manageable by SCCM or SCOM. You may know about a computer prior to it being discoverable such as while it is in transit after an order, being installed, or at other points in the asset lifecycle.
Importing computers through CSV can be pretty straightforward or very detailed depending on how much data you want to insert. I’ve created a series of mapping files, data file templates, and test data files to make this much easier for you.
The main mapping/data template file is the ComputerFormatFile.xml and ComputerDataFile.xlsx. This will allow you to import Windows computer objects, the Operating System object they host, the related Physical Computer, and the Custodian and Primary Users.
In each data template file there is a header to tell you what data to put where.
A few important notes:
The other four mapping/data template files in the package are for:
You’ll need to import the computers first using the ComputerFormatFile.xml and ComputerDataFile.xlsx. Then you can import their components.
You’ll map the data together by using the Principal Name (Fully Qualified Domain Name or FQDN). For example in the sample data file for Physical Disk you can see the computer’s FQDN as the first column in the data file:
If a given computer has more than one component you need to create one line per component and just repeat the computer FQDN in the first column. For example, above you can see that computer1 has two physical drives and computer2 only has one.
Keep in mind that you can import data in any of these ways:
Hopefully that will make it easier for you to populate data in scenarios where you can’t get the data from SCOM or SCCM automatically.
The mapping/data files are attached to this blog post and I’ll include them in the upcoming “ resource kit ” too.
General information on CSV Import .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.