Page 1 of 1

How to run repair to off loaded database

Posted: Mon Jan 06, 2014 12:08 pm
by matt.lilek
Running /usr/local/nagiosxi/scripts/repairmysql.sh nagios only works on the local database. So how do i run it on the off loaded one?

Re: How to run repair to off loaded database

Posted: Mon Jan 06, 2014 12:13 pm
by tmcdonald
You should be able to just copy over the script and run it on the DB server. You cannot run myisamchk (the utility the script uses) remotely since it operates directly on files and bypasses the SQL daemon.