Page 2 of 2

Re: Uninstalling NagioXI after the XI folder has been blown

Posted: Wed Sep 09, 2015 2:51 pm
by JakeHatMacys
lmiltchev wrote:Can you log in mysql as root? Run the following command and show the output:

Code: Select all

echo 'show databases;' | mysql -t -u root -pnagiosxi nagios
Is there any chance that you start "clean" (run the installer on a new, clean system, minimal install)? It may take less time to do this vs troubleshooting each step along the way. The idea is to have a clean install of XI, where you can restore from a backup, correct?
echo 'show databases;' | mysql -t -u root -pnagiosxi nagios
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| nagios |
| performance_schema |
| test |
+--------------------+


This is our only test box, I could probably contact the unix team about flashing the VM and doing a clean install + restore. I was just hoping to avoid that. I can probably get that done though, may take some time depending on their work load and they may want a change ticket :/

Re: Uninstalling NagioXI after the XI folder has been blown

Posted: Wed Sep 09, 2015 4:07 pm
by tgriep
Do you want to continue with debugging this or are you going to create a new VM and start over?