Webcast Hyperv R2 Y Linux

of 16 /16
1 Hyper-V R2 y Linux Guillermo Sánchez Microsoft Certified Professional Microsoft Certified Technology Specialist [email protected]

Embed Size (px)

description

En la siguiente presentacion se muestra como instalar las Linux ICS V2 en Red Hat Enterprse 5 y Suse Enterprise 11

Transcript of Webcast Hyperv R2 Y Linux

  • 1. Hyper-V R2 y Linux
    Guillermo Snchez
    Microsoft Certified Professional
    Microsoft Certified Technology Specialist
    [email protected]

2. Agenda
Introduccin
Arquitectura de Hyper-V R2
Distribuciones Soportadas
Servicios de integracin (Linux ICS V2)
Instalacin Servicios de integracin
Preguntas y respuestas Q&A
3. Introduccin
Que es Hyperv: Windows Server 2008 HyperV R2 es la funcionalidad de virtualizacin basada en el hypervisor (Versin 2), incluida como un rol de servidor especfico de Windows Server 2008 R2. Contiene todo lo necesario para la puesta en servicio de escenarios de virtualizacin.
Linux sobre Hyper-V R:Veremos como trabajar con las distribuciones soportadas (Red Hat y Suse) en Hyper-v y tambin como trabajar con una distribucin no soportada.
4. Arquitectura de Hyperv R2
OS
ISV / IHV / OEM
VM Worker Processes
Microsoft Hyper-V
Microsoft / XenSource
Particiones Hijas
Particin Padre
Aplicaciones
Aplicaciones
Aplicaciones
Aplicaciones
User Mode
WMI Provider
VM Service
Windows Server 2008
Non-Hypervisor Aware OS
Windows Kernel
Windows Kernel
Xen-Enabled Linux Kernel
Windows Server 2003, 2008
VSP
IHV Drivers
Synthetic
Devices
Drivers
Kernel Mode
VMBus
Linux VSC
VSC
Emulation
VMBus
VMBus
Windows hypervisor
Hypercall Adapter
Ring -1
Designed for Windows Server Hardware
5. Requerimientos de HyperV
Hardware
Arquitectura x64 (no IA64)
Virtualizacin asistida por hardware
Intel-VT / AMD-V
Data Execution Prevention (DEP) en el hardware
NOTA: La BIOS debe soportar y tener habilitadas estas opciones. Hay que apagar/encender el equipo despus de hacer algn cambio en el bios (no basta reiniciar)
Software
Una edicin x64 de Windows Server 2008 R2
Standard/Enterprise/Datacenter
Microsoft HyperV Server 2008 R2 (Versin Gratuita)
6. Distribuciones soportadasHyperV R2
Distribuciones de Linux (Con Linux ICS V2)
Suse Enterprise Linux:
32-bit (x86) y 64-bit (x64), versin 10 o superior.
Red Hat Enterprise Linux:
32-bit (x86) y 64-bit (x64), versin 5.2 o superior.
Link de descarga de ICS v2
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c299d675-bb9f-41cf-b5eb-74d0595ccc5c
Link de descarga Satori (Mouse Driver)http://www.xen.org/download/satori.html
7. Linux Integration Componets (ICS V2)
Cuando se instala en una mquina virtual Linux soportada virtual en Hyper-V R2, los componentes de integracin Linux proporcionan. Soporte de controladores para los dispositivos sintticos: incluyen soporte para el controlador de la red, tanto de sntesis y el controlador de almacenamiento sintticas que han sido desarrollados especficamente para la tecnologa Hyper-V. Estos componentes aprovechar el nuevo bus de alta velocidad, VMBus, que fue desarrollado para la tecnologa Hyper-V.
Requerimientos: Para poder instalar los componentes de integracin es necesario contar con las herramientas de desarrollo y los fuentes del Kernel para compilar los nuevos drivers.
8. Instalacin en Red Hat Enterprise 5
Montar la imagen LinuxICv2.iso:
cd /mnt
mkdircdrom
mount /dev/hdc /mnt/cdrom
mkdir /opt/linux_ic
cp -R /mnt/cdrom/* /opt/linux_ic/
umount /mnt/cdrom
cd /opt/linux_ic
./setup.pl drivers
Para realizar la instalacin deben estar las herramientas de desarrollo y el paquete kernel-source instalados.
9. Instalacin en Red Hat Enterprise 5Entorno grfico driver mouse
Montar la imagen inputsvc.iso:
cd /mnt
mkdircdrom
mount /dev/hdc /mnt/cdrom
mkdir /opt/input_svc
cp -R /mnt/cdrom/* /opt/input_svc/
umount /mnt/cdrom
cd /opt/input_svc
./setup.pl
Para realizar la instalacin deben estar las herramientas de desarrollo y el paquete kernel-source instalados.
10. Instalacin en Suse Enterprise 11
En el archivo /etc/modprobe.d/unsupported-modules
allow_unsupported_modules1
Montar la imagen LinuxICv2.iso:
cd /mnt
mkdircdrom
mount /dev/sr0 /mnt/cdrom
mkdir /opt/linux_ic
cp -R /mnt/cdrom/* /opt/linux_ic/
umount /mnt/cdrom
cd /opt/linux_ic
./setup.pl drivers
Para realizar la instalacin deben estar las herramientas de desarrollo y el paquete kernel-source instalados.
11. Instalacin en Suse Enterprise 11Entorno grafico driver mouse
Montar la imagen inputsvc.iso:
cd /mnt
mkdircdrom
mount /dev/sr0 /mnt/cdrom
mkdir /opt/input_svc
cp -R /mnt/cdrom/* /opt/input_svc/
umount /mnt/cdrom
cd /opt/input_svc
./setup.pl
Para realizar la instalacin deben estar las herramientas de desarrollo y el paquete kernel-source instalados.
12. Hyper-V R2 y Linux
Instalacin ICS V2
Demo
13. Q & A
Preguntas y respuestas
14. 15. 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation.Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
16. Recursos Adicionales
Microsoft Hyperv Server 2008 R2
http://www.microsoft.com/hyper-v-server/en/us/default.aspx
Microsoft Windows 2008 R2
http://www.microsoft.com/windowsserver2008/en/us/default.aspx
ITSanchez, Compartiendo Conocimiento
www.itsanchez.com.ar
Guillermo Snchez
[email protected]