Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Inventory Discovery
- Inventory Discovery Overview
- Inventory Discovery Scanners
- Inventory Discovery Deployment Overview
- Scan Files
- Processing Scan Files
- Scan File Processing Power
- XML Enricher
- XML Enricher Log Files
- Application Teaching
- Using Rules to Teach Applications
- Enriched Scan File Structure
- Hardware and Software Recognition
- App Store Applications
- Custom Hardware or Asset Mapping
- Inventory Tools
- BDNA Normalize Integration
- Discovery Options for Client IP Ranges
- How to Run Inventory Discovery
- How to Run Inventory Discovery Manually
- How to View Discovery Status of an Inventory CI in JMX
- How to View Agent Deployment Log for an Inventory CI in JMX
- How to Edit Pre and Post Scan Scripts
- How to Set Up Asset Fields for Data Collection
- How to Set Up Asset Fields for Data Collection - Example
- How to Set up the Scanner to Handle Delta Scan Files in Manual Deployment Mode
- How to Configure XML Enricher to Suit the Probe Deployment Mode
- How to Configure the Maximum Number of Threads to Process Scan Files
- How to Check XML Enricher Health Using JMX
- How to Limit the XML Enricher Port to Allow Local Connection Only
- How to Reprocess Scan Files
- How to Import SAIs to the Data Flow Probe
- How to Import Normalization Rules to the Data Flow Probe
- How to Configure and Optimize Inventory Discovery
- How to Configure Analysis Asset Fields
- How to Map Scan File Attributes to UCMDB
- Mapping Hardware or Asset Fields to UCMDB - Use-Case Scenario
- How to Set Extract Options
- How to Filter Discovery Results to UCMDB
- How to Enable Application Virtualization Discovery
- How to Rename Scanner Executable Files
- How to Integrate BDNA Normalize
- How to Discover Client IP Ranges Without SNMP
- How to Discover Windows Device Drivers using the Inventory Discovery by Scanner Job
- Scanner Command Line Parameters Overview
- Scanner Command Line Parameters
- Scanner Information Type Parameters
- Scanner File Locations
- Web Server Configuration for Saving Scan Files via HTTP
- XML Enricher Directory Structure
- Enriched XSF File Structure
- Inventory Discovery User Interface
Mapping Hardware or Asset Fields to UCMDB - Use-Case Scenarios
This document describes common scenarios for customized mappings of data from scan files to UCMDB.
For a task related to this scenario, see How to Map Scan File Attributes to UCMDB.
For concept details, see Custom Hardware or Asset Mapping.
These use cases assume that the scanner has captured the data that you want from the target machine, and that the scanner has written the data to the scan file. Configuring the scanner to collect data and store it in an empty field in the scan file is beyond the scope of this document. For more information, see Asset Data Page.
Note
- The field names and attribute names described in this document are merely examples. The attribute names were selected because they should not impact out-of-the-box reconciliation rules in UCMDB. Before mapping, always perform an analysis to ensure that storing data in scan file fields and in CIs will not impact other data, or impact reconciliation. For information about reconciliation, see Reconciliation Overview.
- Generally, most hardware and asset-related information is stored in an attribute under Node CI. If you create your own CI to store your data, it is recommended to create a relationship between your new CI and Node CI.
Tip you can map several strings of data from scan file fields to several CI attributes as long as the CI attributes belong to the same CI in a single pass through the wizard. For example, to map String1 to NodeCI and to map String 2 to Node2CI. you must make two passes through the wizard.
User Scenario 1 (single attribute to existing CI)
This use-case scenario describes how to map a single string of hardware or asset data that is contained in a scan file field to an existing UCMDB CI attribute.
-
Background
Assume the following:
-
Your scanner has written the collected data to the hwAssetField1 field in the scan file.
- You want to store hardware and asset-related information in Node CI.
Tip To learn about mapping data to a new CI that you create, skip to the next scenario on this page.
-
-
Select a CI that contains the attribute that you want to contain your mapped data
- Open the Hardware Mapping Configuration dialog box. For more information, see Hardware Mapping Configuration Dialog Box.
-
Click . In the Select CI dialog box, expand Configuration Item, expand Infrastructure Element, and select Node. Click OK.
- Accept all of the defaults in the CI Editor. Notice that Node appears in the left tree pane.
-
Select an attribute to store your mapped data
- In the left tree pane, ensure that Node is selected and click . The Select an Attribute dialog box opens. This list contains all attributes for the Node CI.
- In the Select an Attribute dialog box, click the Attribute field and select the Note attribute. Accept the defaults and click OK. Notice that this attribute name appears in the left tree pane.
- In the Attribute Editor on the right pane, in the Value field, click . The Select a Shell Tag dialog box opens. Expand Asset Data and select the name of the scan file field that contains the data that you want to map.
- Select the user field 1attribute. Accept all defaults and click OK.
Note The list is not sorted alphabetically.
Note The Note attribute is a common attribute and data stored here will not cause any reconciliation rule issues. However, you can choose another available attribute. To see which attributes are not populated, or which attributes contain non-critical data, perform an analysis using the CIT Manager in UCMDB.
Note The names in this list are friendly names- mouse over each entry to see the scan file XML tag names for each entry. For example, user field 1 is also called hwAssetField1.
-
Results
After the Inventory Discovery by Scanner job runs, ensure that your mapped data is contained in Node.Note in UCMDB.
User Scenario 2 (multi-attribute to new CI)
This use-case scenario describes how to map multiple strings of hardware or asset data that is contained in scan file fields to multiple attributes under a newly-created UCMDB CI.
-
Background
Assume the following:
-
Your scanner has written collected data to the hwAssetField1 field and written collected data to hwAssetField2 field in the scan file.
-
You want to map the data to attributes under a new CI. Let assume the following about your new CI:
Note For more information, see How to Create a CI Type .
- You named your new CI NewCI.
-
NewCI CI has some relationship defined with Node CI.
Note
- Note the relationship type.
- Generally, most hardware and asset-related information is stored in an attribute under a CI that is connected, or has some relationship with Node CI.
-
-
Select your new CI
- Open the Hardware Mapping Configuration dialog box. For more information, see Hardware Mapping Configuration Dialog Box.
- Click . In the Select CI dialog box, select your newly-created CI. Select NewCI.
- In the relationship field, select the relationship type that you selected when setting up the CI in the CI Type Manager.
- In the Create New CI field, select Yes.
- Accept all of the defaults in the CI Editor. Notice that NewCI appears in the left tree pane.
-
Select attributes to store your mapped data
- In the left tree pane, ensure that NewCI is selected and click . The Select an Attribute dialog box opens. This list contains all attributes for NewCI CI.
- These attributes were inherited based on which parent you selected when you created your new CI.
-
The list is not sorted alphabetically.
- Click the Attribute field and select the Note attribute. Accept the defaults and click OK. Notice that this attribute name appears in the left tree pane.
- In the Attribute Editor on the right pane, click the in the Value field to open the Select a Shell Tag dialog box. Expand Asset Data and select the name of the scan file field that contains the data that you want to map.
- Select the userfield1 attribute.
- Accept all defaults and click OK.
- Repeat this step to map your second string of data. For example, select the UserLabel attribute to store your data, and then select user field 2 for the Value field.
Note The names in this list are friendly names- mouse over each entry to see the actual tag names for each field. For example, user field 1 is also called hwAssetField1.
-
Results
After Inventory Discovery by Scanner has run, ensure that your mapped data is contained in NewCI.Note and NewCI.UserLabel in UCMDB.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to cms-doc@microfocus.com.
Help Topic ID:
Product:
Topic Title:
Feedback: