All Data Sources in Performance Management show Synchronization Failure.
All Data Sources show a successful connectivity result via the Test option on the Manage Data Sources page.
Errors referring to database tables being marked as crashed show up in the Device Manager service DMService.log file. This log is found in (default path) /opt/CA/PerformanceCenter/DM/logs directory.
An example error is:
Caused by: java.sql.SQLException: Table './netqosportal/ds_item_members' is marked as crashed and should be repaired
The error states that the dst_interface table in the netqosportal database is the problem table.
The error may be seen for other databases and tables. It may be seen for a single database and table. It may be seen for multiple database and table combinations.
All supported Performance Management releases
The most common cause is an unexpected reboot of the Performance Center host server.
Rebooting a server with a running database with open connections can cause this scenario.
When those open connections are in the middle of work, for example writing information to the database, and get closed unexpectedly they are unable to complete the work.
This results in broken tables.
The following steps are best used when a single database table is broken.
If more than one table is broken, it may be easier to use the following command to fix any broken tables found at once. Enter the password when prompted.
./mysql -uroot -p --repair --all-databases
To repair a single broken table follow these steps.