Dell Compellent Series 40 Installation Manual Page 59

  • Download
  • Add to my manuals
  • Print
  • Page
    / 116
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 58
51
Cleaning Up Data Collector Databases
Cleaning Up Data Collector Databases
To clean up a Data Collector database:
1 Do one of the following:
MySQL (all versions)
Enter the following SQL commands as an Admin user:
mysql> Drop Database compmsadb;
mysql> DELETE FROM mysql.user WHERE User = 'compmsauser';
mysql> FLUSH PRIVILEGES;
MS SQL (all versions)
Enter the following SQL commands as an Admin user:
Drop Database compmsadb;
EXEC SP_DropLogin 'compmsauser';
2 Reinstall the Enterprise Manager Data Collector.
Note For a Flat File system, reinstall the Enterprise Manager Data Collector. The flat file
is automatically cleaned up.
Page view 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 115 116

Comments to this Manuals

No comments