Re: [Users] VM not starting up

2013-12-31 Thread Nauman Abbas
And here's the prepareVolumePath entry

Thread-622::DEBUG::2013-12-31
05:06:02,576::task::974::TaskManager.Task::(_decref)
Task=`8ae0743d-8e3e-4516-9d67-7713fa546759`::ref 0 aborting False
Thread-622::INFO::2013-12-31
05:06:02,576::clientIF::350::vds::(prepareVolumePath) prepared volume path:
/rhev/data-center/mnt/_data_images_rhev/66e0b27c-dcbb-4b6e-9a58-8213e8380c65/images/7c063b30-634a-483b-82aa-7f19d2ae46cd/b0839e46-9f79-49b2-ae34-f7cafb626c75
Thread-622::DEBUG::2013-12-31 05:06:02,589::utils::489::root::(execCmd)
'/usr/libexec/vdsm/hooks/before_vm_start/50_vhostmd' (cwd None)
Thread-622::DEBUG::2013-12-31 05:06:02,642::utils::509::root::(execCmd)
SUCCESS:  = '';  = 0
Thread-622::INFO::2013-12-31 05:06:02,642::hooks::88::root::(_runHooksDir)
Thread-622::DEBUG::2013-12-31 05:06:02,643::vm::2925::vm.Vm::(_run)
vmId=`147a1deb-3795-4153-a820-ceabd8db15f3`::wrote:

> Found it.
> http://ur1.ca/gakse
>
> Also here's the versions
> vdsm 4.13
> sanlock 2.8
> libvirt 1.1.3.1
> qemu 1.6.1
>
>
>
>
> On Wed, Jan 1, 2014 at 11:56 AM, Gadi Ickowicz wrote:
>
>> the lines you added that are right before the Fpaste link are the actual
>> lines messages from libvirt that the vm dies. This message from libvirt is
>> then shown later as the ERROR in vdsm in the Fpaste link.
>>
>> The log should contain, very close to the lines you paste, but a bit
>> before, an xml. it should look something like what I am pasting below.
>> Also, the line right before the xml should contain a prepareVolumePath
>> entry:
>> Thread-50::DEBUG::2013-12-25 14:30:45,282::vm::3031::vm.Vm::(_run)
>> vmId=`fdfaec39-b981-4bd7-9852-6d5ac6ce2b37`::> encoding="utf-8"?>
>> ...
>>
>> also - what versions of vdsm, libvirt, sanlock and qemu are you using?
>>
>> Gadi Ickowicz
>>
>> ----- Original Message -
>> From: "Nauman Abbas" 
>> To: "Gadi Ickowicz" 
>> Cc: "users@ovirt.org" 
>> Sent: Wednesday, January 1, 2014 7:30:24 AM
>> Subject: Re: [Users] VM not starting up
>>
>> Also I believe these lines right before what I pasted with Fpaste link
>> would be relevant.
>>
>> Thread-622::DEBUG::2013-12-31
>> 05:06:02,957::libvirtconnection::108::libvirtconnection::(wrapper) Unknown
>> libvirterror: ecode: 38 edom: 0 level: 2 message: Child quit during
>> startup
>> handshake: Input/output error
>> Thread-622::DEBUG::2013-12-31
>> 05:06:02,957::vm::2106::vm.Vm::(_startUnderlyingVm)
>> vmId=`147a1deb-3795-4153-a820-ceabd8db15f3`::_ongoingCreations released
>>
>>
>> On Wed, Jan 1, 2014 at 10:23 AM, Nauman Abbas > >wrote:
>>
>> > I'm going through the log (which is quite big) and I've found out this
>> > part which is like 2 seconds after the vmcreate part. Have a look maybe
>> > this is what you're looking for. It contains the ERROR and Traceback in
>> it.
>> >
>> >
>> > http://ur1.ca/gakhc
>> >
>> >
>> > On Tue, Dec 31, 2013 at 4:36 PM, Gadi Ickowicz > >wrote:
>> >
>> >> It would be helpful to get a bit more information from the logs - after
>> >> the vmCreate there are several other things that occur before the vm
>> >> process is actually launched (prepareImage and following that the
>> actual
>> >> vm's should be visible in the log). Try to search for an error in the
>> vdsm
>> >> log, and if you cannot find one attach logs containing the vmCreate
>> and the
>> >> other operations I mentioned.
>> >>
>> >> Errors in the vdsm log are usually logged in lines containing ERROR,
>> but
>> >> sometimes if the error comes from libvirt it may not contain the
>> uppercase
>> >> ERROR and be logged as libvirtError or something similar.
>> >>
>> >> you should also have the qemu log for the vm you are trying to run.
>> >> usually under /var/log/libvirt/qemu/.log - maybe that
>> will
>> >> give more information regarding the failure
>> >>
>> >> Gadi Ickowicz
>> >>
>> >> - Original Message -
>> >> From: "Joop" 
>> >> To: "Nauman Abbas" 
>> >> Cc: "users@ovirt.org" 
>> >> Sent: Tuesday, December 31, 2013 12:51:10 PM
>> >> Subject: Re: [Users] VM not starting up
>> >>
>> >> Nauman Abbas  wrote:
>> >>
>> >>
>> >> I've attached the portions with vmcreate. I found 5 instances of pairs
>> of
&

Re: [Users] VM not starting up

2013-12-31 Thread Nauman Abbas
Found it.
http://ur1.ca/gakse

Also here's the versions
vdsm 4.13
sanlock 2.8
libvirt 1.1.3.1
qemu 1.6.1




On Wed, Jan 1, 2014 at 11:56 AM, Gadi Ickowicz  wrote:

> the lines you added that are right before the Fpaste link are the actual
> lines messages from libvirt that the vm dies. This message from libvirt is
> then shown later as the ERROR in vdsm in the Fpaste link.
>
> The log should contain, very close to the lines you paste, but a bit
> before, an xml. it should look something like what I am pasting below.
> Also, the line right before the xml should contain a prepareVolumePath
> entry:
> Thread-50::DEBUG::2013-12-25 14:30:45,282::vm::3031::vm.Vm::(_run)
> vmId=`fdfaec39-b981-4bd7-9852-6d5ac6ce2b37`:: encoding="utf-8"?>
> ...
>
> also - what versions of vdsm, libvirt, sanlock and qemu are you using?
>
> Gadi Ickowicz
>
> - Original Message -
> From: "Nauman Abbas" 
> To: "Gadi Ickowicz" 
> Cc: "users@ovirt.org" 
> Sent: Wednesday, January 1, 2014 7:30:24 AM
> Subject: Re: [Users] VM not starting up
>
> Also I believe these lines right before what I pasted with Fpaste link
> would be relevant.
>
> Thread-622::DEBUG::2013-12-31
> 05:06:02,957::libvirtconnection::108::libvirtconnection::(wrapper) Unknown
> libvirterror: ecode: 38 edom: 0 level: 2 message: Child quit during startup
> handshake: Input/output error
> Thread-622::DEBUG::2013-12-31
> 05:06:02,957::vm::2106::vm.Vm::(_startUnderlyingVm)
> vmId=`147a1deb-3795-4153-a820-ceabd8db15f3`::_ongoingCreations released
>
>
> On Wed, Jan 1, 2014 at 10:23 AM, Nauman Abbas  >wrote:
>
> > I'm going through the log (which is quite big) and I've found out this
> > part which is like 2 seconds after the vmcreate part. Have a look maybe
> > this is what you're looking for. It contains the ERROR and Traceback in
> it.
> >
> >
> > http://ur1.ca/gakhc
> >
> >
> > On Tue, Dec 31, 2013 at 4:36 PM, Gadi Ickowicz  >wrote:
> >
> >> It would be helpful to get a bit more information from the logs - after
> >> the vmCreate there are several other things that occur before the vm
> >> process is actually launched (prepareImage and following that the actual
> >> vm's should be visible in the log). Try to search for an error in the
> vdsm
> >> log, and if you cannot find one attach logs containing the vmCreate and
> the
> >> other operations I mentioned.
> >>
> >> Errors in the vdsm log are usually logged in lines containing ERROR, but
> >> sometimes if the error comes from libvirt it may not contain the
> uppercase
> >> ERROR and be logged as libvirtError or something similar.
> >>
> >> you should also have the qemu log for the vm you are trying to run.
> >> usually under /var/log/libvirt/qemu/.log - maybe that
> will
> >> give more information regarding the failure
> >>
> >> Gadi Ickowicz
> >>
> >> - Original Message -
> >> From: "Joop" 
> >> To: "Nauman Abbas" 
> >> Cc: "users@ovirt.org" 
> >> Sent: Tuesday, December 31, 2013 12:51:10 PM
> >> Subject: Re: [Users] VM not starting up
> >>
> >> Nauman Abbas  wrote:
> >>
> >>
> >> I've attached the portions with vmcreate. I found 5 instances of pairs
> of
> >> call vmcreate and return vmcreate. I've separated them with lines. See
> if
> >> that helps.
> >>
> >>
> >> On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz < gicko...@redhat.com >
> >> wrote:
> >>
> >>
> >> Hi,
> >>
> >> Maybe you can send just the relevant part of the vdsm logs that contain
> >> the attempt to launch the vm itself - it should start with vmCreate.
> Try to
> >> find "::call vmCreate with (..." and either find the matching "return
> >> vmCreate with"
> >> or an maybe there is an ERROR or Traceback in the vdsm log following the
> >> vmCreate call.
> >>
> >> Gadi Ickowicz
> >>
> >> - Original Message -
> >> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> >> To: "Meital Bourvine" < mbour...@redhat.com >
> >> Cc: " users@ovirt.org " < Users@ovirt.org >
> >> Sent: Tuesday, December 31, 2013 11:47:12 AM
> >> Subject: Re: [Users] VM not starting up
> >>
> >> Vdsm is running fine. Also checked the clocks. You were right, the
> Engine
> >> clock was 5 hour

Re: [Users] VM not starting up

2013-12-31 Thread Gadi Ickowicz
the lines you added that are right before the Fpaste link are the actual lines 
messages from libvirt that the vm dies. This message from libvirt is then shown 
later as the ERROR in vdsm in the Fpaste link.

The log should contain, very close to the lines you paste, but a bit before, an 
xml. it should look something like what I am pasting below. Also, the line 
right before the xml should contain a prepareVolumePath entry:
Thread-50::DEBUG::2013-12-25 14:30:45,282::vm::3031::vm.Vm::(_run) 
vmId=`fdfaec39-b981-4bd7-9852-6d5ac6ce2b37`::
...

also - what versions of vdsm, libvirt, sanlock and qemu are you using?

Gadi Ickowicz

- Original Message -
From: "Nauman Abbas" 
To: "Gadi Ickowicz" 
Cc: "users@ovirt.org" 
Sent: Wednesday, January 1, 2014 7:30:24 AM
Subject: Re: [Users] VM not starting up

Also I believe these lines right before what I pasted with Fpaste link
would be relevant.

Thread-622::DEBUG::2013-12-31
05:06:02,957::libvirtconnection::108::libvirtconnection::(wrapper) Unknown
libvirterror: ecode: 38 edom: 0 level: 2 message: Child quit during startup
handshake: Input/output error
Thread-622::DEBUG::2013-12-31
05:06:02,957::vm::2106::vm.Vm::(_startUnderlyingVm)
vmId=`147a1deb-3795-4153-a820-ceabd8db15f3`::_ongoingCreations released


On Wed, Jan 1, 2014 at 10:23 AM, Nauman Abbas wrote:

> I'm going through the log (which is quite big) and I've found out this
> part which is like 2 seconds after the vmcreate part. Have a look maybe
> this is what you're looking for. It contains the ERROR and Traceback in it.
>
>
> http://ur1.ca/gakhc
>
>
> On Tue, Dec 31, 2013 at 4:36 PM, Gadi Ickowicz wrote:
>
>> It would be helpful to get a bit more information from the logs - after
>> the vmCreate there are several other things that occur before the vm
>> process is actually launched (prepareImage and following that the actual
>> vm's should be visible in the log). Try to search for an error in the vdsm
>> log, and if you cannot find one attach logs containing the vmCreate and the
>> other operations I mentioned.
>>
>> Errors in the vdsm log are usually logged in lines containing ERROR, but
>> sometimes if the error comes from libvirt it may not contain the uppercase
>> ERROR and be logged as libvirtError or something similar.
>>
>> you should also have the qemu log for the vm you are trying to run.
>> usually under /var/log/libvirt/qemu/.log - maybe that will
>> give more information regarding the failure
>>
>> Gadi Ickowicz
>>
>> - Original Message -
>> From: "Joop" 
>> To: "Nauman Abbas" 
>> Cc: "users@ovirt.org" 
>> Sent: Tuesday, December 31, 2013 12:51:10 PM
>> Subject: Re: [Users] VM not starting up
>>
>> Nauman Abbas  wrote:
>>
>>
>> I've attached the portions with vmcreate. I found 5 instances of pairs of
>> call vmcreate and return vmcreate. I've separated them with lines. See if
>> that helps.
>>
>>
>> On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz < gicko...@redhat.com >
>> wrote:
>>
>>
>> Hi,
>>
>> Maybe you can send just the relevant part of the vdsm logs that contain
>> the attempt to launch the vm itself - it should start with vmCreate. Try to
>> find "::call vmCreate with (..." and either find the matching "return
>> vmCreate with"
>> or an maybe there is an ERROR or Traceback in the vdsm log following the
>> vmCreate call.
>>
>> Gadi Ickowicz
>>
>> - Original Message -
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 11:47:12 AM
>> Subject: Re: [Users] VM not starting up
>>
>> Vdsm is running fine. Also checked the clocks. You were right, the Engine
>> clock was 5 hours ahead of Node clock. I've corrected that but still the
>> same issue.
>>
>>
>> On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine < mbour...@redhat.com> 
>> wrote:
>>
>>
>>
>> Are you sure that vdsm is running?
>>
>> The error happened at 2013-12-31 11:32:56,999 (engine.log)
>> but the last line in vdsm.log is from 2013-12-31 07:20:50,807
>>
>> Also make sure that your clocked are synced.
>>
>>
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
&g

Re: [Users] VM not starting up

2013-12-31 Thread Nauman Abbas
Also I believe these lines right before what I pasted with Fpaste link
would be relevant.

Thread-622::DEBUG::2013-12-31
05:06:02,957::libvirtconnection::108::libvirtconnection::(wrapper) Unknown
libvirterror: ecode: 38 edom: 0 level: 2 message: Child quit during startup
handshake: Input/output error
Thread-622::DEBUG::2013-12-31
05:06:02,957::vm::2106::vm.Vm::(_startUnderlyingVm)
vmId=`147a1deb-3795-4153-a820-ceabd8db15f3`::_ongoingCreations released


On Wed, Jan 1, 2014 at 10:23 AM, Nauman Abbas wrote:

> I'm going through the log (which is quite big) and I've found out this
> part which is like 2 seconds after the vmcreate part. Have a look maybe
> this is what you're looking for. It contains the ERROR and Traceback in it.
>
>
> http://ur1.ca/gakhc
>
>
> On Tue, Dec 31, 2013 at 4:36 PM, Gadi Ickowicz wrote:
>
>> It would be helpful to get a bit more information from the logs - after
>> the vmCreate there are several other things that occur before the vm
>> process is actually launched (prepareImage and following that the actual
>> vm's should be visible in the log). Try to search for an error in the vdsm
>> log, and if you cannot find one attach logs containing the vmCreate and the
>> other operations I mentioned.
>>
>> Errors in the vdsm log are usually logged in lines containing ERROR, but
>> sometimes if the error comes from libvirt it may not contain the uppercase
>> ERROR and be logged as libvirtError or something similar.
>>
>> you should also have the qemu log for the vm you are trying to run.
>> usually under /var/log/libvirt/qemu/.log - maybe that will
>> give more information regarding the failure
>>
>> Gadi Ickowicz
>>
>> ----- Original Message -----
>> From: "Joop" 
>> To: "Nauman Abbas" 
>> Cc: "users@ovirt.org" 
>> Sent: Tuesday, December 31, 2013 12:51:10 PM
>> Subject: Re: [Users] VM not starting up
>>
>> Nauman Abbas  wrote:
>>
>>
>> I've attached the portions with vmcreate. I found 5 instances of pairs of
>> call vmcreate and return vmcreate. I've separated them with lines. See if
>> that helps.
>>
>>
>> On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz < gicko...@redhat.com >
>> wrote:
>>
>>
>> Hi,
>>
>> Maybe you can send just the relevant part of the vdsm logs that contain
>> the attempt to launch the vm itself - it should start with vmCreate. Try to
>> find "::call vmCreate with (..." and either find the matching "return
>> vmCreate with"
>> or an maybe there is an ERROR or Traceback in the vdsm log following the
>> vmCreate call.
>>
>> Gadi Ickowicz
>>
>> - Original Message -
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 11:47:12 AM
>> Subject: Re: [Users] VM not starting up
>>
>> Vdsm is running fine. Also checked the clocks. You were right, the Engine
>> clock was 5 hours ahead of Node clock. I've corrected that but still the
>> same issue.
>>
>>
>> On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine < mbour...@redhat.com> 
>> wrote:
>>
>>
>>
>> Are you sure that vdsm is running?
>>
>> The error happened at 2013-12-31 11:32:56,999 (engine.log)
>> but the last line in vdsm.log is from 2013-12-31 07:20:50,807
>>
>> Also make sure that your clocked are synced.
>>
>>
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 9:39:09 AM
>>
>> Subject: Re: [Users] VM not starting up
>>
>> Sending files one by one. Vdsm.log
>>
>>
>> On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine < mbour...@redhat.com> 
>> wrote:
>>
>>
>>
>> Engine log can be found on the engine (while vdsm.log is on the host).
>> The full path is - /var/log/ovirt-engine/engine.log
>>
>> audit.log - /var/log/audit/audit.log
>>
>> About the vdsm log - I don't see any error there, I think that you cut
>> too much from it.
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@

Re: [Users] VM not starting up

2013-12-31 Thread Nauman Abbas
I'm going through the log (which is quite big) and I've found out this part
which is like 2 seconds after the vmcreate part. Have a look maybe this is
what you're looking for. It contains the ERROR and Traceback in it.


http://ur1.ca/gakhc


On Tue, Dec 31, 2013 at 4:36 PM, Gadi Ickowicz  wrote:

> It would be helpful to get a bit more information from the logs - after
> the vmCreate there are several other things that occur before the vm
> process is actually launched (prepareImage and following that the actual
> vm's should be visible in the log). Try to search for an error in the vdsm
> log, and if you cannot find one attach logs containing the vmCreate and the
> other operations I mentioned.
>
> Errors in the vdsm log are usually logged in lines containing ERROR, but
> sometimes if the error comes from libvirt it may not contain the uppercase
> ERROR and be logged as libvirtError or something similar.
>
> you should also have the qemu log for the vm you are trying to run.
> usually under /var/log/libvirt/qemu/.log - maybe that will
> give more information regarding the failure
>
> Gadi Ickowicz
>
> - Original Message -
> From: "Joop" 
> To: "Nauman Abbas" 
> Cc: "users@ovirt.org" 
> Sent: Tuesday, December 31, 2013 12:51:10 PM
> Subject: Re: [Users] VM not starting up
>
> Nauman Abbas  wrote:
>
>
> I've attached the portions with vmcreate. I found 5 instances of pairs of
> call vmcreate and return vmcreate. I've separated them with lines. See if
> that helps.
>
>
> On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz < gicko...@redhat.com >
> wrote:
>
>
> Hi,
>
> Maybe you can send just the relevant part of the vdsm logs that contain
> the attempt to launch the vm itself - it should start with vmCreate. Try to
> find "::call vmCreate with (..." and either find the matching "return
> vmCreate with"
> or an maybe there is an ERROR or Traceback in the vdsm log following the
> vmCreate call.
>
> Gadi Ickowicz
>
> - Original Message -
> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> To: "Meital Bourvine" < mbour...@redhat.com >
> Cc: " users@ovirt.org " < Users@ovirt.org >
> Sent: Tuesday, December 31, 2013 11:47:12 AM
> Subject: Re: [Users] VM not starting up
>
> Vdsm is running fine. Also checked the clocks. You were right, the Engine
> clock was 5 hours ahead of Node clock. I've corrected that but still the
> same issue.
>
>
> On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine < mbour...@redhat.com >
> wrote:
>
>
>
> Are you sure that vdsm is running?
>
> The error happened at 2013-12-31 11:32:56,999 (engine.log)
> but the last line in vdsm.log is from 2013-12-31 07:20:50,807
>
> Also make sure that your clocked are synced.
>
>
>
>
>
>
> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> To: "Meital Bourvine" < mbour...@redhat.com >
> Cc: " users@ovirt.org " < Users@ovirt.org >
> Sent: Tuesday, December 31, 2013 9:39:09 AM
>
> Subject: Re: [Users] VM not starting up
>
> Sending files one by one. Vdsm.log
>
>
> On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine < mbour...@redhat.com >
> wrote:
>
>
>
> Engine log can be found on the engine (while vdsm.log is on the host).
> The full path is - /var/log/ovirt-engine/engine.log
>
> audit.log - /var/log/audit/audit.log
>
> About the vdsm log - I don't see any error there, I think that you cut too
> much from it.
>
>
>
>
> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> To: "Meital Bourvine" < mbour...@redhat.com >
> Cc: " users@ovirt.org " < Users@ovirt.org >
> Sent: Tuesday, December 31, 2013 8:42:43 AM
> Subject: Re: [Users] VM not starting up
>
>
> Hello Meital
>
> SELinux is off. The cluster doesn't work if SELinux is on, my hosts and
> storage is showing up as okay but VM is not starting up.
>
> I've managed to get vdsm.log but cannot find engine.log and audit.log.
> Sorry for being a noob, if you can tell me the path to these files I'll
> send them right away.
>
>
> On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine < mbour...@redhat.com >
> wrote:
>
>
>
> Hi Nauman,
>
> Maybe it's a selinux issue?
> Please try running `setenforce 0` before starting the vm.
>
> Also please attach engine.log, vdsm.log, and audit.log
>
>
>
>
> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> To: " user

Re: [Users] VM not starting up

2013-12-31 Thread Gadi Ickowicz
It would be helpful to get a bit more information from the logs - after the 
vmCreate there are several other things that occur before the vm process is 
actually launched (prepareImage and following that the actual vm's should be 
visible in the log). Try to search for an error in the vdsm log, and if you 
cannot find one attach logs containing the vmCreate and the other operations I 
mentioned.

Errors in the vdsm log are usually logged in lines containing ERROR, but 
sometimes if the error comes from libvirt it may not contain the uppercase 
ERROR and be logged as libvirtError or something similar. 

you should also have the qemu log for the vm you are trying to run. usually 
under /var/log/libvirt/qemu/.log - maybe that will give more 
information regarding the failure

Gadi Ickowicz

- Original Message -
From: "Joop" 
To: "Nauman Abbas" 
Cc: "users@ovirt.org" 
Sent: Tuesday, December 31, 2013 12:51:10 PM
Subject: Re: [Users] VM not starting up

Nauman Abbas  wrote: 


I've attached the portions with vmcreate. I found 5 instances of pairs of call 
vmcreate and return vmcreate. I've separated them with lines. See if that 
helps. 


On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz < gicko...@redhat.com > wrote: 


Hi, 

Maybe you can send just the relevant part of the vdsm logs that contain the 
attempt to launch the vm itself - it should start with vmCreate. Try to find 
"::call vmCreate with (..." and either find the matching "return vmCreate with" 
or an maybe there is an ERROR or Traceback in the vdsm log following the 
vmCreate call. 

Gadi Ickowicz 

- Original Message - 
From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: "Meital Bourvine" < mbour...@redhat.com > 
Cc: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 11:47:12 AM 
Subject: Re: [Users] VM not starting up 

Vdsm is running fine. Also checked the clocks. You were right, the Engine clock 
was 5 hours ahead of Node clock. I've corrected that but still the same issue. 


On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Are you sure that vdsm is running? 

The error happened at 2013-12-31 11:32:56,999 (engine.log) 
but the last line in vdsm.log is from 2013-12-31 07:20:50,807 

Also make sure that your clocked are synced. 






From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: "Meital Bourvine" < mbour...@redhat.com > 
Cc: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 9:39:09 AM 

Subject: Re: [Users] VM not starting up 

Sending files one by one. Vdsm.log 


On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Engine log can be found on the engine (while vdsm.log is on the host). 
The full path is - /var/log/ovirt-engine/engine.log 

audit.log - /var/log/audit/audit.log 

About the vdsm log - I don't see any error there, I think that you cut too much 
from it. 




From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: "Meital Bourvine" < mbour...@redhat.com > 
Cc: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 8:42:43 AM 
Subject: Re: [Users] VM not starting up 


Hello Meital 

SELinux is off. The cluster doesn't work if SELinux is on, my hosts and storage 
is showing up as okay but VM is not starting up. 

I've managed to get vdsm.log but cannot find engine.log and audit.log. Sorry 
for being a noob, if you can tell me the path to these files I'll send them 
right away. 


On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Hi Nauman, 

Maybe it's a selinux issue? 
Please try running `setenforce 0` before starting the vm. 

Also please attach engine.log, vdsm.log, and audit.log 




From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 7:13:01 AM 
Subject: [Users] VM not starting up 


Hello all, 

First of all thank you for your help, I've finally managed to get my Cluster 
configured properly but now that I create VMs I'm facing another problem. 
Whenever I start my VM I get this error. 

" VM TestVm is down. Exit message: Child quit during startup handshake: 
Input/output error." 

I've googled around but haven't found any satisfactory solution. If anyone can 
help out it would be great. 

Regards 

Nauman Abbas 
Assistant System Administrator (LMS), 
Room No. A-207, SEECS, 
National University of Sciences & Technology, 
+ 92 321 5359946 

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




-- 

Nauman Abbas 
Assistant System Administrator (L

Re: [Users] VM not starting up

2013-12-31 Thread Joop
Nauman Abbas  wrote:
>I've attached the portions with vmcreate. I found 5 instances of pairs
>of
>call vmcreate and return vmcreate. I've separated them with lines. See
>if
>that helps.
>
>
>On Tue, Dec 31, 2013 at 2:58 PM, Gadi Ickowicz 
>wrote:
>
>> Hi,
>>
>> Maybe you can send just the relevant part of the vdsm logs that
>contain
>> the attempt to launch the vm itself - it should start with vmCreate.
>Try to
>> find "::call vmCreate with (..." and either find the matching "return
>> vmCreate with"
>> or an maybe there is an ERROR or Traceback in the vdsm log following
>the
>> vmCreate call.
>>
>> Gadi Ickowicz
>>
>> - Original Message -
>> From: "Nauman Abbas" 
>> To: "Meital Bourvine" 
>> Cc: "users@ovirt.org" 
>> Sent: Tuesday, December 31, 2013 11:47:12 AM
>> Subject: Re: [Users] VM not starting up
>>
>> Vdsm is running fine. Also checked the clocks. You were right, the
>Engine
>> clock was 5 hours ahead of Node clock. I've corrected that but still
>the
>> same issue.
>>
>>
>> On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine <
>mbour...@redhat.com >
>> wrote:
>>
>>
>>
>> Are you sure that vdsm is running?
>>
>> The error happened at 2013-12-31 11:32:56,999 (engine.log)
>> but the last line in vdsm.log is from 2013-12-31 07:20:50,807
>>
>> Also make sure that your clocked are synced.
>>
>>
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 9:39:09 AM
>>
>> Subject: Re: [Users] VM not starting up
>>
>> Sending files one by one. Vdsm.log
>>
>>
>> On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine <
>mbour...@redhat.com >
>> wrote:
>>
>>
>>
>> Engine log can be found on the engine (while vdsm.log is on the
>host).
>> The full path is - /var/log/ovirt-engine/engine.log
>>
>> audit.log - /var/log/audit/audit.log
>>
>> About the vdsm log - I don't see any error there, I think that you
>cut too
>> much from it.
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: "Meital Bourvine" < mbour...@redhat.com >
>> Cc: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 8:42:43 AM
>> Subject: Re: [Users] VM not starting up
>>
>>
>> Hello Meital
>>
>> SELinux is off. The cluster doesn't work if SELinux is on, my hosts
>and
>> storage is showing up as okay but VM is not starting up.
>>
>> I've managed to get vdsm.log but cannot find engine.log and
>audit.log.
>> Sorry for being a noob, if you can tell me the path to these files
>I'll
>> send them right away.
>>
>>
>> On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine <
>mbour...@redhat.com >
>> wrote:
>>
>>
>>
>> Hi Nauman,
>>
>> Maybe it's a selinux issue?
>> Please try running `setenforce 0` before starting the vm.
>>
>> Also please attach engine.log, vdsm.log, and audit.log
>>
>>
>>
>>
>> From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
>> To: " users@ovirt.org " < Users@ovirt.org >
>> Sent: Tuesday, December 31, 2013 7:13:01 AM
>> Subject: [Users] VM not starting up
>>
>>
>> Hello all,
>>
>> First of all thank you for your help, I've finally managed to get my
>> Cluster configured properly but now that I create VMs I'm facing
>another
>> problem. Whenever I start my VM I get this error.
>>
>> " VM TestVm is down. Exit message: Child quit during startup
>handshake:
>> Input/output error."
>>
>> I've googled around but haven't found any satisfactory solution. If
>anyone
>> can help out it would be great.
>>
>> Regards
>>
>> Nauman Abbas
>> Assistant System Administrator (LMS),
>> Room No. A-207, SEECS,
>> National University of Sciences & Technology,
>> + 92 321 5359946
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>>
>>
>> --
>>
>> Nauman Abbas
>> Assistant System Administrator (LMS),
>> Room No. A-207, SEECS,
>> National University of Sciences & Technology,
>> + 92 321 5359946
>>
>>
>>
>>
>> --
>>
>> Nauman Abbas
>> Assistant System Administrator (LMS),
>> Room No. A-207, SEECS,
>> National University of Sciences & Technology,
>> + 92 321 5359946
>>
>>
>>
>>
>> --
>>
>> Nauman Abbas
>> Assistant System Administrator (LMS),
>> Room No. A-207, SEECS,
>> National University of Sciences & Technology,
>> + 92 321 5359946
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>
>-- 
>
>Nauman Abbas
>Assistant System Administrator (LMS),
>Room No. A-207, SEECS,
>National University of Sciences & Technology,
>+ 92 321 5359946

Paste your logs to fpaste.org or similar and put the url in the mail. Your 
snippets don‘t contain any errors that i can see.

-- 
Sent from my Android tablet with K-9 Mail. Please excuse my brevity.___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM not starting up

2013-12-31 Thread Gadi Ickowicz
Hi,

Maybe you can send just the relevant part of the vdsm logs that contain the 
attempt to launch the vm itself - it should start with vmCreate. Try to find 
"::call vmCreate with (..." and either find the matching "return vmCreate with"
or an maybe there is an ERROR or Traceback in the vdsm log following the 
vmCreate call.

Gadi Ickowicz

- Original Message -
From: "Nauman Abbas" 
To: "Meital Bourvine" 
Cc: "users@ovirt.org" 
Sent: Tuesday, December 31, 2013 11:47:12 AM
Subject: Re: [Users] VM not starting up

Vdsm is running fine. Also checked the clocks. You were right, the Engine clock 
was 5 hours ahead of Node clock. I've corrected that but still the same issue. 


On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Are you sure that vdsm is running? 

The error happened at 2013-12-31 11:32:56,999 (engine.log) 
but the last line in vdsm.log is from 2013-12-31 07:20:50,807 

Also make sure that your clocked are synced. 






From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: "Meital Bourvine" < mbour...@redhat.com > 
Cc: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 9:39:09 AM 

Subject: Re: [Users] VM not starting up 

Sending files one by one. Vdsm.log 


On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Engine log can be found on the engine (while vdsm.log is on the host). 
The full path is - /var/log/ovirt-engine/engine.log 

audit.log - /var/log/audit/audit.log 

About the vdsm log - I don't see any error there, I think that you cut too much 
from it. 




From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: "Meital Bourvine" < mbour...@redhat.com > 
Cc: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 8:42:43 AM 
Subject: Re: [Users] VM not starting up 


Hello Meital 

SELinux is off. The cluster doesn't work if SELinux is on, my hosts and storage 
is showing up as okay but VM is not starting up. 

I've managed to get vdsm.log but cannot find engine.log and audit.log. Sorry 
for being a noob, if you can tell me the path to these files I'll send them 
right away. 


On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine < mbour...@redhat.com > 
wrote: 



Hi Nauman, 

Maybe it's a selinux issue? 
Please try running `setenforce 0` before starting the vm. 

Also please attach engine.log, vdsm.log, and audit.log 




From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk > 
To: " users@ovirt.org " < Users@ovirt.org > 
Sent: Tuesday, December 31, 2013 7:13:01 AM 
Subject: [Users] VM not starting up 


Hello all, 

First of all thank you for your help, I've finally managed to get my Cluster 
configured properly but now that I create VMs I'm facing another problem. 
Whenever I start my VM I get this error. 

" VM TestVm is down. Exit message: Child quit during startup handshake: 
Input/output error." 

I've googled around but haven't found any satisfactory solution. If anyone can 
help out it would be great. 

Regards 

Nauman Abbas 
Assistant System Administrator (LMS), 
Room No. A-207, SEECS, 
National University of Sciences & Technology, 
+ 92 321 5359946 

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




-- 

Nauman Abbas 
Assistant System Administrator (LMS), 
Room No. A-207, SEECS, 
National University of Sciences & Technology, 
+ 92 321 5359946 




-- 

Nauman Abbas 
Assistant System Administrator (LMS), 
Room No. A-207, SEECS, 
National University of Sciences & Technology, 
+ 92 321 5359946 




-- 

Nauman Abbas 
Assistant System Administrator (LMS), 
Room No. A-207, SEECS, 
National University of Sciences & Technology, 
+ 92 321 5359946 

___
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] VM not starting up

2013-12-31 Thread Nauman Abbas
Vdsm is running fine. Also checked the clocks. You were right, the Engine
clock was 5 hours ahead of Node clock. I've corrected that but still the
same issue.


On Tue, Dec 31, 2013 at 12:44 PM, Meital Bourvine wrote:

> Are you sure that vdsm is running?
>
> The error happened at 2013-12-31 11:32:56,999 (engine.log)
> but the last line in vdsm.log is from 2013-12-31 07:20:50,807
>
> Also make sure that your clocked are synced.
>
>
> --
>
> *From: *"Nauman Abbas" 
> *To: *"Meital Bourvine" 
> *Cc: *"users@ovirt.org" 
> *Sent: *Tuesday, December 31, 2013 9:39:09 AM
>
> *Subject: *Re: [Users] VM not starting up
>
> Sending files one by one. Vdsm.log
>
>
> On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine wrote:
>
>> Engine log can be found on the engine (while vdsm.log is on the host).
>> The full path is - /var/log/ovirt-engine/engine.log
>>
>> audit.log - /var/log/audit/audit.log
>>
>> About the vdsm log - I don't see any error there, I think that you cut
>> too much from it.
>>
>> --
>>
>> *From: *"Nauman Abbas" 
>> *To: *"Meital Bourvine" 
>> *Cc: *"users@ovirt.org" 
>> *Sent: *Tuesday, December 31, 2013 8:42:43 AM
>> *Subject: *Re: [Users] VM not starting up
>>
>>
>> Hello Meital
>>
>> SELinux is off. The cluster doesn't work if SELinux is on, my hosts and
>> storage is showing up as okay but VM is not starting up.
>>
>> I've managed to get vdsm.log but cannot find engine.log and audit.log.
>> Sorry for being a noob, if you can tell me the path to these files I'll
>> send them right away.
>>
>>
>> On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine wrote:
>>
>>> Hi Nauman,
>>>
>>> Maybe it's a selinux issue?
>>> Please try running `setenforce 0` before starting the vm.
>>>
>>> Also please attach engine.log, vdsm.log, and audit.log
>>>
>>> --
>>>
>>> *From: *"Nauman Abbas" 
>>> *To: *"users@ovirt.org" 
>>> *Sent: *Tuesday, December 31, 2013 7:13:01 AM
>>> *Subject: *[Users] VM not starting up
>>>
>>>
>>> Hello all,
>>>
>>> First of all thank you for your help, I've finally managed to get my
>>> Cluster configured properly but now that I create VMs I'm facing another
>>> problem. Whenever I start my VM I get this error.
>>>
>>> "VM TestVm is down. Exit message: Child quit during startup handshake:
>>> Input/output error."
>>>
>>> I've googled around but haven't found any satisfactory solution. If
>>> anyone can help out it would be great.
>>>
>>> Regards
>>>
>>> Nauman Abbas
>>> Assistant System Administrator (LMS),
>>> Room No. A-207, SEECS,
>>> National University of Sciences & Technology,
>>> + 92 321 5359946
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>>
>>
>>
>> --
>>
>> Nauman Abbas
>> Assistant System Administrator (LMS),
>> Room No. A-207, SEECS,
>> National University of Sciences & Technology,
>> + 92 321 5359946
>>
>>
>>
>
>
> --
>
> Nauman Abbas
> Assistant System Administrator (LMS),
> Room No. A-207, SEECS,
> National University of Sciences & Technology,
> + 92 321 5359946
>
>
>


-- 

Nauman Abbas
Assistant System Administrator (LMS),
Room No. A-207, SEECS,
National University of Sciences & Technology,
+ 92 321 5359946
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM not starting up

2013-12-30 Thread Meital Bourvine
Are you sure that vdsm is running? 

The error happened at 2013-12-31 11:32:56,999 (engine.log) 
but the last line in vdsm.log is from 2013-12-31 07:20:50,807 

Also make sure that your clocked are synced. 

- Original Message -

> From: "Nauman Abbas" 
> To: "Meital Bourvine" 
> Cc: "users@ovirt.org" 
> Sent: Tuesday, December 31, 2013 9:39:09 AM
> Subject: Re: [Users] VM not starting up

> Sending files one by one. Vdsm.log

> On Tue, Dec 31, 2013 at 11:48 AM, Meital Bourvine < mbour...@redhat.com >
> wrote:

> > Engine log can be found on the engine (while vdsm.log is on the host).
> 
> > The full path is - /var/log/ovirt-engine/engine.log
> 

> > audit.log - /var/log/audit/audit.log
> 

> > About the vdsm log - I don't see any error there, I think that you cut too
> > much from it.
> 

> > > From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> > 
> 
> > > To: "Meital Bourvine" < mbour...@redhat.com >
> > 
> 
> > > Cc: " users@ovirt.org " < Users@ovirt.org >
> > 
> 
> > > Sent: Tuesday, December 31, 2013 8:42:43 AM
> > 
> 
> > > Subject: Re: [Users] VM not starting up
> > 
> 

> > > Hello Meital
> > 
> 

> > > SELinux is off. The cluster doesn't work if SELinux is on, my hosts and
> > > storage is showing up as okay but VM is not starting up.
> > 
> 

> > > I've managed to get vdsm.log but cannot find engine.log and audit.log.
> > > Sorry
> > > for being a noob, if you can tell me the path to these files I'll send
> > > them
> > > right away.
> > 
> 

> > > On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine < mbour...@redhat.com >
> > > wrote:
> > 
> 

> > > > Hi Nauman,
> > > 
> > 
> 

> > > > Maybe it's a selinux issue?
> > > 
> > 
> 
> > > > Please try running `setenforce 0` before starting the vm.
> > > 
> > 
> 

> > > > Also please attach engine.log, vdsm.log, and audit.log
> > > 
> > 
> 

> > > > > From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> > > > 
> > > 
> > 
> 
> > > > > To: " users@ovirt.org " < Users@ovirt.org >
> > > > 
> > > 
> > 
> 
> > > > > Sent: Tuesday, December 31, 2013 7:13:01 AM
> > > > 
> > > 
> > 
> 
> > > > > Subject: [Users] VM not starting up
> > > > 
> > > 
> > 
> 

> > > > > Hello all,
> > > > 
> > > 
> > 
> 

> > > > > First of all thank you for your help, I've finally managed to get my
> > > > > Cluster
> > > > > configured properly but now that I create VMs I'm facing another
> > > > > problem.
> > > > > Whenever I start my VM I get this error.
> > > > 
> > > 
> > 
> 

> > > > > " VM TestVm is down. Exit message: Child quit during startup
> > > > > handshake:
> > > > > Input/output error."
> > > > 
> > > 
> > 
> 

> > > > > I've googled around but haven't found any satisfactory solution. If
> > > > > anyone
> > > > > can help out it would be great.
> > > > 
> > > 
> > 
> 

> > > > > Regards
> > > > 
> > > 
> > 
> 

> > > > > Nauman Abbas
> > > > 
> > > 
> > 
> 
> > > > > Assistant System Administrator (LMS),
> > > > 
> > > 
> > 
> 
> > > > > Room No. A-207, SEECS,
> > > > 
> > > 
> > 
> 
> > > > > National University of Sciences & Technology,
> > > > 
> > > 
> > 
> 
> > > > > + 92 321 5359946
> > > > 
> > > 
> > 
> 

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

> > > --
> > 
> 

> > > Nauman Abbas
> > 
> 
> > > Assistant System Administrator (LMS),
> > 
> 
> > > Room No. A-207, SEECS,
> > 
> 
> > > National University of Sciences & Technology,
> > 
> 
> > > + 92 321 5359946
> > 
> 

> --

> Nauman Abbas
> Assistant System Administrator (LMS),
> Room No. A-207, SEECS,
> National University of Sciences & Technology,
> + 92 321 5359946
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM not starting up

2013-12-30 Thread Meital Bourvine
Engine log can be found on the engine (while vdsm.log is on the host). 
The full path is - /var/log/ovirt-engine/engine.log 

audit.log - /var/log/audit/audit.log 

About the vdsm log - I don't see any error there, I think that you cut too much 
from it. 

- Original Message -

> From: "Nauman Abbas" 
> To: "Meital Bourvine" 
> Cc: "users@ovirt.org" 
> Sent: Tuesday, December 31, 2013 8:42:43 AM
> Subject: Re: [Users] VM not starting up

> Hello Meital

> SELinux is off. The cluster doesn't work if SELinux is on, my hosts and
> storage is showing up as okay but VM is not starting up.

> I've managed to get vdsm.log but cannot find engine.log and audit.log. Sorry
> for being a noob, if you can tell me the path to these files I'll send them
> right away.

> On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine < mbour...@redhat.com >
> wrote:

> > Hi Nauman,
> 

> > Maybe it's a selinux issue?
> 
> > Please try running `setenforce 0` before starting the vm.
> 

> > Also please attach engine.log, vdsm.log, and audit.log
> 

> > > From: "Nauman Abbas" < nauman.ab...@seecs.edu.pk >
> > 
> 
> > > To: " users@ovirt.org " < Users@ovirt.org >
> > 
> 
> > > Sent: Tuesday, December 31, 2013 7:13:01 AM
> > 
> 
> > > Subject: [Users] VM not starting up
> > 
> 

> > > Hello all,
> > 
> 

> > > First of all thank you for your help, I've finally managed to get my
> > > Cluster
> > > configured properly but now that I create VMs I'm facing another problem.
> > > Whenever I start my VM I get this error.
> > 
> 

> > > " VM TestVm is down. Exit message: Child quit during startup handshake:
> > > Input/output error."
> > 
> 

> > > I've googled around but haven't found any satisfactory solution. If
> > > anyone
> > > can help out it would be great.
> > 
> 

> > > Regards
> > 
> 

> > > Nauman Abbas
> > 
> 
> > > Assistant System Administrator (LMS),
> > 
> 
> > > Room No. A-207, SEECS,
> > 
> 
> > > National University of Sciences & Technology,
> > 
> 
> > > + 92 321 5359946
> > 
> 

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

> --

> Nauman Abbas
> Assistant System Administrator (LMS),
> Room No. A-207, SEECS,
> National University of Sciences & Technology,
> + 92 321 5359946
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VM not starting up

2013-12-30 Thread Nauman Abbas
Hello Meital

SELinux is off. The cluster doesn't work if SELinux is on, my hosts and
storage is showing up as okay but VM is not starting up.

I've managed to get vdsm.log but cannot find engine.log and audit.log.
Sorry for being a noob, if you can tell me the path to these files I'll
send them right away.


On Tue, Dec 31, 2013 at 11:17 AM, Meital Bourvine wrote:

> Hi Nauman,
>
> Maybe it's a selinux issue?
> Please try running `setenforce 0` before starting the vm.
>
> Also please attach engine.log, vdsm.log, and audit.log
>
> --
>
> *From: *"Nauman Abbas" 
> *To: *"users@ovirt.org" 
> *Sent: *Tuesday, December 31, 2013 7:13:01 AM
> *Subject: *[Users] VM not starting up
>
>
> Hello all,
>
> First of all thank you for your help, I've finally managed to get my
> Cluster configured properly but now that I create VMs I'm facing another
> problem. Whenever I start my VM I get this error.
>
> "VM TestVm is down. Exit message: Child quit during startup handshake:
> Input/output error."
>
> I've googled around but haven't found any satisfactory solution. If anyone
> can help out it would be great.
>
> Regards
>
> Nauman Abbas
> Assistant System Administrator (LMS),
> Room No. A-207, SEECS,
> National University of Sciences & Technology,
> + 92 321 5359946
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>


-- 

Nauman Abbas
Assistant System Administrator (LMS),
Room No. A-207, SEECS,
National University of Sciences & Technology,
+ 92 321 5359946
Thread-91::DEBUG::2013-12-30 
11:20:06,851::fileSD::239::Storage.Misc.excCmd::(getReadDelay) '/usr/bin/dd 
iflag=direct 
if=/rhev/data-center/mnt/_data_images_rhev/66e0b27c-dcbb-4b6e-9a58-8213e8380c65/dom_md/metadata
 bs=4096 count=1' (cwd None)
Thread-91::DEBUG::2013-12-30 
11:20:07,102::fileSD::239::Storage.Misc.excCmd::(getReadDelay) SUCCESS:  = 
'0+1 records in\n0+1 records out\n502 bytes (502 B) copied, 0.0171847 s, 29.2 
kB/s\n';  = 0
Thread-1826::DEBUG::2013-12-30 11:20:08,983::BindingXMLRPC::177::vds::(wrapper) 
client [10.3.72.248]
Thread-1826::DEBUG::2013-12-30 
11:20:08,983::task::579::TaskManager.Task::(_updateState) 
Task=`a3cc3899-001a-46b9-b836-ac51ca61f304`::moving from state init -> state 
preparing
Thread-1826::INFO::2013-12-30 11:20:08,987::logUtils::44::dispatcher::(wrapper) 
Run and protect: getSpmStatus(spUUID='b709443b-9933-46aa-86cd-c687bb8953f8', 
options=None)
Thread-1826::INFO::2013-12-30 11:20:08,991::logUtils::47::dispatcher::(wrapper) 
Run and protect: getSpmStatus, Return response: {'spm_st': {'spmId': 1, 
'spmStatus': 'SPM', 'spmLver': 3}}
Thread-1826::DEBUG::2013-12-30 
11:20:08,992::task::1168::TaskManager.Task::(prepare) 
Task=`a3cc3899-001a-46b9-b836-ac51ca61f304`::finished: {'spm_st': {'spmId': 1, 
'spmStatus': 'SPM', 'spmLver': 3}}
Thread-1826::DEBUG::2013-12-30 
11:20:08,992::task::579::TaskManager.Task::(_updateState) 
Task=`a3cc3899-001a-46b9-b836-ac51ca61f304`::moving from state preparing -> 
state finished
Thread-1826::DEBUG::2013-12-30 
11:20:08,995::resourceManager::939::ResourceManager.Owner::(releaseAll) 
Owner.releaseAll requests {} resources {}
Thread-1826::DEBUG::2013-12-30 
11:20:08,995::resourceManager::976::ResourceManager.Owner::(cancelAll) 
Owner.cancelAll requests {}
Thread-1826::DEBUG::2013-12-30 
11:20:09,000::task::974::TaskManager.Task::(_decref) 
Task=`a3cc3899-001a-46b9-b836-ac51ca61f304`::ref 0 aborting False
Thread-1827::DEBUG::2013-12-30 11:20:09,162::BindingXMLRPC::177::vds::(wrapper) 
client [10.3.72.248]
Thread-1827::DEBUG::2013-12-30 
11:20:09,165::task::579::TaskManager.Task::(_updateState) 
Task=`e132331d-813e-4f27-a952-e104077eb354`::moving from state init -> state 
preparing
Thread-1827::INFO::2013-12-30 11:20:09,169::logUtils::44::dispatcher::(wrapper) 
Run and protect: 
getStoragePoolInfo(spUUID='b709443b-9933-46aa-86cd-c687bb8953f8', options=None)
Thread-1827::DEBUG::2013-12-30 
11:20:09,170::resourceManager::197::ResourceManager.Request::(__init__) 
ResName=`Storage.b709443b-9933-46aa-86cd-c687bb8953f8`ReqID=`83675d9e-fa54-4e99-a942-9106702338cd`::Request
 was made in '/usr/share/vdsm/storage/hsm.py' line '2547' at 
'getStoragePoolInfo'
Thread-1827::DEBUG::2013-12-30 
11:20:09,171::resourceManager::541::ResourceManager::(registerResource) Trying 
to register resource 'Storage.b709443b-9933-46aa-86cd-c687bb8953f8' for lock 
type 'shared'
Thread-1827::DEBUG::2013-12-30 
11:20:09,174::resourceManager::600::ResourceManager::(registerResource) 
Resource 'Storage.b709443b-9933

Re: [Users] VM not starting up

2013-12-30 Thread Meital Bourvine
Hi Nauman, 

Maybe it's a selinux issue? 
Please try running `setenforce 0` before starting the vm. 

Also please attach engine.log, vdsm.log, and audit.log 

- Original Message -

> From: "Nauman Abbas" 
> To: "users@ovirt.org" 
> Sent: Tuesday, December 31, 2013 7:13:01 AM
> Subject: [Users] VM not starting up

> Hello all,

> First of all thank you for your help, I've finally managed to get my Cluster
> configured properly but now that I create VMs I'm facing another problem.
> Whenever I start my VM I get this error.

> " VM TestVm is down. Exit message: Child quit during startup handshake:
> Input/output error."

> I've googled around but haven't found any satisfactory solution. If anyone
> can help out it would be great.

> Regards

> Nauman Abbas
> Assistant System Administrator (LMS),
> Room No. A-207, SEECS,
> National University of Sciences & Technology,
> + 92 321 5359946

> ___
> 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


[Users] VM not starting up

2013-12-30 Thread Nauman Abbas
Hello all,

First of all thank you for your help, I've finally managed to get my
Cluster configured properly but now that I create VMs I'm facing another
problem. Whenever I start my VM I get this error.

"VM TestVm is down. Exit message: Child quit during startup handshake:
Input/output error."

I've googled around but haven't found any satisfactory solution. If anyone
can help out it would be great.

Regards

Nauman Abbas
Assistant System Administrator (LMS),
Room No. A-207, SEECS,
National University of Sciences & Technology,
+ 92 321 5359946
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users