DX NetOps

  • 1.  Addtional attributes extract from spectrum & import in CMDB

    Posted Mar 26, 2019 07:05 AM

    https://comm.support.ca.com/kb/how-to-add-additional-attributes-to-the-spectrum-modeling-gateway-cmdb-export/kb000107593

     

    Hi Team

     

    We exported xml file from spectrum and import all the CI's into CMDB. But i can see alot of information is not showing in attributes tab against each CI...See the sanpshot below . Most of the information can be seen on SPectrum and i want complete information of CI's in CMDB what we have in Spectrum. 

     

    Above link i found to add addtional attributes but i have have few concern to add the code for addtional data pulling from spectrum. The KB article states that we need to add below tags for each addtional attribute.

     

    For example, if we pull location below tags should be added

     

    <CMDBAttributeMapping>

    <CMDBAttribute>location</CMDBAttribute>

    <SPECTRUMAttribute>0x23000d</SPECTRUMAttribute>

    </CMDBAttributeMapping>

     

     

    & for contact, below tag should be added.

    <CMDBAttributeMapping>

    <CMDBAttribute>contact</CMDBAttribute>

    <SPECTRUMAttribute>0x23000c</SPECTRUMAttribute>

    </CMDBAttributeMapping>

     

    My concern is how can i specify code in SPECTRUMAttribute tag??? Like for each CI , i need additional attribute like Memory Installed, memory Capacity, Disk Capacity ,Processor Speed etc. so what code i need to specify for <SPECTRUMAttribute> tag???

     

    Please help..

     

     



  • 2.  Re: Addtional attributes extract from spectrum & import in CMDB

    Posted Apr 12, 2019 02:02 PM

    That is going to vary from vendor to vendor and the mibs they support.

     

    Joe