How to stop certain models creating CI's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2016 09:43 AM
Hi,
Please see the below example of some of our model category's. I would like to stop some of these models creating assets when made a CI and visa versa. I am unable to remove the CI class or Asset class due to security restrictions (yes I am have role admin). How am I supposed to break this relationship?
Thanks, Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2017 09:24 AM
Eric,
I would look at the Enforce CI verification on the Model Category to help you achieve this goal.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2017 11:44 AM
Hi Eric,
From just a CMDB/Assets standpoint, I would say you need to have the following BR's on [cmdb_ci] disabled:
- Create Asset on Insert
- Create Asset on Model Change
- [Optional] Update Asset fields on change
(we did not want data changes on CIs flowing to the asset side at all, only the other direction)
If you have already changed these BRs to inactive, then you will need to look for another culprit. I would look into your Altiris integration, how is it being done? Is there a data import and transform being done? Look into the transform map and its scripts, if so. Or look for other non-OOB business rules that may be running on the CI side at insert/update.
Good luck,
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2016 03:43 PM
The CIs are created / linked to an asset based on the Model Category to CI Class mapping, something similar to -
Asset --> Model --> Model Category --> CI Class --> CI
To prevent certain assets from creating CIs, you need to break the linkage somewhere along this chain.
Depending on the situation, you may either take the Model Category out of the Model, or take the CI Class out of the Model Category or take Model out of the Asset .
Refer 's post here.
If you have the CIs that are creating the assets automatically, you could use Enforce CI verification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2016 08:02 PM
I highly discourage disabling the Business Rules here. There are two ways I recommend handling this:
- As Ajit states, turn on Enforce CI verification on the Model Category
- If you only want to prevent Asset creation for specific Models of device, you can set the Asset tracking strategy on the Model record to Don't create asset
The relationships between Assets, CIs, Models, and Model categories isn't quite so linear as Ajit states. The Model category is what drives the creation of an Asset from a CI and a CI from an Asset. Both Assets and CIs point to Model records to identify the type of device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 12:03 AM
Hi All,
Which scripts causes the auto creation of models when Ci is inserted? any idea around this would help.
