[Users] SSL error when adding host (oVirt 3.1)

Hi all, Installed brand new oVirt 3.1 engine, and 1 x node on hardware here, but am getting this error in the vdsm.log when adding the host: Thread-105::ERROR::2012-07-09 14:48:42,779::SecureXMLRPCServer::73::root::(handle_error) client ('10.10.10.85', 38198) Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 582, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/site-packages/vdsm/SecureXMLRPCServer.py", line 66, in finish_request request.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:504: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned This is at the point where Engine has installed packages on the host then rebooted it. The host is reported as "non-responsive" after it comes up, even though it can be logged into from ssh, vdsmd is running, etc. Installation was performed from F17 using the "from rpm" instructions here: http://www.ovirt.org/wiki/Installing_VDSM_from_rpm _Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>) Any ideas? Regards and best wishes, Justin Clift -- Aeolus Community Manager http://www.aeolusproject.org

On 07/09/2012 10:25 AM, Justin Clift wrote:
Hi all,
Installed brand new oVirt 3.1 engine, and 1 x node on hardware here, but am getting this error in the vdsm.log when adding the host:
Thread-105::ERROR::2012-07-09 14:48:42,779::SecureXMLRPCServer::73::root::(handle_error) client ('10.10.10.85', 38198) Traceback (most recent call last): File "/usr/lib64/python2.7/SocketServer.py", line 582, in process_request_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/site-packages/vdsm/SecureXMLRPCServer.py", line 66, in finish_request request.do_handshake() File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake() SSLError: [Errno 1] _ssl.c:504: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
This is at the point where Engine has installed packages on the host then rebooted it. The host is reported as "non-responsive" after it comes up, even though it can be logged into from ssh, vdsmd is running, etc.
Installation was performed from F17 using the "from rpm" instructions here:
http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
_Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>)
why would you have ssl = false anywhere?
Any ideas?
Regards and best wishes,
Justin Clift
-- Aeolus Community Manager http://www.aeolusproject.org
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On 10/07/2012, at 5:53 AM, Itamar Heim wrote: <snip>
Installation was performed from F17 using the "from rpm" instructions here:
http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
_Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>)
why would you have ssl = false anywhere?
That's what the above steps in the "Installing VDSM from rpm" instructions say to do. My understanding of the pieces in oVirt isn't yet great enough to do stuff _without_ following instructions yet. ;) + Justin -- Aeolus Community Manager http://www.aeolusproject.org

On 07/09/2012 10:59 PM, Justin Clift wrote:
On 10/07/2012, at 5:53 AM, Itamar Heim wrote: <snip>
Installation was performed from F17 using the "from rpm" instructions here:
http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
_Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>)
why would you have ssl = false anywhere?
That's what the above steps in the "Installing VDSM from rpm" instructions say to do. My understanding of the pieces in oVirt isn't yet great enough to do stuff _without_ following instructions yet. ;)
are you installing them both on same host? "this (these) steps are usually not required when installing VDSM on another host than ovirt-engine" if you do want on same host, this is old and should probably be superseded by: http://www.ovirt.org/wiki/Feature/AllInOne (not sure has a wiki on how to use, but basically you just need to install the allinon setup plugin rpm adn run installer

On 10/07/2012, at 6:01 AM, Itamar Heim wrote:
On 07/09/2012 10:59 PM, Justin Clift wrote:
On 10/07/2012, at 5:53 AM, Itamar Heim wrote: <snip>
Installation was performed from F17 using the "from rpm" instructions here:
http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
_Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>)
why would you have ssl = false anywhere?
That's what the above steps in the "Installing VDSM from rpm" instructions say to do. My understanding of the pieces in oVirt isn't yet great enough to do stuff _without_ following instructions yet. ;)
are you installing them both on same host? "this (these) steps are usually not required when installing VDSM on another host than ovirt-engine"
No. 1 x host box, 1 x oVirt Engine box. ;) + Justin -- Aeolus Community Manager http://www.aeolusproject.org

On 07/09/2012 11:32 PM, Justin Clift wrote:
On 10/07/2012, at 6:01 AM, Itamar Heim wrote:
On 07/09/2012 10:59 PM, Justin Clift wrote:
On 10/07/2012, at 5:53 AM, Itamar Heim wrote: <snip>
Installation was performed from F17 using the "from rpm" instructions here:
http://www.ovirt.org/wiki/Installing_VDSM_from_rpm
_Guessing_ the "ssl = false" bit is causing the problem. No idea how to either enable ssl in the host, or turn it off in Engine though. (or anything else that works :>)
why would you have ssl = false anywhere?
That's what the above steps in the "Installing VDSM from rpm" instructions say to do. My understanding of the pieces in oVirt isn't yet great enough to do stuff _without_ following instructions yet. ;)
are you installing them both on same host? "this (these) steps are usually not required when installing VDSM on another host than ovirt-engine"
No. 1 x host box, 1 x oVirt Engine box. ;)
then clen up the host box and just 'add host' from ui
+ Justin
-- Aeolus Community Manager http://www.aeolusproject.org
participants (2)
-
Itamar Heim
-
Justin Clift