All Questions
6 questions
1
vote
1
answer
4k
views
VM started, but it is not listed by virsh
I have a VM started by TripleO setup script for OpenStack. I can connect to the VM console with vncviewer. The problem is that the VM is not listed by virsh.
$ sudo virsh list --all
Id Name ...
0
votes
1
answer
7k
views
Install guest CentOS 7 on KVM also on CentOS7 without GUI [duplicate]
I'm a bit stuck with virtualization on CentOS 7 using KVM. Whenever I try to create a virtual machine it keeps telling me to connect to the machine via console and finish the installation. Whenever I ...
2
votes
1
answer
8k
views
Activate Intel VT-d in the kernel on CentOS7
Following many tutorials, they ask you to alter the grup file at the
/boot/grup/grup.conf.. but in Centos7 there is no /boot/grup/grup.conf
...
Activate Intel VT-d in the kernel
Activate Intel VT-d ...
3
votes
2
answers
4k
views
CentOS7: KVM: error: Cannot create user runtime directory '/run/user/0/libvirt': Permission denied
Been trying to resolve an issue I found by having our Nagios installation use a plugin for KVM, check_kvm, I found. I think my problem boils down to a permissions issue with the nagios/nrpe user. ...
1
vote
0
answers
3k
views
virsh shutdown not working on linux guest
Solution to this issue is usually installing acpi on the guest vm and making sure the vm has the following:
<features>
<acpi/>
<apic/>
<pae/>
</features>
I have that, ...
1
vote
1
answer
1k
views
Unable create/access storage pool in a KVM
I have trouble using storage pools in my KVM setup.
I get the following error message whenever I try to use a pool-* command in my virsh shell.
virsh # pool-list
error: Failed to get the number of ...