Incorrect device information, duplicated names, or "replaced" models appear in Spectrum Report Manager (SRM) availability or Global Collection reports. This happens when the SpectroSERVER reuses model handles (model_h) after a database restoration, creating collisions with historical data stored in the MySQL reporting database.
reporting.model table show a single model_h tied to multiple model_key records with different names.Restoring an older SpectroSERVER database (SSdb) rolls back the internal model handle counter. When Spectrum discovers new devices after the restore, it assigns them handles it believes are free. However, the SRM database still contains recent history for those handles, causing SRM to merge different devices under the same handle.
Initialize the SRM database to clear corrupted history and resync with the SpectroSERVER.
$SPECROOT/bin/../RpmgrInitializeLandscape.sh root -initHist 45 -all (Replace 'root' with the MySQL user; provide the password when prompted).Note: If disk space is insufficient for optimization, truncate the event table in MySQL before running the script.
Additional Information