similar to: VM cloning with memory state

Displaying 20 results from an estimated 20000 matches similar to: "VM cloning with memory state"

2016 Apr 12
2
Re: Clone VM with saved state
Hi Kashyap, Thanks for your answer! Unfortunately my use case requires cloning the exact memory state, so I won't be able to use virt-sysprep. But the snapshot command looks like something I could use. Could you suggest how to proceed and create/start a new vm from that snapshot? Thanks, Michael On Tue, Apr 12, 2016 at 2:37 PM, Kashyap Chamarthy <kchamart@redhat.com> wrote: > On
2014 Sep 16
3
unattended cloning
Morning, I have a KVM guest running Win 2012 with MS SQL 2012. In order to provide a quick method of restoring the service should the live server die, we've decided to clone it to a preserved state. Ideally, this clone should also be kept up to date and cloning should be done on a regular basis. Is there any reason not to do unattended cloning? As in, when I leave on a Friday afternoon,
2011 Aug 11
5
newbie questions: copying and cloning xen vm
Hi all, I started studying xen to implement some HA cluster hosting multiple guests. I am realizing that xen does not provide any native way to hot-clone or hot-backup a guest. Am I right ? Is there any way to how backup a virtual machine? Or is suspend - copy - resume the only possible tecnique ? Is there any way to clone a virtual machine? Do vm snapshots exists? Thank you for every answer!
2016 Apr 11
2
Clone VM with saved state
Hi, My use case involves creating duplicates of saved virtual machines. Tried with virt-manager and with virsh but so far it seems like this case is not supported by these tools. Does anyone know how I could achieve the above? Thanks, Michael
2016 Apr 12
0
Re: Clone VM with saved state
On Mon, Apr 11, 2016 at 12:01:08PM +0300, Michael Ravits wrote: > Hi, > > My use case involves creating duplicates of saved virtual machines. While I realize you want to trivially clone VMs with some state at random point in time, you might want to look into `virt-builder` about cloning VMs. It has some sensible advice: http://libguestfs.org/virt-builder.1.html#clones Using
2016 Apr 13
0
Re: Clone VM with saved state
On Tue, Apr 12, 2016 at 03:15:16PM +0300, Michael Ravits wrote: > Hi Kashyap, > > Thanks for your answer! > > Unfortunately my use case requires cloning the exact memory state, so I > won't be able to use virt-sysprep. > But the snapshot command looks like something I could use. > Could you suggest how to proceed and create/start a new vm from that > snapshot?
2010 Aug 18
0
XCP - Cloning VM from Xen
Simon, To add on to this question: Is it possible to run a VM (RHEL 5.2) which I had created on XCP 0.5 on XCP 1.0 whenever it is released? Regards, Prateek > > > > ---------- Forwarded message ---------- > From: Simon Hobson <linux@thehobsons.co.uk> > To: xen-users@lists.xensource.com > Date: Wed, 18 Aug 2010 17:10:33 +0100 > Subject: Re: [Xen-users] Cloning VM
2014 Sep 22
0
Re: unattended cloning
On 09/16/2014 01:19 AM, Adam King wrote: > Morning, > > I have a KVM guest running Win 2012 with MS SQL 2012. > In order to provide a quick method of restoring the service should the live server die, we've decided to clone it to a preserved state. > Ideally, this clone should also be kept up to date and cloning should be done on a regular basis. > > Is there any
2015 Jul 20
1
Hot Cloning - clone running Virtual Machines
Greetings, I am running a test automation service which makes use of QEMU/KVM. As the tests run for few minutes, the time spent booting the OS (Windows) is quite a waste of resources so I decided to play a bit around the idea of hot cloning running VMs. Following an old discussion I found, I proceeded with saving the VM state through virsh save, edit its XML file with virsh save-image-edit and
2007 Oct 01
2
dovecot cloning mails?
Hi, I have a strange issue here. I have a large message of a svn commit and the message is cloning itself more and more. I've deleted it several time completely but it doesn't go away. http://www.cynapses.org/tmp/dovecot.png How can I debug it? Thanks, -- andreas milliways:~ # dovecot -n # 1.0.5: /etc/dovecot/dovecot.conf base_dir: /var/run/dovecot/ log_timestamp: %Y-%m-%d %H:%M:%S
2009 May 29
1
[PATCH server] Don't set VM state to shut down in task.
This patch changes taskomatic so it only sets the VM to shutdown if the undefine succeeds. Otherwise it's possible a shutdown event could not succeed, or take a while as it often does, giving confusing messages to the user. Basically we're just letting dbomatic handle it now. Signed-off-by: Ian Main <imain at redhat.com> --- src/task-omatic/taskomatic.rb | 1 - 1 files
2005 Dec 02
3
cloning drives
Good day everyone - This maybe somewhat OT, but I was wondering if anyone can recommend a good tool for cloning *nix drives. The one thing though is that I will be cloning a smaller drive than the destination drive and would like to distribute the free space accordingly on the new drive. Can anyone recommend anything? Thanks in advance. :::::::::::::::::::::: Dustin
2013 Nov 22
4
Fwd: [virt-devel] btrfs NOCOW for VM disk images
----- Forwarded Message ----- From: "Stefan Hajnoczi" <stefanha@redhat.com> To: "Eric Sandeen" <sandeen@redhat.com> Cc: virt-devel@redhat.com, "Kevin Wolf" <kwolf@redhat.com> Sent: Friday, November 22, 2013 9:20:51 AM Subject: [virt-devel] btrfs NOCOW for VM disk images Hi, In upstream QEMU we''re discussing patches that set the NOCOW flag
2013 May 22
4
Changing disk UUID after cloning
So, I have a CentOS 6 system, and I want to make several clones of it. I'm using Clonezilla to clone the drives; that's no problem. But the drive UUIDs are driving me up the wall. After cloning, the two drives have the same UUID, but I'd like each clone to have different UUIDs so there's no possibility of a conflict when I am running diagnostics with two drives installed, etc.
2002 Mar 20
3
Cloning an EXT3 drive?
Hello: I've been using EXT3 for awhile with Slackware Linux. I setup a master drive and I've been cloning it to identical hard drives using a hardware cloning device. My new batch of hard drives are a different size, so I can't use the hardware cloner. Is there any way to move the drive to a new, larger drive short of re-installing everything from scratch to make a new master?
2012 Jun 21
0
[LLVMdev] Cloning block for newbie
Please reply-all so that the thread is kept on llvmdev. The LLVM Programmer's Manual has examples of how to iterate over many common structures, such as instructions in a basic block[1]. Other than that, you can check the source code or doxygen[2]. Basically, you loop over the instructions as detailed in the programmer's manual[1], and loop over the operands using User's
2019 Oct 09
2
Cloning llvm-project fails
Hi, cloning/checkout llvm-project on Windows fails for me with: C:\Users\KaiNacke\vscode>git clone git://github.com/llvm/llvm-project.git master Cloning into 'master'... remote: Enumerating objects: 2557, done. remote: Counting objects: 100% (2557/2557), done. remote: Compressing objects: 100% (102/102), done. Receiving objects: 100% (3562454/3562454), 1.27 GiB | 6.92 MiB/s, done.
2012 Jun 21
3
[LLVMdev] Cloning block for newbie
Hello everybody. I'm quite new to LLVM and I'm encontering problems with cloning basic blocks. My two basic blocks are in the same function and it doesn't really matter how the cloned one behave for the moment. Of course, to do so, I used the cloning.h 's method "CloneBasicBlock" but I have the "Instruction does not dominate all uses!" error. I know what it
2013 Nov 05
1
[LLVMdev] Thread-safe cloning
Sorry to resurrect an old thread, but I finally got around to testing this approach (round tripping through bitcode in memory) and it works beautifully - and isn't that much slower than cloning. I have noticed however that the copy process isn't thread-safe. The problem is that in Function, there is lazy initialization code for arguments: void CheckLazyArguments() const { if
2008 Dec 04
2
Best way to take snapshots of iSCSI devices using Open-iSCSI + CentOS
Hi, I want to take snapshots of a iSCSI devices from a target that hasn't snapshot/cloning capabilities (it's a Infortrend A16E storage array). What method are you using to make snapshots/clones of iSCSI targets using Open-iSCSI + CentOS? What about using Open-iSCSI + LVM snapshots system? For example: - Take a LVM snapshot in the initiator with "lvcreate". - Give read-only