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
Update Nagios XI 2001R3.2
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Update Nagios XI 2001R3.2
This is a known issue. The fix is outlined in this post
http://support.nagios.com/forum/viewtop ... 987#p29004
http://support.nagios.com/forum/viewtop ... 987#p29004
Re: Update Nagios XI 2001R3.2
Thanks, all ok