After deleting Spectrum as a data source from NPC, and trying to add it back, there is an error stating:
Adding Data Source Failed, Data Source is already registered to another Performance Center instance
On a Windows Spectrum Server:
$SPECROOT/mysql/bin
./mysql -uroot -proot
drop database netqos_integ;
On a Linux Spectrum Server:
./mysql--defaults-file=../my-spectrum.cnf -uroot -proot
drop database netqos_integ;
NOTE: If you get the following message to drop the netqos_integ database, follow these steps:
mysql> drop database netqos_integ;
ERROR 1010 (HY000): Error dropping database (can't rmdir '.\netqos_integ', errno: 41)
a) Stop the Spectrum Process Daemon service, which will also stop the Spectrum MySQL Database Server service
b) Manually move any file that remains in the $SPECROOT/mysql/data/netqos_integ/ directory to a temporary folder
c) Start the Spectrum Process Daemon service, which will also start the Spectrum MySQL Database Server service
d) Rerun the "drop database netqos_integ;" to drop the netqos_integ database
This procedure may also be needed in other situations where Events from NPC are no longer displayed as Alarms in NPC.
**Note** if you are running NPC 6.2, it will require a patch on the Spectrum side in order for this integration to work. If you should be running NPC 6.2 with Spectrum please open an issue with Spectrum Support.