In order to have PC and EM back in sync, please do the following procedure
- From Admin UI, remove EM data source (if present).
- Remove all NPC related properties from em.general table in mysql:
mysql em -unetqos -pnetqos
DELETE from em.general where Attribute LIKE '%NPC.%';
exit
- Restart EM: service caperfcenter_eventmanager restart
- Manually add the EM data source again.
** Please note that any configured notifications or stored events will be lost, and notifications will need to be recreated.