similar to: Unable to migrate a vm

Displaying 20 results from an estimated 300 matches similar to: "Unable to migrate a vm"

2013 Dec 05
1
Using Java bindings to event callback
Hi My test environment : CentOS 6.3 6.4 Ubuntu 13.10 For CentOS 6.4 libvirt-java-0.4.9-1.el6.noarch libvirt-python-0.10.2-29.el6.x86_64 libvirt-client-0.10.2-29.el6.x86_64 libvirt-0.10.2-29.el6.x86_64 I am try to use java bindings to event callback. int register = conn.domainEventRegisterAny(null, 0, cb); But always get the following error message: libvirt: Remote Driver error : adding cb
2012 Oct 02
1
Connection using Java
Hi, I am using java to connect to the xen, but my class is throwing a exception. Does anyone know what is happening? public class TestConnection { public static void main(String[] args) { Connect conn = null; try { conn = new Connect("xen+ssh://root at 192.XXX.XXX.XX/", true); libvir: RPC error : End of file while reading data: nc: invalid option --
2012 Oct 02
0
libvirt Java to connect at the XEN
Hi people, I am new using libvirt for Java I created a class to test my conecction with XEN, but it is throwing a exception that I can't figure out how I solve this. Does anyone knoe how to configure it correctly? I cat use this class from the command line: $ javac -classpath /usr/java/jdk1.6.0_34/bin/libvirt-0.4.9.jar test.java $ java -classpath
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs. [jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list Enter root's password for 192.168.1.23: Id Name State ---------------------------------------------------- Struct did not contain expected field memory_overhead. Struct did not contain expected field
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
Add a copy of the libvirt-ocaml library, currently available at: https://libvirt.org/git/?p=libvirt-ocaml.git;a=summary This is a snapshot at commit d3ed8dcf1b0a6a8a855ceecbe0bb97f21e6665e3, which has all the features we need (and that builds fine). It is expected to stay synchronized with upstream, until there is a new upstream release, and it will be widespread enough. --- .gitignore
2012 Aug 10
0
virDomainMigrate() leads to SASL error
Hello, I'm trying to use virDomainMigrate() function through libvirt-php but I have this error coming from libvirt (this is an error raised by virDomainMigrate(), not by php binding) : Failed to step SASL negotiation: -7 (SASL(-7): invalid parameter supplied: Unexpectedly missing a prompt result) My two connections are over TCP with login/password provided (URL is
2008 Jul 01
0
cannot migrate vm back to original machine (currently with libvirt)
I posted the message below on the libvir-list with no replies, so perhaps someone on this list has some experience with this issue. Alternatively, if anyone has gotten remote migration to work with Fedora and Xen, could you please send me the version numbers you are using for each tool? I''ve tried Xen API with this setup previously, but migration didn''t work at all.
2010 Nov 14
2
java binding and virtualbox-ose
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine through libvirt java binding (libvirt-java-0.4.6) by simply invoking: Connect conn = new Connect("vbox:///session", false); but I got this exception: libvir: warning : Failed to find the interface: Is the daemon running ? libvir: Remote error : unable to connect to '/var/run/libvirt/libvirt-sock':
2010 Mar 21
0
issues with Migrating a domain
Hi everyone i've been trying to migrate a domain from hostA to hostB.But everytime i did it with "virsh --live migrate <Domain> xen+ssh://root at Destination", it failed and told me something like "Error Domain not found:xenUnifiedDomainLookupByName". The same thing happened when i tried to do the same thing with libvirt API like virDomainMigrate &
2015 Apr 15
2
unknown driver format value 'qcow3'
Hi All I am trying to deploy VMs using libvirt and a domainXML file where i mention the parameters for the VM to be deployed. I am using libvirt version: libvirt 0.10.2 ********** virsh # version Compiled against library: libvirt 0.10.2 Using library: libvirt 0.10.2 Using API: QEMU 0.10.2 Running hypervisor: QEMU 0.12.1 *********** I get this libvirt exception while deploying a VM. Exception
2011 Jun 11
1
Difference between function Migrate and Migrate2
I was reading the API reference for the libvirt, when I came across the function? virDomainMigrate and virDomainMigrate2. I am unable to find the difference between the two. Can someone please tell the difference in the application of the two? -- Abhishek
2011 May 11
1
Problems connecting to Virtualbox hypervisor using libvirt java binding
I am trying to connect to the virtualbox hypervisor through libvirt java binding. I am on Ubuntu 10.04 and I have installed libvirt-0.85, libvirt-java-0.4.6 and virtualbox-ose-dkms. I have configured libvirt project and its java binding at Eclipse and the default test of the binding runs properly. When I try to run a simple test in java with the connection: conn = new
2011 Apr 01
1
LIBVIRT migration
Hello I''m developing a system using libvirt and I need to use "migrate" to move guest to different hosts. I'm testing using a cluster connected by ssh, and I'm connect ok trought them, using virsh and virt-manager. But if I try to migrate doing: *virsh # migrate --live scompi1 qemu+ssh://rionegro/system* I got: *error: monitor socket did not show up.: Connection
2011 Sep 23
1
The Format Of URI when Migrating
Hi, when I try to use such API: virDomainPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virDomainPtr> virDomainMigrate (virDomainPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virDomainPtr> domain, virConnectPtr <http://www.libvirt.org/html/libvirt-libvirt.html#virConnectPtr> dconn, unsigned long flags, const char * dname, const char * uri,
2013 Mar 14
1
[virt-tools-list] C'ant migrate with virt-manager or virsh
On 03/14/2013 03:17 AM, Digvijay wrote: > [root at node0 ~]# virsh migrate --live try1 qemu+ssh://root at 100.100.102.106/system > --unsafe > root at 100.100.102.106's password: > error: operation failed: migration job: unexpectedly failed > error: Reconnected to the hypervisor > CC-ing libvirt-users I think that virsh command should work. Look at
2017 Jan 10
3
Regarding Migration Statistics
Greetings, I am writing a code using libvirt API to migrate VM between two physical hosts *(QEMU/KVM) , *say some *n *number of times. *1)* I am using right now* virDomainPtr virDomainMigrate (.......) *and to calculate the total migration time I am using something like this: *clock_gettime(CLOCK_MONOTONIC_RAW,&begin); * *migrate*(domainToMigrate,nodeToMigrate);
2012 Dec 07
0
Java API Migration error
Hi Guys, I am trying to perform live migration of a qemu+kvm guest using the libvirt java api binding. Unfortunately I keep getting this error Exception in thread "main" org.libvirt.LibvirtException: internal error unable to add domain task 1598 to cgroup: No space left on device the number after "domain task" keeps changing on every run, the problem is migration fails
2014 Jan 29
0
Does libvirt support attach volume to linux container now?
Hi all, I am playing with linux container and using libvirt to manage linux container. I find I fail to attach volume to linux container via libvirt and I got the following error message: Failed to attach volume: data-111 to VM: lxc-111; org.libvirt.LibvirtException: unsupported configuration: Can't setup disk for non-block device. My question is that does libvirt support attaching volume
2012 Jul 03
0
CentOS 6.2 Migration Error
2011 May 31
0
unable to migrate guests
I'm new to libvirt and I'm facing a problem while migrating the guest domain. Both guest and host are of the same config(checked it with uname -a) Migrating using virsh, I get: virsh # migrate hda2 --desturi qemu+ssh://root at 10.129.54.254/system root at 10.129.54.254's password: error: operation failed: migration to 'tcp:kvm-lab:49168' failed: migration failed. The