similar to: (no subject)

Displaying 20 results from an estimated 800 matches similar to: "(no subject)"

2016 Mar 23
2
Re: (no subject)
How is the traffic different when using the tunnelled option rather than ssh without tunnelling? On Wed, Mar 23, 2016, 5:14 PM Michal Privoznik <mprivozn@redhat.com> wrote: > On 22.03.2016 10:28, nidhi d wrote: > > How is tunnelled option specified during migratiion different than an > > ordinary ssh connection specified as:- virsh migrate vmName > >
2016 Mar 23
0
Re: (no subject)
On 22.03.2016 10:28, nidhi d wrote: > How is tunnelled option specified during migratiion different than an > ordinary ssh connection specified as:- virsh migrate vmName > qemu+ssh://user@remotesys/system? > > virsh migrate --tunelled ... Michal
2019 Feb 10
2
virsh migrate --copy-storage-inc
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 the image excist, I don't do that, and I think that "--copy-storage-inc" will do it. But I
2016 Mar 23
2
Re: (no subject)
I tried using tunnelled mode for vm migration, but migration failed with the error Permission denied(publickey,password):Connection reset by peer I have enabled passwordless ssh login at the destination. Also i am able to connect to the destination using using qemu+ssh. On Wed, Mar 23, 2016, 6:59 PM Michal Privoznik <mprivozn@redhat.com> wrote: > On 23.03.2016 14:13, nidhi d wrote:
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"
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 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
2016 Mar 24
3
Re: (no subject)
>From the auth log at the destination: Failed password for <user> from <ip> port <no> ssh2 On Thu, Mar 24, 2016, 3:50 PM Michal Privoznik <mprivozn@redhat.com> wrote: > On 23.03.2016 14:47, nidhi d wrote: > > I tried using tunnelled mode for vm migration, but migration failed with > > the error > > > > Permission
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
2008 Dec 26
3
Simulating dataset using Parallel Latent CTT model?
I am trying to simulate a dataset using Parallel Latent CTT model and this is what i have done so far: (START) #Importing psych library for all the simulation related functions library(psych) # Settting the working directory path to C:/NCME path="C:/NCME" setwd(path) #Using the function to generate the data GenData <- congeneric.sim(N=500, loads =
2014 Nov 25
2
how to modify virsh vm start script
I use libvirt to manage a QEMU/KVM system. Starting a VM only by using > virsh start vmname What I want to know is how to add an option to virsh vm's start script, in my case I want to add QEMU logging option (-d and -D). I can see from > ps aux | grep qemu that current VM started using virsh not including those options ~ady
2023 Apr 05
1
backup-begin
The reason given is shut off (crashed). So something virsh backup-begin does is causing he guest to crash? Den 2023-04-04 kl. 16:58, skrev Peter Krempa: > On Tue, Apr 04, 2023 at 16:28:18 +0200, Andr? Malm wrote: >> Hello, >> >> For some vms the virsh backup-begin sometimes shuts off the vm and returns >> "error: operation failed: domain is not running"
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
Title: HOWTO-FreeBSD-on-XCP Author: John D. "Trix" Farrar Date: 2012-02-09 * The Challenge - ParaVirtualized FreeBSD 9.0-RELEASE under XCP 1.1.0 The idea here is to create a PV FreeBSD VM under Xen Cloud Platform (XCP) without starting with an HVM first. The documentation I''''ve been able to find on-line is at least a year old and is mostly written for Xen (under
2009 Feb 06
4
Upgrade R program (version 2.6.2) ???
Hi All, I downloaded the R program (version 2.6.2) in last Jan 2008. I now want to upgrade the program to its latest version, but I don't want to go through the process of deleting the existing version and downloading the new version. This is because my existing R program has numerous packages that I downloaded for my research work. I want to upgrade my R program with those packages in it. Is
2009 Nov 13
3
Virsh shutdown all command?
Hello: Is there a command in virsh to shutdown all domains? I can do one at a time, but that is untenable for a large number of domains. Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://UnmeteredVPS.net CentOS 5.4 VPS with unmetered bandwidth only $25/month! 7 day no risk trial, Google Checkout accepted
2009 Feb 04
2
Best way to migrate Xen Disk IMG w/LVM''s to a block-device? (e.g. DRBD)
Hi All, I was hoping to pick someone''s brain about the best way of moving a Xen disk image (which has LVM''s inside of it) to a new block-device?  I have the target DRBD device ready but unsure what''s the best &amp; safest way to do it. I was actually tempted to mount the Xen disk image in a dom0, and make it visible via loop devices and promote that DRBD node for
2013 Jun 19
1
Live Migration Without Shared Storage
I‘m very exited to hear that qemu has supported live migration without shared storage and I also have found some persons give their experiments, for example: (http://blog.allanglesit.com/2011/08/linux-kvm-management-live-migration-without-shared-storage/) # virsh migrate --live vmname qemu+ssh://kvmnode02.allanglesit.net/system --copy-storage-all --verbose --persistent --undefinesource I
2013 Nov 09
1
Unable to shutdown/reboot a SLES 10 SP4 VM
Hello, I am unable to do a graceful shutdown or reboot of SLES 10 SP4 virtual machines (Kernel version: 2.6.16.60-0.85.1-default) with virsh shutdown or virsh reboot commands. (e.g virsh shutdown "vmname" ). On issuing these commands there is no impact on the VM. Also unable to perform the shutdown or reboot operations from the menu options available on the console when accessing the
2014 Jan 15
2
Re: how to detect if qemu supports live disk snapshot
> > > > > > So, if I'm not mistaken, looks like the only way to test for the support > in QEMU is to actually > > request a snapshot and see what happens. > > Is this right? > > Unfortunately true for the moment. > Hi, does this command can help with you? virsh qemu-monitor-command vmname --hmp 'help' | grep snapshot_blkdev
2014 Aug 19
2
disable-ticketing
hi... where usually disable-ticketing is avaliable in vm xml ???? i use this command virsh edit vmname and i can edit any options and added but when add this option to <graphics> as example : <graphics disable-ticketing='yes'> or <graphics> <disable-ticketing /> </graphics> nothing happened the file return to first status only this option ... if i add