search for: myvm

Displaying 20 results from an estimated 41 matches for "myvm".

Did you mean: mvm
2007 Dec 17
1
Xen console hangs
Hello, I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the vm with "xm create myvm -c". I see the boot during a couple of second, then, it freeze. The console is freezed, not the vm, a couple of second later, I can ssh the vm without any problem. "xm console myvm" also display a freezed state. This is an extrat of the console : # xm create myvm -c Using conf...
2009 Aug 13
0
HVM creation problem
...| 0 B 00:00 ........................... At this point ''xm list'' displays : .............................. Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 2946 2 r----- 2681.3 myvm 5 51 9 1 r----- 46.9 ................................ If I try "xm console myvm" it doesnt do anything but hangs the whole screen, vncviewer doesnt work either it says : ........................... VNC Viewer Free Edition 4.1.2 for X...
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
...ff bridge_fd 0 bridge_maxwait 0 Seems to work. Then I created a virtual machine using Ubuntu's vmbuilder tool like so: vmbuilder kvm ubuntu \ --suite 'precise' \ --flavour 'virtual' \ --arch 'amd64' \ --dest 'myvm' \ --hostname 'myvm' \ --mem '2048' \ --rootsize '4096' \ --swapsize '1024' \ --mirror 'http://archive.ubuntu.com/ubuntu' \ --name 'MyName' \ --user 'myuser...
2011 Aug 04
2
[LLVMdev] LLVM backend: Treat some function calls specially
...d into the backend but given as input at compile time. I have some vague ideas on how I could implement this, but would like to ask for your ideas in order to keep me from going too far in a wrong/cumbersome direction. The first option that came into my mind is adding a new intrinsic "llvm.myVM.call_native(i32 %funcIdx, ...)" and then linking at compile time a module that looks like define void @foo(i32 %a) { call @llvm.myVM.call_native(i32 1, i32 %a) } define void @bar(i32 %a, i32 %b) { call @llvm.myVM.call_native(i32 2, i32 %a, i32 %b) } ... But here I am...
2009 Dec 21
26
Questions on qcow, qcow2 versus LVM
I''ve been using lvm under centos to create the backing store for domUs and although the performance seems acceptable it has some shortcomings. The biggest of which is the LVM bug which prevents me from removing an lv (it says it is still mounted and it definitely isnt). I thought this was just a centos bug but it appears to be evident in debian and ubuntu too and I really can''t
2007 Dec 17
0
xm console freeze/hangs
Hello, I''m running XEN 3.0.3 on RHEL5 2.6.18-53.1.4.el5xen. I used to start the vm with "xm create myvm -c". I see the boot during a couple of second, then, it freeze. The console is freezed, not the vm, a couple of second later, I can ssh the vm without any problem. "xm console myvm" also display a freezed state. This is an extrat of the console : # xm create myvm -c Using conf...
2011 Aug 04
0
[LLVMdev] LLVM backend: Treat some function calls specially
...ime. > > > I have some vague ideas on how I could implement this, but would like > to > ask for your ideas in order to keep me from going too far in a > wrong/cumbersome direction. > > > The first option that came into my mind is adding a new intrinsic > "llvm.myVM.call_native(i32 %funcIdx, ...)" and then linking at compile > time a module that looks like > define void @foo(i32 %a) { > call @llvm.myVM.call_native(i32 1, i32 %a) > } > define void @bar(i32 %a, i32 %b) { > call @llvm.myVM.call_native(i32 2, i32 %a, i32...
2017 Jun 19
0
VM fails to start on boot-up
...(CentOS BuildSystem <http://bugs.centos.org>, 2017-05-25-20:52:28, c1bm.rdu2.centos.org), qemu version: 2.6.0 (qemu-kvm-ev-2.6.0-28.el7_3.9.1), hostname: server.mydomain.lan LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=spice /usr/libexec/qemu-kvm -name guest=MyVM,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-1-MyVM/master-key.aes -machine pc-i440fx-rhel7.3.0,accel=kvm,usb=off,vmport=off -cpu Broadwell,+rtm,+hle -m 8192 -realtime mlock=off -smp 4,sockets=4,cores=1,threads=1 -uuid cb6f4d45-091d-47f8-931a-8daf6b0...
2020 Jan 05
3
(no subject)
...l, Please let me start by indicating that I am not from a technical background, so please be gentle and patient with me. I am trying to get a snapshot from my virtual machines (vm) and the following command works for all of them bar one: # virsh snapshot-create-as --quiesce --no-metadata --domain myvm myvm-state --diskspec vda,file=overlay.qcow2 --disk-only --atomic The only exception is this one vm, which has two disks as two separete qcow2 files: vda and vdb. Vdb contains my nexcloud data, resides on a btrfs subvolume, and a daily snapshot of this subvolume is taken by a cronjob by the host m...
2012 Aug 17
1
Live Snapshot and Rebasing using blockpull
..., I am looking for a solution for live backups of running KVM hosts. I recently read this article which highlights the following method: http://www.linux-kvm.com/content/first-look-virtual-machine-online-disk-snapshots-coming-fedora-18 1. virsh snapshot-create-as to create the snapshot 2. cp myvm.qcow2 myvm-backup.qcow2 to copy off the now read-only backing image file 3. virsh blockpull to merge the base and snapshot images together into a single image again Is this functionality only available in qemu 1.1? I am using Ubuntu 12.04 LTS on production servers which only includes qemu 1.0.x...
2017 Jun 20
0
Re: VM fails to start on boot-up
...ntOS BuildSystem <http://bugs.centos.org>, 2017-05-25-20:52:28, c1bm.rdu2.centos.org), qemu version: 2.6.0 (qemu-kvm-ev-2.6.0-28.el7_3.9.1), hostname: server.mydomain.lan >LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin QEMU_AUDIO_DRV=spice /usr/libexec/qemu-kvm -name guest=MyVM,debug-threads=on -S -object secret,id=masterKey0,format=raw,file=/var/lib/libvirt/qemu/domain-1-MyVM/master-key.aes -machine pc-i440fx-rhel7.3.0,accel=kvm,usb=off,vmport=off -cpu Broadwell,+rtm,+hle -m 8192 -realtime mlock=off -smp 4,sockets=4,cores=1,threads=1 -uuid cb6f4d45-091d-47f8-931a-8daf6b0...
2018 Nov 07
2
How to find out what is deleting my vms
...so oVirt. Recently, following updates, VMs not handled by oVirt have been deleting themselves after they shut down. Previously to this, I have not had any problems of this nature. I cannot say whether the problem is coming from oVirt updates or not. I am creating a VM using "virsh define myvm.xml" on the server, starting it through virt-manager on my local PC, performing work inside the VM and then closing down the operating system inside the VM, and then once it has completed shutting down it shows "Shutoff" as the status in virt-manager and then maybe 5 seconds later it...
2012 Oct 30
1
SCSI/IDE Devices in Guest
...virtual machine (I sent another message to th elist about that as it's slightly different) Looking in the XML files for my virtual machine, I see this: <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/vm/myvm/tmpeuiVc9.qcow2'/> <target dev='hda' bus='ide'/> <address type='drive' controller='0' bus='0' unit='0'/> </disk> However, /dev/hda is not a device in the guest. It is /dev/sda. It's not really a problem in it's ow...
2011 Nov 07
6
[XCP] Error when trying to import vmware images
...Root element is missing." Followed by a stack trace (I can attach full logs if requested) I get this same error when trying to import exported OVF files from VMware Workstation The citrix guide also mentions using xe vm-import, this gives me: [root@xcp ~]# xe vm-import filename=/mnt/vmware/MyVM.vmdk sr-uuid=2c8e28b5-e0b4-2901-9635-1c824f43aeb6 The VM could not be imported. msg: INTERNAL_ERROR: [ Failure("int_of_string") ] I have also run "qemu-img convert -f vmdk MyVM.vmdk -O raw xen_compat.img" and tried to "xe vm-import" the img file but was presented with...
2016 Apr 12
2
Re: Clone VM with saved state
...ger 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? > > With 'virsh', you _can_ save the live disk and memory state: > > $ virsh snapshot-create-as \ > --domain myvm snap1 \ > --diskspec vda,file=./disk-snap.qcow2,snapshot=external \ > --memspec file=./mem-snap.qcow2,snapshot=external \ > --atomic > > > -- > /kashyap >
2012 May 11
3
How to prevent virtual machines running twice on the disk images?
I use KVM on two identical centos5 hosts. I can live migrate the virtual machines from one to the other and it works great. Once I do this, I can see VM definitions on both hosts using virt-manager or virsh list --all On one machine the VM is running, on the other it reports "shut off". The disk images are accessible to both host machines and I want to have only one running a the time
2016 Mar 31
2
How is calculate the lock with lockd_manager
2016 Mar 31
0
Re: How is calculate the lock with lockd_manager
...u mean in the case of a host crash, and if so what filesystem ? If you are using NFS at lesat so you shouldn't need to know the file names, there is the ability to tell the NFS server to release all locks associated with a dead host. > I do anĀ  sha256 hash from /var/lib/libvirt/images/lock/MyVM.img but I > don't get the same hash code form virtlockd ? It uses the sha256 has of the filename. How did you generate your hash ? If using shell make sure you don't include a newline ie you want echo -n /var/lib/libvirt/images/lock/MyVM.img | sha256sum not a plain 'echo'...
2018 Nov 07
0
Re: How to find out what is deleting my vms
...ently, following updates, VMs not handled by oVirt have been deleting themselves after they shut down. Previously to this, I have not had any problems of this nature. I cannot say whether the problem is coming from oVirt updates or not. > > > I am creating a VM using "virsh define myvm.xml" on the server, starting it through virt-manager on my local PC, performing work inside the VM and then closing down the operating system inside the VM, and then once it has completed shutting down it shows "Shutoff" as the status in virt-manager and then maybe 5 seconds later it...
2020 Jan 06
0
Fwd: (no subject)
...> > background, so please be gentle and patient with me. > > > > I am trying to get a snapshot from my virtual machines (vm) and the > > following > > command works for all of them bar one: > > > > # virsh snapshot-create-as --quiesce --no-metadata --domain myvm > myvm-state > > --diskspec vda,file=overlay.qcow2 --disk-only --atomic > > You can drop --atomic if you use a qemu released in at least last 5 > years as the snapshot is always atomic if the qemu supports the > 'transaction' command. > > > > > The only e...