[Users] ovirt-engine(vdsm-reg) problem

Juan Hernandez juan.hernandez at redhat.com
Mon Jan 23 09:36:02 UTC 2012


On 01/23/2012 10:33 AM, Haim Ateya wrote:
> On Mon 23 Jan 2012 11:26:36 AM IST, Dan Kenigsberg wrote:
>> On Mon, Jan 23, 2012 at 05:21:43PM +0900, Usui Takayuki wrote:
>>> Hello,
>>> I have been trying to registered the ovirt-node and consistently keep running into install failures during compilation of the vdsm-reg(deployUtil.py and vds_bootstrap.py) component.
>>>
>>> I have an FC16 environment set up per information on the ovier-node rpm install wiki pages.
>>>
>>> Below is the last output I see from the vdsInstaller :
>>
>> <snip>
>>
>>> <BSTRAP component='VDS PACKAGES' status='FAIL' result='qemu-kvm' message='Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit Determining fastest mirrors http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn~t resolve host" Trying other mirror. http://www.ovirt.org/releases/nightly/fedora/16/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn~t resolve host" Trying other mirror. http://download.fedoraproject.org/pub/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn~t resolve host" Trying other mirror. http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn~t resolve host" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again '/>
>>
>>> <BSTRAP component='RHEV_INSTALL' status='FAIL'/>
>>> . Error occured. (Stage: Running first installation script on Host)
>>>
>>>
>>> Is there any evasion measure of making fedora16 into ovirt-node and building it except initial setting by vdsm-reg(deployUtil.py and vds_bootstrap.py)?
>>
>> For some reason your host cannot find qemu-kvm. Could you try manually running
>>      yum install vdsm
>> which should take in qemu-kvm, too.
>>
>> You can configure ovirt engine and vdsm to work without ssl, and ask engine not
>> to try to install a host when adding it to the datacenter (I just do not recall
>> how.. Haim, could you help?)
> 
> run the following on your engine-server:
> 
> psql -U postgres engine -c "update vdc_options set option_value='false' 
> where option_name='UseSecureConnectionWithServers' and 
> version='general' ; "
> psql -U postgres engine -c "update vdc_options set option_value='false' 
> where option_name='SSLEnabled' and version='general' ; "
> psql -U postgres engine -c "update vdc_options set option_value='false' 
> where option_name='installVds' and version='general' ; "

"InstallVds", starting with capital I ;-)



More information about the Users mailing list