similar to: Whether Virsh migrate VM works with xen hypervisor??

Displaying 20 results from an estimated 20000 matches similar to: "Whether Virsh migrate VM works with xen hypervisor??"

2014 Nov 19
0
Re: Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
I doubt whether there is any fixed algorithm given while generating certificates. I used RSA 1024 bit. On Wed, Nov 19, 2014 at 11:42 AM, Ajitha Robert <ajitharobert01@gmail.com> wrote: > > Hi all, > > I am facing an error while connecting libvirt remotely using tls.. I have created CA, client and server certificates with RSA 1024 bit using Openssl. I am using debian linux
2014 Nov 19
2
Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
Hi all, I am facing an error while connecting libvirt remotely using tls.. I have created CA, client and server certificates with RSA 1024 bit using Openssl. I am using debian linux flavor in both client and server. *Original Error:* (When trying to connect remote libvirt) virsh -c xen+tls://destinationipaddr/system error: failed to connect to the hypervisor error: authentication failed: TLS
2014 Nov 20
0
Re: virsh net-start default fails
Same error i faced i edited default.xml using the below command virsh net-edit default <network> <name>default</name> <uuid>Your Uuid number</uuid> <forward mode='nat'> <nat> <port start='1024' end='65535'/> </nat> </forward> <bridge name='virbr0' stp='on' delay='0'/>
2014 Aug 13
1
Support live migration of OpenVZ container
Hi libvirt team, I was trying to migrate an OpenVZ domain from one host to another host. It seems that the live migration of OpenVZ container is there ( https://openvz.org/Migration_from_one_HN_to_another), but it haven't been integrated to libvirt yet. In particular, I ran the following commands and it failed: $ sudo virsh migrate --live --verbose --undefinesource 101 openvz+ssh://
2014 Jun 30
0
Re: Unable to migrate vm from redhat to ubuntu using virsh migrate
On 2014-06-29 04:24, Mani Devarajan wrote: > Hello All, > I am working on migrating the vm from redhat to ubuntu. the emulator > value is as below. > Ubuntu: <emulator>/usr/bin/qemu-system-x86_64</emulator> > redhat: <emulator>/usr/libexec/qemu-kvm</emulator> Create a symlink? > When i try to migrate from redhat, i get the following error. It would
2020 Apr 23
0
Virsh migrate and paused vm
Hello I have a question regarding virsh migrate. I see this when I migrate a vm using the command --- virsh --connect=xen:///system migrate --live --verbose vm1 xen+ssh://node2/system --- I see the vm keeps running on node1 and on node2 its paused. Libvirt version is 5.1.0-8.11.6.x86_64 and hypervisor is Xen 4.12. No issues when running --- xl migrate vm1 node2 --- Any help is
2014 Jun 29
4
Unable to migrate vm from redhat to ubuntu using virsh migrate
Hello All,  I am working on migrating the vm from redhat to ubuntu. the emulator value is as below.  Ubuntu: <emulator>/usr/bin/qemu-system-x86_64</emulator> redhat: <emulator>/usr/libexec/qemu-kvm</emulator> When i try to migrate from redhat, i get the following error. It would be great help if you can suggest how to workaround the issue.  virsh migrate --live --verbose
2014 Nov 11
0
migrate works for xen4.4?
Hi all, i m using xen 4.4.0 as hypervisor with libvirt 1.2.0. When i tried with migrate command i m facing certain issues.. I need to ensure whether libvirt supports xen 4.4? -- *Regards,Ajitha R*
2016 Mar 30
4
Re: (no subject)
When i tried virsh migrate <vm> xen+ssh://user@remote/system I get the error This function is not supported by the connection driver:virDomainMigrate3
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2 Xen version as per xl info 4.4.2 I am working with xl toolstack On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote: > nidhi d wrote: > > When i tried > > > > virsh migrate <vm> xen+ssh://user@remote/system > > > > I get the error > > > > This function is not supported by
2014 Nov 19
2
Re: virsh net-start default fails
Yes, /etc/libvirt/qemu/networks/default.xml exists and has the contents: $ cat /etc/libvirt/qemu/networks/default.xml <network> <name>default</name> <bridge name="virbr0" /> <forward/> <ip address="192.168.122.1" netmask="255.255.255.0"> <dhcp> <range start="192.168.122.2"
2018 May 09
0
Re: Multi-threaded virsh migrate
On Mon, May 07, 2018 at 11:55:14AM -0400, Shawn Q wrote: > Hi folk, we are using 10gb NICs with multithreaded compression. > > We're finding that the standard `virsh migrate` gets at most ~1.2gbps, > similar to a single scp session. Hmm, I didn't actively measure the throughput when I tested, but looking at the results and trying to infer bandwidth, I'm fairly sure I saw
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
2019 Feb 11
0
Re: virsh migrate --copy-storage-inc
On Sun, Feb 10, 2019 at 12:11:42 +0100, Paul van der Vlis wrote: > Hello, > > I use libvirt on machines without shared storage. My VM's have all one > qcow2-disk, with the same name as the VM. > > When I want to migrate a VM, I check if there is an qcow2 image on the > other host with that name. When that's not the case, I copy the image > using rsync first. If
2015 Apr 29
0
Re: non failover equivalent to "virsh migrate --copy-storage-all"
On 04/29/2015 09:47 AM, Andreas Buschmann wrote: > Hello, > > I have two servers where I can push VMs from one to the other by issuing > the command > > virsh migrate --live --persistent --copy-storage-all --verbose \ > test6 qemu+ssh://kvmhost2/system > > on kvmhost1. I can get the VM back by issuing the equivalent command on > kvmhost2: > > virsh
2013 Apr 19
1
virsh migrate
Hello, Short question about KVM migration. For doing on hytest1.test.lab: virsh migrate --live |/CentOStestbox1/|/|qemu+ssh://hytest2.test.lab/system do I need shared storage or will it copy the machine over via ssh? Unfortunately I don't have the hardware to test this on at the moment :( //cheers |/
2016 Feb 24
1
unhelpful error message on failed "virsh migrate"
Hello, I have two servers where I can push VMs from one to the other by issuing the command virsh migrate --live --persistent --copy-storage-all --verbose \ test6 qemu+ssh://kvmhost2/system on kvmhost1. I can get the VM back by issuing the equivalent command on kvmhost2: virsh migrate --live --persistent --copy-storage-all --verbose \ test6 qemu+ssh://kvmhost1/system After
2017 Jan 04
1
Virsh Fail to Connect to Hypervisor
Hi, I am upgrading libvirt from 1.2.9 to 2.0.0 and I have successfully make the libvirtd running. However, virsh cannot connect to hypervisor with following errors: virsh # connect error: failed to connect to the hypervisor root@node-55:/usr/local# virsh -c 'qemu:///system' connect error: failed to connect to the hypervisor error: no connection driver available for qemu:///system Can
2010 May 14
1
System unusable (hangs) after xm create - xen 4
Hello I have a production server, on which I had to install a new OS. Unfortunately, xen is not willing to run any domUs! Any help would be most highly appreciated. My problem is essentially that described in this post, to which there was no answer at the time: <http://lists.xensource.com/archives/html/xen-devel/2009-06/msg01147.html> Symptoms: When trying to xm create a previously
2015 Oct 02
1
hvc - hypervisor virtual console & virsh
Hi Fi, cmdline: console=hvc0 systemd.wants=getty at hvc0 Connect via virt-manager - View / Text Consoles / Text Console no.: Fedora 24 (Rawhide) Kernel 4.3.0-0.rc3.git2.4.fc24.x86_64 on an x86_64 (hvc0) localhost login: root Last login: Fri Oct 2 17:28:36 on hvc0 # tty /dev/hvc0 # systemctl status getty at hvc0.service ? getty at hvc0.service - Getty on hvc0 Loaded: loaded