search for: vonnieda

Displaying 11 results from an estimated 11 matches for "vonnieda".

2013 May 30
2
Question, how to coorelate snapshot ID's to the files that they represent?
...-0500 disk-snapshot 1369920888 2013-05-30 08:34:48 -0500 disk-snapshot 1369921298 2013-05-30 08:41:38 -0500 disk-snapshot Is there another command I can issue to get the OS snapshot file that one of those snapshot names represents? Thanks very much! -Adam -- Adam vonNieda JMIS technical support Capgemini Government Solutions JPATS Kansas City Desk 816-467-1935
2013 Jun 25
2
Re: snapshot-create-as for a single disk not all disks
...#39;/dev/sdm1' > // sdm1 is a remote scsi lun and mounted at the local host <target dev='vdc' bus='virtio' /> </disk> Given above problem, I want to only create the snapshot of local disk. 在 2013-06-24 23:22:47,"vonNieda, Adam (USMS)" <Adam.vonNieda@usdoj.gov> 写道: I think what you’re looking for is LVM snapshots. The whole purpose of taking VM snapshots is to have a consistent image of the machine as a whole. There’s lots of articles out there on LVM snapshots, here’s one. http://www.tldp....
2013 Jun 26
2
Re: snapshot-create-as for a single disk not all disks
...// sdm1 is a remote > scsi lun and mounted at the local host > <target dev='vdc' bus='virtio' /> > </disk> > Given above problem, I want to only create the snapshot of local disk. > > > > 在 2013-06-24 23:22:47,"vonNieda, Adam (USMS)" <Adam.vonNieda@usdoj.gov> > 写道: > > ** ** > > I think what you’re looking for is LVM snapshots. The whole purpose of > taking VM snapshots is to have a consistent image of the machine as a > whole. There’s lots of articles out there on LVM snapshots...
2013 Sep 14
1
Re: Regarding libvirt usage
...at: qcow2**** virtual size: 250G (268435456000 bytes)**** disk size: 174G** cluster_size: 65536 How can i do this from remote host using libvirt module ? Started using and learning libvirt so dont know how to execute it . Thanks in advance. Regards Manzoor On Fri, Sep 13, 2013 at 9:21 PM, vonNieda, Adam (USMS) < Adam.vonNieda@usdoj.gov> wrote: > ** ** > > You can get the block devices assigned to a VM with the following..**** > > ** ** > > virsh domblklist <machine>**** > > Target Source**** > > -------------------------------------------...
2013 Jun 25
0
Re: snapshot-create-as for a single disk not all disks
...#39;/dev/sdm1' > // sdm1 is a remote scsi lun and mounted at the local host <target dev='vdc' bus='virtio' /> </disk> Given above problem, I want to only create the snapshot of local disk. 在 2013-06-24 23:22:47,"vonNieda, Adam (USMS)" <Adam.vonNieda@usdoj.gov> 写道: I think what you’re looking for is LVM snapshots. The whole purpose of taking VM snapshots is to have a consistent image of the machine as a whole. There’s lots of articles out there on LVM snapshots, here’s one. http://www.tldp....
2013 Sep 13
3
Regarding libvirt usage
Hi Team, I am using libvirt module to retrieve configuration of the virtual machines, Can you please tell me how to retrieve the disk space of the Virtual machines. In my KVM hyper i am running two virtual machines. Regards Manzoor
2013 Jun 26
0
Re: snapshot-create-as for a single disk not all disks
...#39;/dev/sdm1' > // sdm1 is a remote scsi lun and mounted at the local host <target dev='vdc' bus='virtio' /> </disk> Given above problem, I want to only create the snapshot of local disk. 在 2013-06-24 23:22:47,"vonNieda, Adam (USMS)" <Adam.vonNieda@usdoj.gov> 写道: I think what you’re looking for is LVM snapshots. The whole purpose of taking VM snapshots is to have a consistent image of the machine as a whole. There’s lots of articles out there on LVM snapshots, here’s one. http://www.tldp....
2013 Jun 22
2
snapshot-create-as for a single disk not all disks
Hi everyone! Is there any way to create snaphot for a single disk of a virtual machine. As I konw, "virsh snapshot-create-as domain_name snapshot_name --disk-only" traverses all block devices to create snapshot. However I don't want to create snapshot except for root partition. The version of qemu and libvirt I used is as follows: qemu-1.4.2 and libvrit-0.10.2
2013 May 30
0
Re: Question, how to coorelate snapshot ID's to the files that they represent?
On 05/30/13 17:33, vonNieda, Adam (USMS) wrote:> Hi folks, first post J > > I’m running Redhat 6 x64 with ibvirt-0.10.2-18 and > qemu-img-rhev-0.12.1.2-2.355 > > My question is, if I do something like the following.. > > [root@testbox ~]# virsh snapshot-list STIGtest > > Name...
2013 Jun 24
0
Re: snapshot-create-as for a single disk not all disks
I think what you're looking for is LVM snapshots. The whole purpose of taking VM snapshots is to have a consistent image of the machine as a whole. There's lots of articles out there on LVM snapshots, here's one. http://www.tldp.org/HOWTO/LVM-HOWTO/snapshots_backup.html From: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] On Behalf Of cmcc.dylan Sent:
2013 Sep 13
0
Re: Regarding libvirt usage
You can get the block devices assigned to a VM with the following.. virsh domblklist <machine> Target Source ------------------------------------------------ vda /VirtualMachines/KVM/machine.qcow2 hdc /VirtualMachines/iso/gparted-live-0.12.1-1.iso For more detailed info, you can use qemu-img on the above returned block device qemu-img info