I'm trying to install my Nagios XI using the offline installer and following the instructions found at https://repo.nagios.com/?repo=offline but i'm getting an error. It's a clean install (well, not any longer) of RedHat 7.4.
This is an extract of the output of the ./fullinstall command:
Code: Select all
MySQL not yet installed - that's okay.
Fixing php-mcrypt bug...
Running './2-usersgroups'...
Adding users and groups...
useradd: user 'nagios' already exists
usermod: no changes
groupadd: group 'nagios' already exists
groupadd: group 'nagcmd' already exists
Users and groups added OK
RESULT=0
Running './3-dbservers'...
MySQL installed OK - continuing...
Starting MySQL...
Redirecting to /bin/systemctl restart mariadb.service
Initializing MySQL...
Saved password 'nagiosxi' worked...
MySQL initialized OK
Failed to execute operation: No such file or directory
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './3-dbservers'If I run again the ./fullinstall command it examines a lot of packages (it doesnt update anyhting) and ends saying: "Nothing to do"
Any help is greatly appreciated.
Thanks in advance.
Bruno