Top
Systemwalker Runbook Automation Reference Guide
Systemwalker

Chapter 6 Configuration Item Format

This appendix explains the format of configuration items in CMDB. A configuration item is a unit to manage the information of hardware, software and other elements which constitute IT systems.

This product represents a single configuration item as two records: an expected and an observed record.
The following figure shows the relationships between configuration items and expected/observed records.

It also describes a configuration item as XML format like below.

<?xml version="1.0" encoding="UTF-8"?>
<entities>
  <cmdb:item id="server0001" type="LogicalServer" 
xmlns:ns0="urn:xmlns-fujitsu-com:rcxml2004-05" 
xmlns:cmdb="http://federation.service.cmdb.fujitsu.com/xsd">
    <cmdb:record type="expected">
       Description of expected record
    </cmdb:record>
    <cmdb:record type="observed">
       Description of observed record
    </cmdb:record>
  </cmdb:item>
</entities>

The following sections explain the details of record format with respect to each configuration item type. And the descriptions below would help you with understanding.