Displaying 20 results from an estimated 800 matches similar to: "cannot migrate vm back to original machine (currently with libvirt)"
2006 Jun 22
2
iax2 registration problems
On the asterisk1 I got this:
register => username:secret@ipaddress2
[eop]
username=username
secret=secret
type=peer
host=ipaddress1
auth=md5
on the second box I got this
this host is ipaddress2
[incommingiax2]
username=username
type=user
secret=secret
host=dynamic
context=from-internal-custom
auth=md5
on first host 1 am getting:
Jun 22 14:42:10 NOTICE[2398]: chan_iax2.c:7411
2012 Feb 15
1
mount.cifs gives error 13 after changing servers -- hidden cache??
A sysadmin moved a share from one Windows server to another. I am now
getting error 13 when trying to mount the share from the new server.
The following worked before the server was replaced:
mount.cifs //ipaddress1/share1$ /mnt/share1 -o
credientials/home/whatever/.smbcredentials,rw
mount.cifs //ipaddress2/share2$ /mnt/share2 -o
credientials/home/whatever/.smbcredentials,ro
Change: server
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
2011 Jun 03
0
Unable to migrate a vm
Hi!
I've attached my code
The error I got was:
run:
Domain:hda2 id 11 running hvm
libvir: Domain error : operation virDomainMigrate forbidden for read only
access
exception FOUR caught:org.libvirt.LibvirtException: operation
virDomainMigrate forbidden for read only access
level:VIR_ERR_ERROR
code:VIR_ERR_OPERATION_DENIED
domain:VIR_FROM_DOM
hasConn:false
hasDom:false
hasNet:false
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
2015 Aug 11
0
libvirt-guests.service doesn't work, but manually running libvirt-guests.sh stop does
Using libvirt 1.2.18 (-1 Arch) and QEMU git-master (2.4.0.r40384.2d69736).
pm-utils 1.4.1-6. acpid 2.0.23-4
Installed using Q35 chipset.
I can perform virsh # shutdown <vmname>, and watching the client VM console
see a graceful shutdown.
On host:
=====
# systemctl reboot
{{{ client VM console immediately blanks out - I do NOT see a graceful
shutdown }}}
libvirt-guests.sh: Running guests
2012 Aug 24
1
Does libvirt abstract each and any vm specific command?
Hello,
my project still uses VBoxManage but I am inclined to switch to
libvirt, if possible, because I like the concept.
Some rather unusual commands are used by my project...
VBoxManage modifyvm "$VMNAME" --synthcpu on
VBoxManage setextradata "$VMNAME"
"VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled" "1"
VBoxManage modifyvm "$VMNAME"
2013 May 31
0
Enable bios useserial=yes from command line
Hi Guys,
I'm currently learning KVM and have set up an Ubuntu 12.04.2 VM running KVM.
I am using the following command to provision a VM:
virt-install --connect qemu:///system --ram "$ramsize" -n "$vmname"
--boot network,hd,menu=on --os-variant="$variant" --disk
path=/var/lib/libvirt/images/"$vmname".qcow2,device=disk,bus=virtio,format=qcow2
--mac=
2015 Aug 10
0
managedsave/start fails because of Q35 UHCI Host Controller
managedsave/start appears to work, but VM is unusable due to non-stop
repeating uhci_hcd errors.
I can't remove the USB controller from QEMU, but I CAN remove it
through virsh edit. Doing so eliminates the USB controller in the
guest, preventing non-stop repeating uhci_hcd errors. (QEMU only lets
you remove the USB redirection entries, which didn't help.)
Using libvirt 1.2.18 (-1 Arch)
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 Aug 11
3
Do I need to enable qemu-ga's guest-suspend: hybrid/suspend-ram/disk/shutdown?
How do I "enable" qemu-ga on a guest to be able to (I think this means have
a success-response:true) for: guest-suspend-hybrid; guest-suspend-ram;
guest-suspend-disk; and guest-shutdown?
At least I think that's my question.
http://wiki.stoney-cloud.org/wiki/Qemu_Guest_Agent_Integration shows these
same 4 as false, so I'm not sure if they're always supposed to be that way.
2011 Oct 07
2
Libvirt newbie, need help with doubts
Hi,
These are my doubts:
1. I tried live migration of Ubuntu 11.04 from the one physical machine to
another using the migrate() function. I connected via tcp in the destination
URI and migrated successfully(lesser than 2 seconds). I tried running virsh
list --all on the destination PM and confirmed that the VM had been migrated
successfully.
When I tried checking ps aux | grep vmname where
2015 Aug 10
0
managedsave/start causes IRQ and task blocked for more than 120 seconds errors
If I manually delete the Q35 USB Controllers, I can use
managedsave/start, but I start getting tty errors that don't happen
before the managedsave/start.
Using libvirt 1.2.18 (-1 Arch) and QEMU git-master (2.4.0.r40384.2d69736).
Installed using Q35 chipset.
I'm running QEMU git, which allows SCSI controller migration, so I can
attempt doing this.
I started my guest, and waited for 15
2014 Jul 17
0
NFS FILE ID not unique when exporting many brtfs subvolumes
Hi BTRFS community
I have a problem using btrfs/nfs to store my vmware images.
- following setup :(debian wheezy + backports)
Linux sncubetest02 3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.12-1~bpo70+1 (2014-07-13) x86_64 GNU/Linux
> btrfs --version
Btrfs v3.14.1
> btrfs fi show
Label: none uuid: 8e37c8d0-e0ef-4857-ae9f-9a1be21901ed
Total devices 2 FS bytes used 210.27GiB
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
2010 Dec 17
1
libvirt unavailable while a VM is in migration?
Hi,
I am running libvirt 0.8.6 on qemu (kvm, really) 0.12.5. I have
noticed that while a live migration is running, I cannot do anything
else with libvirt -- even 'virsh list' blocks without output until
the migration is almost done.
(At that point 'virsh list' will dump a final screen showing the VM I
just migrated as 'running'; the next run of 'virsh
2018 Mar 21
1
Attempt to migrate guest to the same host localhost.localdomain
Hi
My libvirt version is 3.4.0, I migrate guest between two host, The two host have same hostname( hostname cmd output same), I try find solution on Internet, I find someone say host uuid same, But virsh sysinfo output uuid is different, when I change one host's hostname, migrate success. I wish know why, and Can I solution this problem not change hostname.
My program use api
2015 Oct 29
2
How to retrieve legacy cgroups location ?
Hi,
As told in "Control Groups Resource Management" libvirt page :
Legacy cgroups layout
Prior to libvirt 1.0.5, the cgroups layout created by libvirt was different from that described above, and did not allow for administrator customization. Libvirt used a fixed, 3-level hierarchy libvirt/{qemu,lxc}/$VMNAME which was rooted at the point in the hierarchy where libvirtd itself was
2023 Apr 05
1
backup-begin
Den 2023-04-05 kl. 09:47, skrev Peter Krempa:
> The backup operation is quite complex so it is possible.
> Please have a look into /var/log/libvirt/qemu/$VMNAME.log to see whether
> qemu logged something like an assertion failure before crashing.
>
> Additionally you can have a look into 'coredumpctl' whether there are
> any recorded crashes of
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