Install Error Nagios XI
Posted: Fri Aug 23, 2019 1:35 pm
Experiencing an install error which looks like its related to mariadb. OS is CentOS 7.6.1810.
Install log is attached. Please assist.
Install log is attached. Please assist.
Support for Nagios products and services
https://support.nagios.com/forum/
https://assets.nagios.com/downloads/nag ... -Linux.pdfImportant: Nagios Enterprises highly recommends and will only support installing Nagios XI on a newly installed, "clean" system (a bare minimal install with nothing else installed or configured).
Attempting to install Nagios XI on a pre-existing system with other applications already installed can cause the Nagios XI installation process to fail, critical system components and settings (e.g. database servers) to be modified in a way that negatively affects other applications, and previously installed applications to be automatically upgraded or removed. While installing XI on a system with other applications is possible, it is not recommended due to the possible interactions and complexity of multiple components that are required for Nagios XI to function. If you choose to ignore these warnings, you do so at your own risk.
Other Nagios products (Network Analyzer, Log Server and Fusion) should not co-exist on the same server.
Code: Select all
yum clean all
yum list installed | grep -i 'mariadb\|mysql'
ls -la /var/lib/mysql
yum repolist -vHowever, this is NOT a "minimal" clean install of CentOS... You have some custom repos, including local-mariadb. The version of mariadb that you have in this repo could be (most probably is) newer than the one that we are installing, so the install would fail. Try removing the "local-mariadb" repo (and/or other custom repos if needed), run:MariaDB was not installed prior to running the install script. I verified by reverting to the base snapshot and checking for it. It is only installed once the fullinstall.sh script is run.
Code: Select all
yum clean all
yum update -yThat worked. Thank you!scottwilkerson wrote:I'm not sure what this "ius" repository is, but it contains unexpected packages and is trying to install non-default packages.
Can you disable that repository and try again?
Excellent! I'll go ahead and close this post, but feel free to open another if you have an new questions.That worked. Thank you!