Hi Experts,
I did a source install of nagiosxi and it went well. Then I installed network analyzer on the same machine. The xi stops working. Can these two products be on the same server with the same IP but different port/name eg. IP/nagiosxi and IP/nagiosna?
Thanks.
nagiosxi and nagios network analyzer
Re: nagiosxi and nagios network analyzer
No, the two must be on dedicated servers, they cannot co-exist on the same server. It is expected that one will wreck things with the other when both reside on the same machine.
Be sure to check out the Knowledgebase for helpful articles and solutions!
-
mlorenzo04
- Posts: 2
- Joined: Tue Dec 20, 2016 9:50 pm
Re: nagiosxi and nagios network analyzer
How can I uninstall network analyzer then without hurting the files for xi? Please help.
Thanks.
Thanks.
Re: nagiosxi and nagios network analyzer
Hopefully XI is not damaged. Had it been in prod long? The following steps should completely remove NA:
1) delete the nagiosna directory and all of it's sub directories
.../usr/local/nagiosna
2) delete nagiosna from init.d
.../etc/rc.d/init.d/nagiosna
3) in /tmp delete all 'nagiosna' items
Then to check if anything else remains, run:
find -name nagiosna
./etc/cron.d/nagiosna
./etc/rc.d/init.d/nagiosna
./etc/sudoers.d/nagiosna
./var/lib/mysql/nagiosna
./var/www/html/nagiosna
./usr/local/nagiosna
./usr/local/nagiosna/bin/nagiosna
./store/backups/nagiosna
1) delete the nagiosna directory and all of it's sub directories
.../usr/local/nagiosna
2) delete nagiosna from init.d
.../etc/rc.d/init.d/nagiosna
3) in /tmp delete all 'nagiosna' items
Then to check if anything else remains, run:
find -name nagiosna
./etc/cron.d/nagiosna
./etc/rc.d/init.d/nagiosna
./etc/sudoers.d/nagiosna
./var/lib/mysql/nagiosna
./var/www/html/nagiosna
./usr/local/nagiosna
./usr/local/nagiosna/bin/nagiosna
./store/backups/nagiosna
Be sure to check out the Knowledgebase for helpful articles and solutions!