18303 shaares
1707 private links
1707 private links
12 results
tagged
kvm
Par exemple, installer un invité Windows Server avec Hyper-V fonctionnel dans une VM KVM.
Vérifier le prérequis :
cat /sys/module/kvm_intel/parameters/nested
Si il répond "Y", tout est bon on continue, sinon ("N"), on active et on redémarre après l'activation :
echo 'options kvm_intel nested=1' >> /etc/modprobe.d/qemu-system-x86.conf
Seul problème, avec le modèle de processeur par défaut dans Proxmox (kvm64), Hyper-V refuse toujours de s'installer, en basculant sur le type de processeur hôte directement, tout va bien, et Hyper-V s'installe et fonctionne.
vboxmanage clonehd <orig-disque>.vdi <temp-disque>.img --format raw
qemu-img convert -f raw <temp-disque>.img -O qcow2 <final-disque>.qcow2
linux-kvm based VDI solution
Ganeti is software designed to facilitate the management of virtual machines (KVM or Xen). It helps you move virtual machine instances from one node to another, create an instance with DRBD replication on another node and do the live migration from one to another, etc.