Administrator Guide

Uninstalling the Data Collector
On the server that hosts the Data Collector, use the Windows Programs and Features control panel item to uninstall the Storage
Manager Data Collector application.
Deleting Old Data Collector Databases
Delete the old Data Collector database if you have migrated the database to a different database server or if you have removed the Data
Collector from your environment.
Clean up a MySQL Database
Remove Storage Manager data from the MySQL database and reinstall the Data Collector.
Steps
1. Enter the following SQL commands as an Admin user:
Drop Database compmsadb;
DELETE FROM mysql.user WHERE User = 'compmsauser';
DELETE FROM mysql.db WHERE user = 'compmsauser';
FLUSH PRIVILEGES;
2. Reinstall the Storage Manager Data Collector.
Clean up a Microsoft SQL Database
Remove Storage Manager data from the database and reinstall the Data Collector.
Steps
1. Enter the following SQL commands as an Admin user:
Drop Database compmsadb;
EXEC SP_DropLogin 'compmsauser';
2. Reinstall the Storage Manager Data Collector.
Data Collector Management
617