Displaying 20 results from an estimated 4000 matches similar to: "How to show underlying QEMU command line using virsh"
2017 May 24
0
Re: How to show underlying QEMU command line using virsh
On Wed, May 24, 2017 at 10:49:23AM +0300, Roman Storozhenko wrote:
> Hello, everybody
>
> I use virt to run my VM's and QEMU as a hypervisor. There is a file
> describing my virtual machine:
>
> /etc/libvirt/qemu/centos7.0.xml
Just a note, never edit ^these files directly behind libvirt's back and always
use 'virsh edit' for all modifications.
>
> As you
2015 Mar 09
1
[CentOS Wiki] Update of "Manuals/ReleaseNotes/CentOS7.0/Spanish" by JoseArribas
2015-03-09 12:08 GMT-07:00 <noreply at centos.org>:
> Dear Wiki user,
>
> You have subscribed to a wiki page or wiki category on "CentOS Wiki" for change notification.
>
> The following page has been changed by JoseArribas:
> http://wiki.centos.org/Manuals/ReleaseNotes/CentOS7.0/Spanish
>
> New page:
> language es
> #pragma section-numbers 2
> =
2018 Sep 14
0
virsh doesn't support vtpm using XEN?
Hi again!
More TPM + XEN stuff.
have look at the following:
================= "xl list -l centos7.0" ==============
[
{
"domid": 31,
"config": {
"c_info": {
"type": "hvm",
"name": "centos7.0",
"uuid":
2015 May 09
2
KVM Questions
On 05/08/2015 11:41 PM, James Hogarth wrote:
> was wondering if this procedure might work to do what I desire:
>
> 1.) Shutdown the VMs
> 2.) Archive the VM image directory /home/vmimages to a network drive
> 3.) Use parted or fdisk to delete present /home partition
> 4.) Use parted or fdisk to re-create smaller/home partition and new vm-images
> 5.) Create XFS file system on
2017 May 24
1
How to set guest console size in libvirt configuration options?
Hello, everybody
I use virsh to run my VM and QEMU as a hypervisor.
When I connect to it, it shows me a console with a some predefined size.
I know that I am able to update grub configuration to pass the correct
size as a kernel command line option or use stty something like:
stty rows 62 cols 213
and it's resizes correctly.
But is there any way to define the console's size outside
2012 Jul 19
1
virsh define function question
Hi,
How do I view the libvirt virsh domxml-to-native function implementation? I think this function contains some error.
Because we use libvirt to manage some host and vms on vmware hypervisor.
We use openenbula generate a template for libvirt ,such as my attachment windows2008.xml.
but when i use domxml-to-native to convert xml file to vmware config file vmx as below. This may not be
2020 Jun 25
1
virsh edit does not work when <initiator> and <auth> is used in config
Hello,
I am having problem when using: "virsh edit <vm_name>"
my VM has network iscsi disk defined:
<disk type='network' device='disk'>
<driver name='qemu' type='raw'/>
<source protocol='iscsi'
name='iqn.1992-08.com.netapp:5481.60080e50001ff2000000000051aee24d/0'>
<host
2017 Feb 24
2
Re: "virsh list" hangs
2017 Feb 21
4
Re: "virsh list" hangs
On 02/20/2017 09:10 PM, Michal Privoznik wrote:
> On 17.02.2017 17:18, Yunchih Chen wrote:
>> `virsh list` hangs on my server that hosts a bunch of VMs.
>> This might be due to the Debian upgrade I did on Feb 15, which upgrades
>> `libvirt` from 2.4.0-1 to 3.0.0-2.
>> I have tried restarting libvirtd for a few times, without luck.
>>
>> Attached below are
2018 Sep 17
0
Re: How to assign IP via virt-install
You've not given libvirt anything to install; therefore, it has nothing it
can tell about the IP address. Are you intending, for example, to add a
mapping between MAC and IP address to a DHCP server for later use?
- Peter
On Mon, 17 Sep 2018 at 13:23, Devis Reagan Ponraj -ERS, HCL Tech <
devisreagan-p@hcl.com> wrote:
> Hi Team ,
>
> I am new to virt-install , need your help
2019 Apr 18
2
Re: [libvirt] Why virsh domxml-to-native qemu-argv changes PCI slot number
Moving to libvirt-users where it belongs.
On Thu, 2019-04-18 at 06:47 +0000, Tal Attaly wrote:
> Hi,
> I have bridge type interface defined with slot 3 -
> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
> but after running virsh domxml-to-native qemu-argv I get slot 2-
> -netdev tap,fd=21,id=hostnet0 -device
2015 Oct 20
2
Extlinux with guestfish
Hi everyone,
I'm working with libguestfs 1.30.3 on Centos 7 host.
I encountered a problem when I wanted to install extlinux with guestfish as
a bootloader for my guests and I always get this error:
SYSLINUX 4.05 EDD 0x54f93f16 Copyright (C) 1994-2010 H. Peter Anvin et al
ERROR: No configuration file found
No default or UI configuration directive found!
boot: _
*This is how I create the
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated.
I normally create my VMs like this:
base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/"
sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x "ks=http://xxx.os21.ks$kx"
HOWEVER... I'm finding that my VMs dont boot after i
2005 Dec 14
3
Horde domxml dependency problem
It appears that Horde requires the "domxml" PHP extension, which is
apparently not a part of the standard CentOS 4.x PHP 4.x distribution.
In fact, "domxml" is no longer available from the sourceforge web site
as they prefer the use of the dom libraries in PHP5 instead.
http://pecl.php.net/package/domxml
Given these facts, how has anyone gotten this working? I would love to
2013 Apr 02
1
problem in view vm created by virsh create
<domain type='kvm'>
<name>eucalyptus-windows</name>
<os>
<type>hvm</type>
<boot dev='cdrom'/>
</os>
<features>
<acpi/>
</features>
<memory>524288</memory>
<vcpu>1</vcpu>
<devices>
<emulator>/usr/libexec/qemu-kvm</emulator>
<disk type='file'>
<source
2014 Dec 22
2
virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
Hi,
I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user.
I have tried the following with the resulting errors:
1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp'
- prompted for username password
- entered 'DOMAIN\User' as username
- successfully
2017 Feb 17
2
"virsh list" hangs
`virsh list` hangs on my server that hosts a bunch of VMs.
This might be due to the Debian upgrade I did on Feb 15, which upgrades
`libvirt` from 2.4.0-1 to 3.0.0-2.
I have tried restarting libvirtd for a few times, without luck.
Attached below are some relevant logs; let me know if you need some more
for debugging.
Thanks for your help!!
root@vm-host:~# uname -a
Linux vm-host 4.6.0-1-amd64 #1
2017 Jun 06
1
Re: libvirtd not accepting connections
On 06/06/2017 08:17 AM, Michael C. Cambria wrote:
>
>
> On 06/06/2017 04:43 AM, Martin Kletzander wrote:
>> On Mon, Jun 05, 2017 at 07:52:58PM -0400, Michael C Cambria wrote:
>>>
>>>
>>> On 06/05/2017 10:46 AM, Martin Kletzander wrote:
>>>> On Sun, Jun 04, 2017 at 06:42:39PM -0400, Michael C Cambria wrote:
>>>>> I've upgraded
2020 Sep 04
2
printing the qemu final execution line from an xml
Greetings,
I have a qemu line which I want to convert ot libvirt xml but as domxml-from-native is deprecated, I want to try it the other way around.
e.g. write an libvirt xml and dump the final qemu line without running it.
is there a way to do so?
Thanks,
Dagg.
2015 May 04
4
CentOS 7, NFS 4, and a non ext4 fs (like zfs)
Hello,
we want to migrate to CentOS 7(.1) , Server, Client etc ...
Right now we need to suspend that because we have some serious issues
with NFS4 shared ZFS ( kernel module - zfs on linux project ) Volumes
and CentOS 7 clients.
Our current server are CentOS6.5, if we share a zfs volume and do the
following on this share: client A reads/access file "z.txt". Now client
B replaces