After upgrade to 10.4.3.1/20.2.10, we get the following EventDisp entry errors.
Attempt to add a default EventDisp entry when one already exists; ignoring entry for event 0x6730629 on line 541 of event disposition file ./CsVendor/SDN/EventDisp
0x6730629 E 0
Attempt to add a default EventDisp entry when one already exists; ignoring entry for event 0x67306fc on line 711 of event disposition file ./CsVendor/SDN/EventDisp
0x67306fc E 0
Release : 20.2
Component : Spectrum Alarm & Event Management
It looks like the enhancement added in 10.4.3.1 (20.2.10) and 21.2.1 to support monitoring of Nuage network introduced this issue.
If you search for 0x6730629 and 0x67306fc entries in the $SPECROOT/SS/CsVendor/SDN/EventDisp file, you will find duplicated entries:
Line 1017: "regexp ( {v 208} , {S \"V6\"} )" , "0x6730629 -:-", \
Line 1063: 0x6730629 R CA.EventCondition, \
Line 1275: 0x6730629 E 0
Line 1016: "regexp ( {v 208} , {S \"V5\"} )" , "0x67306fc -:-", \
Line 1020: 0x67306fc R CA.EventCondition, \
Line 1445: 0x67306fc E 0
Please follow these steps to remove the duplicated event codes from the EventDisp files:
1. Edit the $SPECROOT/SS/CsVendor/SDN/EventDisp file on the SpectroSERVER machine.
2. Locate line 1445 (0x67306fc E 0 ) and remove it.
3. Locate line 1274 (0x6730629 E 0) and remove it.
4. Save the changes.
5. In OneClick Console, locate the VNM model.
6. In the Information TAB of the VNM model, expand the SpectroSERVER Control subview and click on the "Update Event Configuration" button.
This issue will be addressed in the upcoming Spectrum release.