Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 failed
Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 failed
Our upgrade failed with message "The script that failed was: 'A-subcomponents
Please email or call:
515.281.4994 or [email protected]
Please email or call:
515.281.4994 or [email protected]
You do not have the required permissions to view the files attached to this post.
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
For some reason it looks like it did not install perl(Test::More) and/or perl(Test::Simple) can you try installing that via yum and running it again. We've seen a couple issues with perl modules from different repos so if you have any non-standard repos besides EPEL that you've added you should disable them before install.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
How do I install perl? is this just a yum install perl command on our NagiosXI?
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
I have installed perl via yum, I am not sure about any non-standard repos, I am not aware of any non-standard repos installed. I reran the ./fullinstall and ended with what appears to be the same error. I will attach the new install.log as well.
You do not have the required permissions to view the files attached to this post.
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
Run the following command:
If the installation succeeds, re-run the upgrade script. Let us know if this fixed your issue.
Code: Select all
yum -y install perl-Test-SimpleBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
Performed the yum install as requested and the install of perl-Test-Simple was successful I then ran the upgrade script and again failed 32 or 33 subtests failed. ./A-subcomponents
Attached the related install log.
Attached the related install log.
You do not have the required permissions to view the files attached to this post.
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
It seems like another package needs to be installed. Try:
Code: Select all
yum -y install perl-Math-Calc-UnitsBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
I installed the perl component and ran the upgrade, still failed. Attached current install log.
You do not have the required permissions to view the files attached to this post.
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
Lets try and install the modules like below. if you get any errors, please post them here.
Code: Select all
yum install -y 'perl(Test::Simple)' 'perl(Class::Accessor)' perl-Params-Validate perl-Config-Tiny perl-Math-Calc-UnitsBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Trying to upgrade our NagiosXI from 2014R1 to 5.2.3 fail
I ran the yum installs per request, still the same error per the attached install log. In terms of the yum installs all were already installed and current with the exception of "perl-Config-Tiny.noarch" which did install. The only error(s) I would see in runnning each perl is the could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel -6&arch=x86_64 error was 14: problem making ssl connection
the process continues with other mirrors and installs.
the process continues with other mirrors and installs.
You do not have the required permissions to view the files attached to this post.