[Users] Trouble in ovirt during install new host.

Hi! I update ovirt from 3.1 to 3.2 and now i have trouble. When I want install new host in ovirt, its install failed. In log i see next: 2013-04-08 11:09:55 DEBUG otopi.context context._executeMethod:127 method exception Traceback (most recent call last): File "/tmp/ovirt-JvvRifwHtC/pythonlib/otopi/context.py", line 117, in _executeMethod method['method']() File "/tmp/ovirt-JvvRifwHtC/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py", line 671, in _validation addresses=addresses, RuntimeError: Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']' 2013-04-08 11:09:55 ERROR otopi.context context._executeMethod:136 Failed to execute stage 'Setup validation': Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']' and 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ***Q:VALUE VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Please specify value for 'VDSM/engineHost': 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Response is VALUE VDSM/engineHost=type:value or ABORT VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:RECEIVE VALUE VDSM/engineHost=str:localhost.localdomain How and where i must specified VDSM/engineHost? Best regards, Kasen.

Hi, Is it all-in-one configuration? If not, you probably have localhost value in ENGINE_FQDN at /etc/ovirt-engine/engine.conf, change it to name visible to vdsm host. Alon ----- Original Message -----
From: "Kasen" <kasenk@gmail.com> To: users@ovirt.org Sent: Monday, April 8, 2013 10:40:27 AM Subject: [Users] Trouble in ovirt during install new host.
Hi!
I update ovirt from 3.1 to 3.2 and now i have trouble. When I want install new host in ovirt, its install failed. In log i see next:
2013-04-08 11:09:55 DEBUG otopi.context context._executeMethod:127 method exception Traceback (most recent call last): File "/tmp/ovirt-JvvRifwHtC/pythonlib/otopi/context.py", line 117, in _executeMethod method['method']() File "/tmp/ovirt-JvvRifwHtC/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py", line 671, in _validation addresses=addresses, RuntimeError: Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']' 2013-04-08 11:09:55 ERROR otopi.context context._executeMethod:136 Failed to execute stage 'Setup validation': Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']'
and
2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ***Q:VALUE VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Please specify value for 'VDSM/engineHost': 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Response is VALUE VDSM/engineHost=type:value or ABORT VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:RECEIVE VALUE VDSM/engineHost=str:localhost.localdomain
How and where i must specified VDSM/engineHost?
Best regards, Kasen. _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Thanks. I add ENGINE_FQDN in /etc/sysconfig/ovirt-engine and host install successfully. 08.04.13, 11:52, Alon Bar-Lev пишет:
Hi,
Is it all-in-one configuration?
If not, you probably have localhost value in ENGINE_FQDN at /etc/ovirt-engine/engine.conf, change it to name visible to vdsm host.
Alon
----- Original Message -----
From: "Kasen" <kasenk@gmail.com> To: users@ovirt.org Sent: Monday, April 8, 2013 10:40:27 AM Subject: [Users] Trouble in ovirt during install new host.
Hi!
I update ovirt from 3.1 to 3.2 and now i have trouble. When I want install new host in ovirt, its install failed. In log i see next:
2013-04-08 11:09:55 DEBUG otopi.context context._executeMethod:127 method exception Traceback (most recent call last): File "/tmp/ovirt-JvvRifwHtC/pythonlib/otopi/context.py", line 117, in _executeMethod method['method']() File "/tmp/ovirt-JvvRifwHtC/otopi-plugins/ovirt-host-deploy/vdsm/bridge.py", line 671, in _validation addresses=addresses, RuntimeError: Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']' 2013-04-08 11:09:55 ERROR otopi.context context._executeMethod:136 Failed to execute stage 'Setup validation': Cannot connect engine host 'localhost.localdomain' at any of the addresses ['127.0.0.1', '127.0.0.1', '127.0.0.1', '::1', '::1', '::1']'
and
2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ***Q:VALUE VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Please specify value for 'VDSM/engineHost': 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:SEND ### Response is VALUE VDSM/engineHost=type:value or ABORT VDSM/engineHost 2013-04-08 11:09:55 DEBUG otopi.plugins.otopi.dialog.machine dialog.__logString:213 DIALOG:RECEIVE VALUE VDSM/engineHost=str:localhost.localdomain
How and where i must specified VDSM/engineHost?
Best regards, Kasen. _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (2)
-
Alon Bar-Lev
-
Kasen