What to do when you see the "REPORT MANAGER CONTAINS STALE BUCKETS" alarm in Spectrum OneClick.
Release : Any
Component : SPCRPT - Spectrum Report Manager
NOTE: In the following MySql commands, replace <PASSWD> with the root password for your DX NetOps Spectrum version.
Run the $SPECROOT/bin/RpmgrInitializeLandscape.sh (Linux) or RpmgrInitializeLandscape.bat (Windows) script using the -remStaleBuckets parameter to remove the stale bucket files.
1. Log into the Spectrum Report Manager (SRM) system as the user that owns the Spectrum installation
2. Stop Spectrum Tomcat
3. If running on Windows, start a bash shell by running "bash -login"
4. cd to the $SPECROOT/bin directory and run the following command to remove the stale bucket files:
./RpmgrInitializeLandscape.sh root <PASSWD> -remStaleBuckets -all
5. Start Spectrum Tomcat
Please reference the "Set Report Manager Preferences" section of the documentation for more information.