Not sure how this happened as I'm still doing a postmortem, but apparently I'm missing xi-sys.cfg, which is breaking A LOT of functionality.
Code: Select all
[root@cdsw-nagiosxi01 scripts]# find / -iname xi-sys.cfg -print
/usr/local/nagiosxi/tmp/nagiosxi/nagiosxi/basedir/var/xi-sys.cfg
/usr/local/nagiosxi/tmp/nagiosxi/xi-sys.cfg
Code: Select all
[root@cdsw-nagiosxi01 ~]# uname -a
Linux cdsw-nagiosxi01 2.6.32-504.8.1.el6.x86_64 #1 SMP Wed Jan 28 21:11:36 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Attempting a Configuration Update displays the following:
Code: Select all
tail -f /usr/local/nagiosxi/var/cmdsubsys.log
...
Another reconfigure process is still running, sleeping...
Another reconfigure process is still running, sleeping...
Another reconfigure process is still running, sleeping...
/usr/local/nagiosxi/scripts/reset_config_perms.sh: line 6: /usr/local/nagiosxi/scripts/../var/xi-sys.cfg: No such file or directory
RESETTING CONFIG PERMS FAILED!\n
OUTPUT=RESETTING CONFIG PERMS FAILED!\n
RETURNCODE=4
Code: Select all
[root@cdsw-nagiosxi01 scripts]# ./backup_xi.sh
./backup_xi.sh: line 9: /usr/local/nagiosxi/scripts/../var/xi-sys.cfg: No such file or directoryThere are no other administrators for this VM. I'm unsure of what would've caused xi-sys.cfg to be removed. Are there any circumstances in which a failed update would cause it to be removed?
Thanks in advance.
Jack