Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Homer is an Open Source SIP Capture server that is integrated within sipxecs.  This powerful application is a primary tool for troubleshooting issues related to sipxecs and its agents and packages.

 

  • Homer is not working and I have found errors in the log files stating it crashed or needs to be repaired
    How do I repair errors in the Homer mysql database

Login to the system as root.  From root run "mysqlcheck --all-databases -uroot -p"  This will return the name of the tables that are damaged in the database.   From the command prompt run "mysql -u root".  At the sql prompt run "REPAIR TABLE tablename;"

...