Update Nagios XI 2001R3.2

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cgrediaga
Posts: 14
Joined: Wed Jul 11, 2012 1:40 am

Update Nagios XI 2001R3.2

Post by cgrediaga »

Hello, I'm trying to update the version to the latest version NagiosXi 2011r3.2, yesterday updated to version 2011r3.1 2011r2.1 smoothly and now trying to update to version 2011r3.2 in the upgrade gives me the following errors :
Traceback (most recent call last):
File "./install", line 19, in <module>
filename , urlobject = urllib.urlretrieve( url )
File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
File "/usr/lib/python2.6/urllib.py", line 237, in retrieve
fp = self.open(url, data)
File "/usr/lib/python2.6/urllib.py", line 205, in open
return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py", line 344, in open_http
h.endheaders()
File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
self._send_output()
File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
self.send(msg)
File "/usr/lib/python2.6/httplib.py", line 735, in send
self.connect()
File "/usr/lib/python2.6/httplib.py", line 716, in connect
self.timeout)
File "/usr/lib/python2.6/socket.py", line 500, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno -2] Name or service not known
[root@csplpa04 nagiosxi]# ls -ltr
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Update Nagios XI 2001R3.2

Post by scottwilkerson »

This is a known issue. The fix is outlined in this post
http://support.nagios.com/forum/viewtop ... 987#p29004
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
cgrediaga
Posts: 14
Joined: Wed Jul 11, 2012 1:40 am

Re: Update Nagios XI 2001R3.2

Post by cgrediaga »

Thanks, all ok
Locked