Page 1 of 1

Cannot access Web Console after uninstalling unzip

Posted: Wed Sep 27, 2023 3:22 pm
by Art3mis27
unzip was accidentally deleted and it ended up removing a bunch of Nagios related packages. Installed everything back and still cannot access Web console for NagiosXI

Installed all the packages back successfully except for the following:
Cannot find rpm nevra "ansible-2.9.27-1.el8.noarch".
Cannot find rpm nevra "libssh2-1.9.0-5.el8.x86_64".
Cannot find rpm nevra "nagiosxi-deps-el8-5.8.7-1.noarch".
Cannot find rpm nevra "net-snmp-1:5.8-18.el8_3.1.x86_64".
Cannot find rpm nevra "net-snmp-agent-libs-1:5.8-18.el8_3.1.x86_64".
Cannot find rpm nevra "net-snmp-libs-1:5.8-18.el8_3.1.x86_64".
Cannot find rpm nevra "net-snmp-perl-1:5.8-18.el8_3.1.x86_64".
Cannot find rpm nevra "net-snmp-utils-1:5.8-18.el8_3.1.x86_64".

Currently, trying to reinstall: nagiosxi-deps-el8-5.8.7-1.noarch and seeing following errors:

Error:
Problem: package nagiosxi-deps-el8-5.8.3-1.noarch requires ansible, but none of the providers can be installed
- conflicting requests
- nothing provides python(abi) = 3.11 needed by ansible-7.2.0-1.el8.noarch
- nothing provides python3.11dist(ansible-core) >= 2.14.2 needed by ansible-7.2.0-1.el8.noarch
- nothing provides /usr/bin/python3.11 needed by ansible-7.2.0-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Re: Cannot access Web Console after uninstalling unzip

Posted: Wed Oct 18, 2023 10:36 am
by danderson
Thanks for reaching out @Art3mis27,

I was able to somewhat reverse the damage from removing all the XI dependencies by downloading the XI tarball found here, doing a yum install php, and passing the "-f" parameter to the full install script. My hosts and services remained by some mysql specific configurations were not able to be recovered.

I hope this helps.