How to update or change origins for QOS data
book
Article ID: 144322
calendar_today
Updated On:
Products
NIMSOFT PROBES
DX Infrastructure Management
Issue/Introduction
Need to know method for changing origin of the QOS data.
Environment
Release : 9.2.0
Component : UIM - SNMPCOLLECTOR
Resolution
How to delete or merge old (obsolete) origins so they no longer display in IM or UMPhttps://ca-broadcom.wolkenservicedesk.com/external/article?articleId=34704Essentially, you can run a query like:
SELECT * FROM S_QOS_DATA WHERE ORIGIN = '<OLD/BAD/WRONG ORIGIN_NAME>'
UPDATE S_QOS_DATA SET origin= '<new_origin_name>' WHERE origin ='<old_bad_origin>' OR nim_origin = '<old_bad_origin>'
But review the article listed above for more details.
Feedback
thumb_up
Yes
thumb_down
No