[ovirt-users] HA cluster

Simone Tiraboschi stirabos at redhat.com
Thu Nov 26 09:36:03 UTC 2015


On Thu, Nov 26, 2015 at 10:33 AM, Budur Nagaraju <nbudoor at gmail.com> wrote:

> I have done a fresh installation and now am getting the below error,
>
> [ INFO  ] Updating hosted-engine configuration
> [ INFO  ] Stage: Transaction commit
> [ INFO  ] Stage: Closing up
>           The following network ports should be opened:
>               tcp:5900
>               tcp:5901
>               udp:5900
>               udp:5901
>           An example of the required configuration for iptables can be
> found at:
>               /etc/ovirt-hosted-engine/iptables.example
>           In order to configure firewalld, copy the files from
>           /etc/ovirt-hosted-engine/firewalld to /etc/firewalld/services
>           and execute the following commands:
>               firewall-cmd -service hosted-console
> [ INFO  ] Creating VM
> [ ERROR ] Failed to execute stage 'Closing up': Cannot set temporary
> password for console connection. The VM may not have been created: please
> check VDSM logs
> [ INFO  ] Stage: Clean up
> [ INFO  ] Generating answer file
> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151126145701.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
>
>
>
> [root at he ovirt]# tail -f /var/log/vdsm/
> backup/           connectivity.log  mom.log           supervdsm.log
> vdsm.log
> [root at he ovirt]# tail -f /var/log/vdsm/vdsm.log
> Detector thread::DEBUG::2015-11-26
> 14:57:07,564::protocoldetector::247::vds.MultiProtocolAcceptor::(_handle_connection_read)
> Detected protocol xml from 127.0.0.1:42741
> Detector thread::DEBUG::2015-11-26
> 14:57:07,564::BindingXMLRPC::1173::XmlDetector::(handleSocket) xml over
> http detected from ('127.0.0.1', 42741)
> Detector thread::DEBUG::2015-11-26
> 14:57:07,644::protocoldetector::187::vds.MultiProtocolAcceptor::(_add_connection)
> Adding connection from 127.0.0.1:42742
> Detector thread::DEBUG::2015-11-26
> 14:57:08,088::protocoldetector::201::vds.MultiProtocolAcceptor::(_remove_connection)
> Connection removed from 127.0.0.1:42742
> Detector thread::DEBUG::2015-11-26
> 14:57:08,088::protocoldetector::247::vds.MultiProtocolAcceptor::(_handle_connection_read)
> Detected protocol xml from 127.0.0.1:42742
> Detector thread::DEBUG::2015-11-26
> 14:57:08,088::BindingXMLRPC::1173::XmlDetector::(handleSocket) xml over
> http detected from ('127.0.0.1', 42742)
> Detector thread::DEBUG::2015-11-26
> 14:57:08,171::protocoldetector::187::vds.MultiProtocolAcceptor::(_add_connection)
> Adding connection from 127.0.0.1:42743
> Detector thread::DEBUG::2015-11-26
> 14:57:08,572::protocoldetector::201::vds.MultiProtocolAcceptor::(_remove_connection)
> Connection removed from 127.0.0.1:42743
> Detector thread::DEBUG::2015-11-26
> 14:57:08,573::protocoldetector::247::vds.MultiProtocolAcceptor::(_handle_connection_read)
> Detected protocol xml from 127.0.0.1:42743
> Detector thread::DEBUG::2015-11-26
> 14:57:08,573::BindingXMLRPC::1173::XmlDetector::(handleSocket) xml over
> http detected from ('127.0.0.1', 42743)
>
>

It failed before, can you please attach the whole VDSM logs?


>
> On Thu, Nov 26, 2015 at 2:01 PM, Simone Tiraboschi <stirabos at redhat.com>
> wrote:
>
>>
>>
>> On Thu, Nov 26, 2015 at 7:30 AM, Budur Nagaraju <nbudoor at gmail.com>
>> wrote:
>>
>>> Its a fresh setup ,I have deleted all the vms ,still am facing same
>>> issues .
>>>
>>>
>> Can you please paste the output of
>>  vdsClient -s 0 list
>> ?
>> thanks
>>
>>
>>>
>>> On Thu, Nov 26, 2015 at 11:56 AM, Oved Ourfali <oourfali at redhat.com>
>>> wrote:
>>>
>>>> Hi
>>>>
>>>> Seems like you have existing VMs running on the host (you can check
>>>> that by looking for qemu processes on your host).
>>>> Is that a clean deployment, or was the host used before for running VMs?
>>>> Perhaps you already ran the hosted engine setup, and the VM was left
>>>> there?
>>>>
>>>> CC-ing Sandro who is more familiar in that than me.
>>>>
>>>> Thanks,
>>>> Oved
>>>>
>>>> On Thu, Nov 26, 2015 at 7:07 AM, Budur Nagaraju <nbudoor at gmail.com>
>>>> wrote:
>>>>
>>>>> HI
>>>>>
>>>>> Getting below error while configuring Hosted engine,
>>>>>
>>>>> root at he ~]# hosted-engine --deploy
>>>>> [ INFO  ] Stage: Initializing
>>>>> [ INFO  ] Generating a temporary VNC password.
>>>>> [ INFO  ] Stage: Environment setup
>>>>>           Continuing will configure this host for serving as
>>>>> hypervisor and create a VM where you have to install oVirt Engine
>>>>> afterwards.
>>>>>           Are you sure you want to continue? (Yes, No)[Yes]: yes
>>>>>           Configuration files: []
>>>>>           Log file:
>>>>> /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-setup-20151126102302-bkozgk.log
>>>>>           Version: otopi-1.3.2 (otopi-1.3.2-1.el6)
>>>>>           It has been detected that this program is executed through
>>>>> an SSH connection without using screen.
>>>>>           Continuing with the installation may lead to broken
>>>>> installation if the network connection fails.
>>>>>           It is highly recommended to abort the installation and run
>>>>> it inside a screen session using command "screen".
>>>>>           Do you want to continue anyway? (Yes, No)[No]: yes
>>>>> [WARNING] Cannot detect if hardware supports virtualization
>>>>> [ INFO  ] Bridge ovirtmgmt already created
>>>>> [ INFO  ] Stage: Environment packages setup
>>>>> [ INFO  ] Stage: Programs detection
>>>>> [ INFO  ] Stage: Environment setup
>>>>>
>>>>> *[ ERROR ] The following VMs has been found:
>>>>> 2b8d6d91-d838-44f6-ae3b-c92cda014280[ ERROR ] Failed to execute stage
>>>>> 'Environment setup': Cannot setup Hosted Engine with other VMs running*
>>>>> [ INFO  ] Stage: Clean up
>>>>> [ INFO  ] Generating answer file
>>>>> '/var/lib/ovirt-hosted-engine-setup/answers/answers-20151126102310.conf'
>>>>> [ INFO  ] Stage: Pre-termination
>>>>> [ INFO  ] Stage: Termination
>>>>> [root at he ~]#
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Users mailing list
>>>>> Users at ovirt.org
>>>>> http://lists.ovirt.org/mailman/listinfo/users
>>>>>
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users at ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20151126/7c6c957b/attachment-0001.html>


More information about the Users mailing list