Page 2 of 2

Re: update address and port

Posted: Wed Mar 16, 2016 6:53 pm
by JohnFLi
it times out. I think my network people are just being a bunch of bleeps.
I downloaded the file manually, and copied it to the nagios server. Anyway to update it manually?

Re: update address and port

Posted: Thu Mar 17, 2016 9:49 am
by bwallace

Re: update address and port

Posted: Thu Mar 17, 2016 12:05 pm
by JohnFLi
that was a fail as it still wanted to go out and get stuff

Re: update address and port

Posted: Thu Mar 17, 2016 12:17 pm
by bwallace
Ah, perhaps its time to run a tcpdump on the XI machine while running ./upgrade.
This will show us what requests the FW is dropping, and you can show that to your FW team.

SSH into your Nagios XI machine and start a tcpdump using this cmd:

Code: Select all

tcpdump -s 0 -i any -w Test.pcap
*If you get the error: "-bash: tcpdump: command not found" then install it with this cmd

Code: Select all

yum install tcpdump
+ once tcpdump is running reproduce the issue (run './upgrade')
+ stop the tcpdump = Ctl+c

take the .pcap file, load it into Wireshark and have a look or feel free to PM it to me and I'd be happy to take a look.

Re: update address and port

Posted: Fri Mar 18, 2016 10:31 am
by JohnFLi
go ahead and close the ticket.

I moved the server to a different vLan, updated, and moved it back.