LinuxParty
En esta guía se explica cómo instalar y utilizar KVM para crear y ejecutar máquinas virtuales en un servidor CentOS 6.3. Voy a mostrar cómo crear una imagen basada en máquinas virtuales y también máquinas virtuales que utilizan un volumen lógico (LVM). KVM es la abreviatura de basada en el Kernel Virtual Machine y hace uso de la virtualización de hardware, es decir, se necesita una CPU que tenga soporte para la virtualización de hardware, por ejemplo, Intel-VT o AMD-V.
Yo no le doy ninguna garantía de que esto funcionará para usted!
1 Nota preliminar
Estoy usando un servidor CentOS 6.3 con el nombre de host server1.example.com y la dirección IP 192.168.0.100 aquí como mi huésped KVM.
Tendrá que tener SELinux deshabilitado en su sistema CentOS 6.3. No he probado con SELinux habilitado, que podría funcionar, pero si no, es mejor desactivar SELinux, así:
vi /etc/selinux/config
Set SELINUX=disabled...
# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of these two values: # targeted - Targeted processes are protected, # mls - Multi Level Security protection. SELINUXTYPE=targeted |
... y reinicie:
reboot

-
CentOS
- Publicado CentOS Linux, 5.5
- El Perfecto Servidor - CentOS 5.5 x86_64 [ISPConfig 3]
- Configuración de un servidor y cliente NFS en CentOS 5.5
- El Perfecto Servidor - CentOS 5.6 x86_64 [ISPConfig 3]
- Instalar Zimbra Collaboration Suite 7 en CentOS 5.x (64Bit)
- Usar e Instalar OpenVZ en CentOS 5.6
- Microsoft dará soporte de CentOS Linux en Hyper-V
- Paravirtualización con Xen en CentOS 5.6 (x86_64)
- PowerStack, últimas versiones de LAMP en CentOS
- Instalar Lighttpd con PHP5 y MySQL en CentOS 5.6
- El Servidor Perfecto - CentOS 6.0 x86_64 [ISPConfig 3]
- Instalar y utilizar OpenVZ en CentOS 6.0