nagiosxi and nagios network analyzer

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
mlorenzo04
Posts: 2
Joined: Tue Dec 20, 2016 9:50 pm

nagiosxi and nagios network analyzer

Post by mlorenzo04 »

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.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: nagiosxi and nagios network analyzer

Post by bwallace »

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

Post by mlorenzo04 »

How can I uninstall network analyzer then without hurting the files for xi? Please help.
Thanks.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: nagiosxi and nagios network analyzer

Post by bwallace »

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
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked