UIM-Spectrum integration: Spectrum does not show all the devices managed by UIM
search cancel

UIM-Spectrum integration: Spectrum does not show all the devices managed by UIM

book

Article ID: 4279

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

When DX Spectrum is integrated with CA UIM not all devices are visible into DX Spectrum.

Environment

Any  UIM or DX Spectrum Version

Resolution

With DX Spectrum 9.4.0 release and above, DX Spectrum will only pull and model UIM entities of type “Host”, “Virtual Server” or “Virtual Machine”. When integration with UIM is enabled in DX Spectrum, the table from which data is returned is the CM_COMPUTER_SYSTEM table.

Each row in this table has a field called “dedicated”- which specifies the type of entity that the row represents. Only the rows with “dedicated” field as “Host” will be reported to DX Spectrum.

For verifying, the following query can be executed on the SQL server of the DX UIM

select * from CM_COMPUTER_SYSTEM where dedicated = 'host'

If the entry is not "host" then it will not be populated in DX Spectrum.