Re: [Users] (no subject)

2014-04-03 Thread Roy Golan

On Wed 02 Apr 2014 04:48:12 PM IDT, Stefan Wendler wrote:

On Wednesday 02 April 2014 16:16:34 Roy Golan wrote:


an upgrade to 3.3 should have run an upgrade script [1] and update all
vms with 6 to 0 (the new internal id of other)

can you run this sql [2] to see if it did ran?

[1]  03_03_0660_alter_os_type_unassigned_to_other.sql
[2] psql engine engine -c select * from schema_version where script
ilike '%unassigned%';


The query [2] returns 0 rows



this upgrade is from 3.3.4 to 3.4 i think. did you ever upgraded from 
3.2 to 3.3? if yes then we need that upgrade log.


more directions - did you anytime override the osinfo files or added 
some custom ones? please paste the content of
/etc/ovirt-engine/osinfo.conf.d and 
/usr/share/ovirt-engine/conf/osinfo-defaults.properties


if non of this has relevant results than its totally safe to run the 
script above mentioned [1]



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-04-03 Thread Eli Mesika


- Original Message -
 From: Roy Golan rgo...@redhat.com
 To: Stefan Wendler stefan.wend...@tngtech.com
 Cc: users@ovirt.org
 Sent: Thursday, April 3, 2014 1:05:36 PM
 Subject: Re: [Users] (no subject)
 
 On Wed 02 Apr 2014 04:48:12 PM IDT, Stefan Wendler wrote:
  On Wednesday 02 April 2014 16:16:34 Roy Golan wrote:
 
  an upgrade to 3.3 should have run an upgrade script [1] and update all
  vms with 6 to 0 (the new internal id of other)
 
  can you run this sql [2] to see if it did ran?
 
  [1]  03_03_0660_alter_os_type_unassigned_to_other.sql
  [2] psql engine engine -c select * from schema_version where script
  ilike '%unassigned%';
 
  The query [2] returns 0 rows

IMO we need to investigate why this script was not running , any chance to get 
the DB backup before this upgrade for analysis ?

 
 
 this upgrade is from 3.3.4 to 3.4 i think. did you ever upgraded from
 3.2 to 3.3? if yes then we need that upgrade log.

If this is the case, upgrade is supported first from 3.2 to 3.3 and just after 
this is completed to 3.4 AFAIK

 
 more directions - did you anytime override the osinfo files or added
 some custom ones? please paste the content of
 /etc/ovirt-engine/osinfo.conf.d and
 /usr/share/ovirt-engine/conf/osinfo-defaults.properties
 
 if non of this has relevant results than its totally safe to run the
 script above mentioned [1]

This may solve the specific issue but we should understand why this script was 
not run at the first place in order to fix any potential problem.

 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-02-24 Thread Shahar Havivi
On 20.02.14 16:06, Koen Vanoppen wrote:
 Thanx, for the answer. But he successfully created a ticket and received a
 number, but when he then starts the client again, as asked ( Connect to
 the client again (again, r-v will ask for the password in a pop-up
 window): ) He has to give a password. Maybe important. The username field
 is empty and can't be modified.
How did you set the ticket?
it should be something like that (JavaScript code, the ticket is the Password
field)

spice.HostIP = '192.168.1.1';
spice.Port = '1212';
spice.Password = 'MyTicketPassword'
spice.Connect();

 
 
 Kind regards,
 
 Koen
 
 
 2014-02-20 16:03 GMT+01:00 Yedidyah Bar David d...@redhat.com:
 
  *From: *Koen Vanoppen vanoppen.k...@gmail.com
  *To: *users@ovirt.org
  *Sent: *Thursday, February 20, 2014 4:56:10 PM
  *Subject: *[Users] (no subject)
 
  Hey Guys,
 
  I'm back ;-). This time I have a question from one of our programmers.
  He's trying this:
 
  http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal#Connecting_Using_REST_API
 
  But he bumps into this:
 
  Connect to the client again (again, r-v will ask for the password in a
  pop-up window):
 
   bash$ *remote-viewer --spice-ca-file ${CA_FILE} --spice-host-subject 
  ${SUBJECT} spice://${HOST}/?port=${PORT}\tls-port=${SPORT}*
 
  Now, the question is What's the password? Or where can I find it?
 
 
  I think you need to set it with setVmTicket - see that page for an example.
  --
  Didi
 
 

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-02-20 Thread Yedidyah Bar David
 From: Koen Vanoppen vanoppen.k...@gmail.com
 To: users@ovirt.org
 Sent: Thursday, February 20, 2014 4:56:10 PM
 Subject: [Users] (no subject)

 Hey Guys,

 I'm back ;-). This time I have a question from one of our programmers.
 He's trying this:
 http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal#Connecting_Using_REST_API

 But he bumps into this:

 Connect to the client again (again, r-v will ask for the password in a pop-up
 window):
 bash$ remote-viewer --spice-ca-file ${CA_FILE} --spice-host-subject
 ${SUBJECT} spice://${HOST}/?port=${PORT}\tls-port=${SPORT}
 Now, the question is What's the password? Or where can I find it?

I think you need to set it with setVmTicket - see that page for an example. 
-- 
Didi 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-02-20 Thread Koen Vanoppen
Thanx, for the answer. But he successfully created a ticket and received a
number, but when he then starts the client again, as asked ( Connect to
the client again (again, r-v will ask for the password in a pop-up
window): ) He has to give a password. Maybe important. The username field
is empty and can't be modified.


Kind regards,

Koen


2014-02-20 16:03 GMT+01:00 Yedidyah Bar David d...@redhat.com:

 *From: *Koen Vanoppen vanoppen.k...@gmail.com
 *To: *users@ovirt.org
 *Sent: *Thursday, February 20, 2014 4:56:10 PM
 *Subject: *[Users] (no subject)

 Hey Guys,

 I'm back ;-). This time I have a question from one of our programmers.
 He's trying this:

 http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal#Connecting_Using_REST_API

 But he bumps into this:

 Connect to the client again (again, r-v will ask for the password in a
 pop-up window):

  bash$ *remote-viewer --spice-ca-file ${CA_FILE} --spice-host-subject 
 ${SUBJECT} spice://${HOST}/?port=${PORT}\tls-port=${SPORT}*

 Now, the question is What's the password? Or where can I find it?


 I think you need to set it with setVmTicket - see that page for an example.
 --
 Didi


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-02-20 Thread Juan Hernandez
On 02/20/2014 04:06 PM, Koen Vanoppen wrote:
 Thanx, for the answer. But he successfully created a ticket and received
 a number, but when he then starts the client again, as asked ( Connect
 to the client again (again, r-v will ask for the password in a pop-up
 window): ) He has to give a password. Maybe important. The username
 field is empty and can't be modified.
 
 
 Kind regards,
 
 Koen
 

Find attached a complete example of how to do this with the python SDK.
This generates a remote-viewer configuration file like the GUI does.

Note that you will need the latest version of the SKD, 3.4.0.4, as
otherwise the all_content parameter required to get the subject of the
certificate of the host isn't available.

 
 2014-02-20 16:03 GMT+01:00 Yedidyah Bar David d...@redhat.com
 mailto:d...@redhat.com:
 
 *From: *Koen Vanoppen vanoppen.k...@gmail.com
 mailto:vanoppen.k...@gmail.com
 *To: *users@ovirt.org mailto:users@ovirt.org
 *Sent: *Thursday, February 20, 2014 4:56:10 PM
 *Subject: *[Users] (no subject)
 
 Hey Guys,
 
 I'm back ;-). This time I have a question from one of our
 programmers.
 He's trying this:
 
 http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal#Connecting_Using_REST_API
 
 But he bumps into this:
 
 Connect to the client again (again, r-v will ask for the
 password in a pop-up window):
 
  bash$ *remote-viewer --spice-ca-file ${CA_FILE} --spice-host-subject 
 ${SUBJECT} spice://${HOST}/?port=${PORT}\tls-port=${SPORT}*
 
 Now, the question is What's the password? Or where can I find it?
 
 
 I think you need to set it with setVmTicket - see that page for an
 example.
 -- 
 Didi
 
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 


-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
#!/usr/bin/python

import os
import ovirtsdk.api
import ovirtsdk.xml
import subprocess
import tempfile
import urllib


# The parameters to connect to the engine:
engine_host = rhel.example.com
engine_port = 443
engine_user = admin@internal
engine_password = redhat123

# The name of the vm:
vm_name = myvm

# A template to generate the viewer configuration file:
config_template = \
[virt-viewer]
type={type}
host={host}
port={port}
password={password}
tls-port={tls_port}
fullscreen=0
title={title}
enable-smartcard=0
enable-usb-autoshare=1
delete-this-file=1
usb-filter=-1,-1,-1,-1,0
tls-ciphers=DEFAULT
host-subject={tls_subject}
ca={ca}
toggle-fullscreen=shift+f11
release-cursor=shift+f12
secure-channels=main;inputs;cursor;playback;record;display;usbredir;smartcard


# Connect to the API:
api_url = https://{host}:{port}/api.format(
host=engine_host,
port=engine_port
)
api = ovirtsdk.api.API(
  url=api_url,
  username=engine_user,
  password=engine_password,
  insecure=True,
  debug=True
)

# Download the CA certificate, as we need to pass this to the viewer so that it
# will trust the SSL certificate of the host:
ca_url = https://{host}:{port}/ca.crt.format(
host=engine_host,
port=engine_port
)
ca_path, _ = urllib.urlretrieve(ca_url)
with open(ca_path, r) as ca_file:
ca_content = ca_file.read()
ca_content = ca_content.replace(\n, \\n)

# Find the VM and get the display details:
vm = api.vms.get(name=vm_name, all_content=True)
display = vm.get_display()

# Request a ticket for the display of the VM:
ticket_result = vm.ticket()
ticket = ticket_result.get_ticket()

# Create the viewer configuration:
config_content = config_template.format(
type=display.get_type(),
host=display.get_address(),
port=display.get_port(),
password=ticket.get_value(),
tls_port=display.get_secure_port(),
title=vm_name,
tls_subject=display.get_certificate().get_subject(),
ca=ca_content
)
config_fd, config_path = tempfile.mkstemp()
with os.fdopen(config_fd, w) as config_file:
config_file.write(config_content)

# Run the viewer:
subprocess.call([remote-viewer, config_path])
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2014-02-20 Thread Koen Vanoppen
Ok. Thanx. I'll forward this!! Big thanks!!
On Feb 20, 2014 5:42 PM, Juan Hernandez jhern...@redhat.com wrote:

 On 02/20/2014 04:06 PM, Koen Vanoppen wrote:
  Thanx, for the answer. But he successfully created a ticket and received
  a number, but when he then starts the client again, as asked ( Connect
  to the client again (again, r-v will ask for the password in a pop-up
  window): ) He has to give a password. Maybe important. The username
  field is empty and can't be modified.
 
 
  Kind regards,
 
  Koen
 

 Find attached a complete example of how to do this with the python SDK.
 This generates a remote-viewer configuration file like the GUI does.

 Note that you will need the latest version of the SKD, 3.4.0.4, as
 otherwise the all_content parameter required to get the subject of the
 certificate of the host isn't available.

 
  2014-02-20 16:03 GMT+01:00 Yedidyah Bar David d...@redhat.com
  mailto:d...@redhat.com:
 
  *From: *Koen Vanoppen vanoppen.k...@gmail.com
  mailto:vanoppen.k...@gmail.com
  *To: *users@ovirt.org mailto:users@ovirt.org
  *Sent: *Thursday, February 20, 2014 4:56:10 PM
  *Subject: *[Users] (no subject)
 
  Hey Guys,
 
  I'm back ;-). This time I have a question from one of our
  programmers.
  He's trying this:
 
 http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal#Connecting_Using_REST_API
 
  But he bumps into this:
 
  Connect to the client again (again, r-v will ask for the
  password in a pop-up window):
 
   bash$ *remote-viewer --spice-ca-file ${CA_FILE}
 --spice-host-subject ${SUBJECT}
 spice://${HOST}/?port=${PORT}\tls-port=${SPORT}*
 
  Now, the question is What's the password? Or where can I
 find it?
 
 
  I think you need to set it with setVmTicket - see that page for an
  example.
  --
  Didi
 
 
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 


 --
 Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
 3ºD, 28016 Madrid, Spain
 Inscrita en el Reg. Mercantil de Madrid - C.I.F. B82657941 - Red Hat S.L.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2013-02-21 Thread Dave Neary

Hi Charlie,

On 02/21/2013 07:13 PM, Charlie wrote:

Wow.  That's an incredibly tight focus!

I've always recommended targeting all human beings (including blind,
color-blind, and physically handicapped people) mostly because I think
those damn Martians and Jovians are a bunch of whiners.  They should
stop complaining about being excluded and just learn to live at one
Earth gravity like normal right-thinking people.  Working towards a
maximally useful product wastes resources, and the aliens will never
buy Earth goods anyway.


Thanks for the feedback - as the guy who gave the presentation,perhaps I 
can explain.


Projects have users, and those users have things they need/want to do.

If you can think of the people and the problems they have, you can 
figure out what their needs are, and whether you meet them.


Let me give you an example. Let's say I am bringing a new lollipop to 
the market. I *could* say to myself anyone could buy this - some people 
do not like sweet things, so it should not be too sweet, but other 
people like spicy things, so it should be a bit spicy, etc.


I could, instead, say who has the problem which is solved by a 
lollipop? I might decide one of the problems is I want a lollipop 
stick, and then I'm thinking of people who might want lollipop sticks, 
and why, and whether I want to meet their needs. I would probably decide 
children like sweet things. I need to consider the needs of a child who 
wants a lollipop.


Children are small, so the lollipops should not be high up. They like 
sweet things. Based on interviews with kids, I ascertain that the 
favourite flavours of 7 and 8 year old kids are banana, chili and 
strawberry. So I decide to make lollipops basedon these three flavours.


When I try to figure out how the kids will get the lollys, I realise 
that they don't buy lollipops, their parents do. So I make sure the 
lollipops are at eye level for an 8yo (not high on a shelf), in a place 
where the parents have no choice but to stand and wait (beside the cash 
register) and are priced at a level that a parent will add one to the 
shopping just to shut the kid up.


Lollipops do not have one target audience. Perhaps I'm also targeting 
college kids studying for exams who want a coffee flavoured lolly. I 
make sure that university campuses get lots of these at the right time 
of the year, and that they are also available in the 24h service 
stations near the universities.


By making a range of personas, I cover the entirity of my target 
audience. oVirt has lots of target user types:
* Sysadmins who will install and maintain virt infrastructure for medium 
sized companies
* Sysadmins who will install and maintain virt infrastructure for large 
companies
* Consultants in a service company who want to install and support virt 
for their clients (perhaps as a remote admin tool?)

* University CIO who wants to have a nice VDI solution for his students
* Developers/testers/??? working in a medium size enterprise, who want 
to spin up and down VMs at will, create them from templates and images, 
live snapshot to save state, etc
* ISP clients, who have access to the VMs their ISP created for them, 
and who just need to be able to shut down and restart, and also monitor 
resource usage.
* Developers who want to integrate their stuff into market virt 
solutions, to grow the market for their stuff

* Developers of core code

Some of these, we can take care of my addressing another group. For 
example, maybe the medium sized company's needs are taken care of by the 
same features as the big company, and maybe not. But we can identify 3 
or 4 personas for oVirt which cover most of them - and the UI plug-in 
author is one of them.


Thanks for your feedback!
A pesky Martian.

--
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2012-10-23 Thread Haim Ateya


- Original Message -
 From: Neil nwilson...@gmail.com
 To: Haim Ateya hat...@redhat.com
 Cc: users@ovirt.org
 Sent: Monday, October 22, 2012 4:33:11 PM
 Subject: Re: [Users] (no subject)
 
 Hi Haim,
 
 On Mon, Oct 22, 2012 at 3:46 PM, Haim Ateya hat...@redhat.com
 wrote:
  please attach installation logs from node under
  /tmp/{vdsm-bootstrap*).
 
 I've checked all of the other logs and they are all the same, so I've
 only included the latest one...
 
 [root@node03 tmp]# cat vds_installer.100915.log
 Mon, 22 Oct 2012 12:12:04 DEBUG Start VDS Installation 
 Mon, 22 Oct 2012 12:12:04 DEBUGget_id_line: read line CentOS
 release 6.3 (Final).
 Mon, 22 Oct 2012 12:12:04 DEBUGlsb_release: input line CentOS
 release 6.3 (Final).
 Mon, 22 Oct 2012 12:12:04 DEBUGlsb_release: return: CentOS.
 Mon, 22 Oct 2012 12:12:04 DEBUGBSTRAP component='INSTALLER'
 status='OK' message='Test platform succeeded'/
 Mon, 22 Oct 2012 12:12:04 DEBUGBSTRAP component='INSTALLER LIB'
 status='OK' message='Install library already exists'/
 Mon, 22 Oct 2012 12:12:04 DEBUGtrying to fetch vds_bootstrap.py
 script cmd = '/usr/bin/curl -s -k -w %{http_code} -o
 /tmp/vds_bootstrap_06a0a4ee-8935-4743-8c25-acc13971047b.py
 http://backup.blabla.com/vds_bootstrap.py'
 Mon, 22 Oct 2012 12:12:04 DEBUGBSTRAP component='INSTALLER'
 status='FAIL' message='vds_bootstrap.py download failed. Pathname
 could not be resolved (verify computer/domain name).'/
 [root@node03 tmp]#
 
  also run the following command from your engine machine:
 
  psql -U postgres engine -c 'select * from vds_static;'
 
 Output is attached as output.txt, shows all three hosts along with
 the
 correct ip's, node03 has no power management as of yet.
 
  please make sure 'node02.blabla.com' is accessible from host side
  (first try ping), later try with http request (simply issue wget
  http://node02.blabla.com:80/Components/vds/vds_bootstrap.py)
 
 Both tests worked fine... node02 is one of my hosts, it used to be my
 old engine but was changed, backup.blabla.com is my new working
 engine.
so, the problem is that in your engine, VdcBootstrapUrl points to your old 
engine address (node02.blabla.com:80) instead of your new one 
(backup.blabla.com), this confuses the host as it tries to download
the script from the old engine, and fails since they are not there.
don't really know how you got to this state, but in order to resolve it, please 
apply the following query:

psql -U postgres engine -c update vdc_options set option_value = 
'backup.blabla.com:80/Components/vds/' where option_name = 'VdcBootStrapUrl'


 
 [root@node03 ~]# wget
 http://backup.blabla.com:80/Components/vds/vds_bootstrap.py
 Connecting to backup.blabla.com|10.0.2.31|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Saving to: âvds_bootstrap.pyâ
 2012-10-22 16:08:52 (72.6 MB/s) - âvds_bootstrap.pyâ
 
 .
 Please shout if you need any further info.
 
 Thank you!
 
 Neil Wilson.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] (no subject)

2012-10-22 Thread Haim Ateya
please attach installation logs from node under /tmp/{vdsm-bootstrap*).
also run the following command from your engine machine: 

psql -U postgres engine -c 'select * from vds_static;'

please make sure 'node02.blabla.com' is accessible from host side (first try 
ping), later try with http request (simply issue wget 
http://node02.blabla.com:80/Components/vds/vds_bootstrap.py).

- Original Message -
 From: Neil nwilson...@gmail.com
 To: users@ovirt.org
 Sent: Friday, October 19, 2012 2:03:35 PM
 Subject: [Users] (no subject)
 
 Hi guys,
 
 Shew! Been a busy oVirt week for me :)
 
 I'm trying to add a 3rd host into my datacentre but each time the
 install is failing. In the front end I'm seeing could not resolve
 host verify computer/domain name. Below is the log file, with the
 domain name changed to blabla for privacy reasons
 
 2012-10-19 13:32:11,275 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) return true
 2012-10-19 13:32:11,275 INFO
  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Executing
 installation stage. (Stage: Running first installation script on
 Host)
 2012-10-19 13:32:11,275 INFO
  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Sending SSH
 Command chmod +x
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
 'ssl=true;management_port=54321' -O 'blabla ' -t 2012-10-19T11:32:10
 -p 80 -b   http://node02.blabla.com:80/Components/vds/
 http://node02.blabla.com:80/Components/vds/ 10.0.2.23
 52c69f58-90f3-4878-9350-55fa23d5ae53 False. (Stage: Running first
 installation script on Host)
 2012-10-19 13:32:11,276 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) Invoking chmod +x
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
 'ssl=true;management_port=54321' -O 'blabla' -t 2012-10-19T11:32:10
 -p 80 -b   http://node02.blabla.com:80/Components/vds/
 http://node02.blabla.com:80/Components/vds/ 10.0.2.23
 52c69f58-90f3-4878-9350-55fa23d5ae53 False on 10.0.2.23
 2012-10-19 13:32:11,328 INFO
  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Received
 message: BSTRAP component='INSTALLER' status='OK' message='Test
 platform succeeded'/
 BSTRAP component='INSTALLER LIB' status='OK' message='Install
 library
 already exists'/
 BSTRAP component='INSTALLER' status='FAIL' message='vds_bootstrap.py
 download failed. Pathname could not be resolved (verify
 computer/domain name).'/
 . FYI. (Stage: Running first installation script on Host)
 2012-10-19 13:32:11,360 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) RunSSHCommand returns true
 2012-10-19 13:32:11,361 INFO
  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46]  RunScript ended:true
 2012-10-19 13:32:11,361 ERROR
 [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. No
 meaningful
 response received from Host. (Stage: Running first installation
 script
 on Host)
 2012-10-19 13:32:11,362 INFO
 [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-3-thread-50)
 [14c49c46] After Installation pool-3-thread-50
 2012-10-19 13:32:11,362 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
 (pool-3-thread-50) [14c49c46] START, SetVdsStatusVDSCommand(vdsId =
 67d9a20c-f811-11e1-9004-bb531c164d07, status=InstallFailed,
 nonOperationalReason=NONE), log id: 50fafc10
 2012-10-19 13:32:11,378 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
 (pool-3-thread-50) [14c49c46] FINISH, SetVdsStatusVDSCommand, log id:
 50fafc10
 
 My engine is engine01.blabla.com
 My current workings hosts are node01.blabla.com and node02.blabla.com
 and I'm trying to add node03.blabla.com
 
 I can ping node03 as well as the full FQDN node03.blabla.com from the
 engine as well as the other hosts, there iptables is completely
 disabled on node03 as well. Node03 has full internet access, it's DNS
 is working and I can ping all the hosts and engine01.blabla.com etc
 so
 I'm fairly certain it's no a networking/DNS issue.
 
 A bit of background, I've recently upgraded from an early ovirt 3.1
 release, changed the hostname, as well as recreate the SSL
 certificate
 on my engine(using Juan's steps).
 
 What I do find odd is in the engine log I'm seeing the mention of
 node02(which is 10.0.2.22), even though I'm specifically trying to
 install node03(10.0.2.23). I have tried removing the host and
 re-adding it without any success.
 
 On node03 I'm seeing the following error in my /var/log/messages...
 
 Oct 19 13:31:32 node03 vdsm root ERROR client ('10.0.2.31',
 57654)#012Traceback (most recent call last):#012  File
 /usr/lib64/python2.6/SocketServer.py, line 560, in