UIM - Legacy MCS profile for CDM Default Disk has misaligned fields under the Alarm Definition Threshold Configuration Page.
search cancel

UIM - Legacy MCS profile for CDM Default Disk has misaligned fields under the Alarm Definition Threshold Configuration Page.

book

Article ID: 215405

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

This technical document provides a solution to an issue which causes page misalignment of the "Alarm Definition Threshold" within the legacy CDM "Default Disk" MCS monitoring profile. 

Screenshot of misaligned boxes within profile: 

Environment

Release : 20.3, 20.3.1, 20.3.2, 20.3.3

Component : UIM OPERATOR CONSOLE - WASP & CORE

Resolution

Steps to resolve "new" legacy MCS Default Disk profiles layout/format issue: 

1. Execute the below query to get a single id. 
Note: If there are multiple ids, please contact UIM technical support for further guidance. 

select field.id from SSRV2Field field, SSRV2Template temp where field.cfgKey='/disk/fixed_default/percent' and field.template=temp.templateId and temp.production=1 and temp.templateName='Default Disk(s)'

2. Query to view the existing position value for notes purposes:

select position from SSRV2Field where id=<IDReturnedFromAboveQuery>

For example: If id returned from above query is 283614

select position from SSRV2Field where id=283614

3. Update the database with the below sql:

update SSRV2Field set position=3 where id=<IDReturnedFromAboveQuery>

For example: If id returned from above query is 283614

update SSRV2Field set position=3 where id=283614

4. Deactivate and activate mon_config_service probe. 

5. Deactivate and activate wasp of Operator console robot (If more than one OC node, restart all OC wasps). 

Note: This procedure should also correct existing legacy template / profile layout issues. 

 

Attachments