Arquivo

Posts Tagged ‘Windows 2008R2 SP1’

Eu vou palestrar no Teched Australia 2011

Oi pessoal

Gostaria de compartilhar com voces que estarei palestrando em duas sessoes no Teched Australia 2011. Para quem esta aqui na Australia, conto a presenca la.

SCVMM 2012: Deployment, Planning, Upgrade

This session provides a scenario rich detailed walk through of VMM 2012 deployment, planning, and upgrade scenarios. Come and learn how to best plan your next

VMM rollout SCVMM 2012 Fabric Lifecycle:
Networking and Storage This session provides a scenario rich detailed walk through of new and more robust networking and storage features in VMM 2012. In this session you will learn how to discover, configure, and provision networking and storage fabric for use with the private cloud

O Tech.Ed Australia 2011 vai ser em  Gold Coast, Australia, de 30 de Agosto a 2 de Setembro. Mais informacoes http://australia.msteched.com/

 

Hyper-V R2 cluster: Maximo numero de VM’s por nó

Planeje recursos o suficiente para permitir que um pelo menos 1(um) nó seja reservado para failover, o que significa que ele permanecerá ocioso até que outro nó receba o failover para ele. (nó passivo)

Minha recomendacao : reserve 2 nós como passivos. Não há uma taxa ou um multiplicador de nós reservados recomendados para nós ativos. A única exigência específica é que o número total de nós em um cluster não pode exceder o máximo de 16.

Vários fatores podem afetar o número real de máquinas virtuais que podem ser executadas ao mesmo tempo em um nó, como:

  • Uma quantidade de memória física sendo usada por cada máquina virtual.
  • Largura de banda de armazenamento e rede.
  • Número de eixos de disco, o que afeta o desempenho de E/S do disco

Note que a alta desidade de VM’ em um cluster Hyper-V R2 requer uma capacidade alta de IO capability no Storage. Este sim pode ser o fator limitante.

Numero de Nós no Cluster Media de VM’s por nó Max # VMs no Cluster
2 Nodes (1 active + 1 failover) 384 384
3 Nodes (2 active + 1 failover) 384 768
4 Nodes (3 active + 1 failover) 333 1000
5 Nodes (4 active + 1 failover) 250 1000
6 Nodes (5 active + 1 failover) 200 1000
7 Nodes (6 active + 1 failover) 166 1000
8 Nodes (7 active + 1 failover) 142 1000
9 Nodes (8 active + 1 failover) 125 1000
10 Nodes (9 active + 1 failover) 111 1000
11 Nodes (10 active + 1 failover) 100 1000
12 Nodes (11 active + 1 failover) 90 1000
13 Nodes (12 active + 1 failover) 83 1000
14 Nodes (13 active + 1 failover) 76 1000
15 Nodes (14 active + 1 failover) 71 1000
16 Nodes (15 active + 1 failover) 66 1000

Embora a

Hyper-V : Como bloquear comunicacao entre VM’s utilizando script

O seguinte Script, demonstrado por Vijay Tewari e Taylor Brown no Teched US,  mostra como um Administrador de Hyper-V pode fazer para uma Maquina Virtual se comunicar somente com determinados Hosts, utilizando uma lista previa de enderecos de IP:

Atencao :

– Este script deve ser executado no Host Hyper-V e nao na VM.
– Somente funciona com W2008R2 Hyper-V SP1

#Single NIC Enable
$VmName = “Nome-da-Maquina-Virtual”
$Msvm_ComputerSystem = (Get-WmiObject -Namespace root\virtualization -Class Msvm_ComputerSystem -Filter “ElementName=’$VmName'”)

#Retreve the Msvm_VirtualSystemSettingData associated with this VM – there will be one per VM
$Msvm_VirtualSystemSettingData = ($Msvm_ComputerSystem.GetRelated(“Msvm_VirtualSystemSettingData”) | % {$_})

#Retreve the Msvm_SyntheticEthernetPortSettingData associated with this VM – there will be one per Sytehetic Adapater
$Msvm_SyntheticEthernetPortSettingDataCollection = $Msvm_VirtualSystemSettingData.GetRelated(“Msvm_SyntheticEthernetPortSettingData”)

#Retreve the Msvm_SwitchPort associated with the Msvm_SyntheticEthernetPort – there will be one per Sytehetic Adapater
$Msvm_SwitchPort = $Msvm_SyntheticEthernetPortSettingDataCollection | % {[WMI]($_.Connection| % {$_})}

#Enabled PreventIPSpoofing
$Msvm_SwitchPort.PreventIPSpoofing = $true

#Provide an array of allowed IPv4Addresses or leave null if only using IPv6$Msvm_SwitchPort.AllowedIPv4Addresses = (, “192.168.0.10”)

#Provide an array of allowed IPv6Addresses or leave null if only using IPv4$Msvm_SwitchPort.AllowedIPv6Addresses = (, “fd80:b637:9f0c:2c60::a”)

#Commit the changes
$Msvm_SwitchPort.Put()

Mais info :

http://blogs.msdn.com/b/taylorb/archive/2010/06/14/teched-2010.aspx

Hyper-V : Microsoft estende suporte a CentOS 5.2 a 5.6

A Microsoft anunciou oficialmente que o Windows 2008 R2 Hyper-V tem suporte a CentOS. Com isso a Microsoft aumenta a gama de versoes linux oficialmente suportadas e estende a interoperabilidade para a comunidade Linux.

A partir de agora, se durante a instalacao/execucao de uma maquina virtual executando CentOS voce encontrar alguma problema, voce podera ligar para o supporte Microsoft( CSS )

Versoes do CentOS : 5.2 a 5.6

Para obter a versao atualizada do Linux Integration Services : Microsoft Download Center : http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=eee39325-898b-4522-9b4c-f4b5b9b64551

Para saber mais :http://blogs.technet.com/b/openness/archive/2011/05/15/expanding-interoperability-to-community-linux.aspx

Hyper-V. Lista de Sistema Operacionais suportados como “guests”. Atualizado em Maio 2011

 

A tabela abaixo, lista os Sistemas Operacionais que sao suportados como “guests virtual machine”

Server guest operating system Edicao  Processadores Virtuais
Windows Server 2008 R2 with Service Pack 1 Standard, Enterprise, Datacenter, and Web editions 1, 2, ou 4
Windows Server 2008 R2 Standard, Enterprise, Datacenter, and Windows Web Server 2008 R2 1, 2, or 4
Windows Server 2008 Standard, Standard without Hyper-V, Enterprise, Enterprise without Hyper-V, Datacenter, Datacenter without Hyper-V, Windows Web Server 2008, and HPC Edition 1, 2, or 4
Windows Server 2003 R2 with Service Pack 2 Standard, Enterprise, Datacenter, and Web 1 or 2
Windows Home Server 2011 Standard 1
Windows Storage Server 2008 R2 Essentials 1
Windows Small Business Server 2011 Essentials 1 or 2
Windows Small Business Server 2011 Standard 1, 2, or 4
Windows Server 2003 R2 x64 Edition with Service Pack 2 Standard, Enterprise, and Datacenter 1 or 2
Windows Server 2003 with Service Pack 2 Standard, Enterprise, Datacenter, and Web 1 or 2
Windows Server 2003 x64 Edition with Service Pack 2 Standard, Enterprise, and Datacenter 1 or 2
     
Red Hat Enterprise Linux 5.6 x86 edition and x64 edition 1, 2, or 4
Red Hat Enterprise Linux 5.5 x86 edition and x64 edition 1, 2, or 4
Red Hat Enterprise Linux 5.4 x86 edition and x64 edition 1, 2, or 4
Red Hat Enterprise Linux 5.3 x86 edition and x64 edition 1, 2, or 4
Red Hat Enterprise Linux 5.2 x86 edition and x64 edition 1, 2, or 4
SUSE Linux Enterprise Server 11 with Service Pack 1 x86 edition and x64 edition 1, 2, or 4
SUSE Linux Enterprise Server 10 with Service Pack 4 x86 edition and x64 edition 1, 2, or 4

 Nota: O supporte ao Windows 2000 Server e Windows XP Service Pack 2 (x86) encerrrou em 13/07/2010

Source : http://technet.microsoft.com/en-us/library/cc794868(WS.10).aspx

Virtualzacao Microsoft para Profissionais VMware : Curso Gratis com 2 dos mais renomados profissionais da Microsoft

A Microsoft Learning esta lancando um curso exclusivo curso GRATUITO de 2 dias especialmente desenvolvido para IT PRO’s com expertise em VMWare ou Virtualizacao Microsoft.

Nao perca essa chance unica, que acontecera de 29 a 31 de Marco de 2011 de 10am a 4pm PDT

Registre-se agora!

  • Day 1 will focus on “Platform” (Hyper-V, virtualization architecture, high availability & clustering)  
    • 10:00am– 10:30pm PDT:  Virtualization 360 Overview
    • 10:30am– 12:00pm:  Microsoft Hyper-V Deployment Options & Architecture
    • 1:00pm–   2:00pm:  Differentiating Microsoft and VMware (terminology,etc.)
    • 2:00pm–   4:00pm:  High Availability & Clustering
  • Day 2 will focus on “Management” (System Center Suite, SCVMM 2012 Beta, Opalis, Private Cloud solutions)  
    • 10:00am – 11:00pm PDT:  System Center
      Suite Overview w/ focus on DPM
    • 11:00am – 12:00pm:  Virtual Machine
      Manager 2012 | Part 1
    • 1:00pm –   1:30pm:  Virtual
      Machine Manager 2012 | Part 2
    • 1:30pm –   2:30pm:
      Automation with System Center Opalis & PowerShell
    • 2:30pm–   4:00pm:  Private Cloud Solutions, Architecture & VMM SSP 2.0
  • Day 3 will focus on “VDI” (VDI Infrastructure/architecture, v-Alliance, application delivery via VDI)  
    • 10:00am – 11:00pm PDT:  Virtual
      Desktop Infrastructure (VDI) Architecture | Part 1
    • 11:00am – 12:00pm:  Virtual Desktop
      Infrastructure (VDI) Architecture | Part 2
    • 1:00pm –   2:30pm:
      v-Alliance Solution Overview
    • 2:30pm–   4:00pm:  Application Delivery for VDI
  • SCVMM 2008 R2 SP1 RC ja disponivel para download

    Esta disponivel para download a nova versao do SCVMM 2008R2 SP1 RC, para quem participa do SCVMM 2008 R2 Beta program.

    Esta versao suporta o Windows Server 2008 R2 SP1 RC.

    Microsoft adicionou os controles e propriedades necessarias para que voce possa criar e generenciar maquinas virtuais que tenham Dynamic Memory e RemoteFX habilitados em Windows Server 2008 R2 SP1 Hyper-V hosts.

    Clique aqui para fazer o download : https://connect.microsoft.com/site799

    

    Instalando Debian no Hyper-V com suporte a 4 processadores e syntetic network.

    Instalar o DEBIAN no Hyper-V com suporte a 4 processadores e rede, ficou mais facil gracas ao trabalho do  Yusuf Ozturk , que criou e esta disponibilizando kernel updates pronto para instalacao no Debian x64.

    Note: here (http://www.yusufozturk.info/linux/) you also find for others distros and versions

    Aqui estao os passos:

    1. Faca o download Debian 5.06 (lenny)  http://www.debian.org/releases/lenny/debian-installer/  (full CD/DVD sets – CD 1 )
    2. Crie uma VM com suporte a Legacy Network ( mais tarde, adicionaremos a placa de rede syntetica ) e 5 processadores
    3. Instale o Debian usando a image ISO ( forneca a configuracao IP, pois sera necessario acesso a internet para instalar o kernel updates )
    4. Depois da instalacao finalizada, faca logon e abra uma sessao de terminal

    5. Verifique se tem acesso a internet, pingando um endereco qualquer na internet.

    6. Digite os seguintes comando na sessao de terminal :

    # apt-get update

    # aptitude update

    # wget -c  http://www.yusufozturk.info/linux/linux-image-2.6.36-hyperv-debian.x86_64.deb

    # wget -c http://www.yusufozturk.info/linux/linux-headers-2.6.36-hyperv-debian.x86_64.deb


    # dpkg -i linux-image-2.6.36-hyperv-debian.x86_64.deb linux-headers-2.6.36-hyperv-debian.x86_64.deb

    # echo -e ”hv_vmbus\nhv_storvsc\nhv_blkvsc\nhv_netvsc” >> /etc/initramfs-tools/modules
    # update-initramfs –u –k 2.6.36-hyperv

    7. Desligue a Virtual Machine (Shutdown)
    8. Adicione o Synthetic Network ( somente e’ possivel fazer esta alteracao com a VM offline )
    9. Inicie a VM

    Simples assim!

    Debian executando como Virtual Machine em um servidor Hyper-V 20087 R2 com 4 processadores, synthetic network e shutdown integrado disponivel.

    Windows Server 2008 R2 SP1 RC ja disponivel para download

    A versao do Windows Server 2008 R2 SP1 Release Candidate ja esta disponivel para download.

    http://www.microsoft.com/windowsserver2008/en/us/sp1.aspx

    A interface de usuario na configuracao da Memoria Dinamica foi modificada, em resposta aos feebacks dos beta testers, assim como esta incluido nesta versao, bug fixes.

    Hyper-V 2008R2 SP1: Guest OS que serao beneficiados pela Memoria Dinamica (DM)

    Aqui esta a lista dos Sistema operacionais para servidores que serao beneficiados pela nova funcionalidade : Memoria Dinamica (Dynamic Memory), quando utilizados como maquinas virtuais(guest os):
    • Windows Server 2008 R2 Standard Edition SP1
    • Windows Server 2008 R2 Enterprise Edition SP1
    • Windows Server 2008 R2 Datacenter Edition SP1
    • Windows Server 2008 R2 Web Edition SP1
    • Windows Server 2008 Standard Edition SP2
    • Windows Server 2008 Enterprise Edition SP2
    • Windows Server 2008 Datacenter Edition SP2
    • Windows Server 2008 Web Edition SP2
    • Windows Server 2003 R2 Standard Edition SP2 or higher
    • Windows Server 2003 R2 Enterprise Edition SP2 or higher
    • Windows Server 2003 R2 Datacenter Edition SP2 or higher
    • Windows Server 2003 R2 Web Edition SP2 or higher
    • Windows Server 2003 Standard Edition SP2 or higher
    • Windows Server 2003 Enterprise Edition SP2 or higher
    • Windows Server 2003 Datacenter Edition SP2 or higher
    • Windows Server 2003 Web Edition SP2 or higher

    Nota: Memoria Dinamica(DM) ‘e suportada por ambas arquiteturas : x86 e x64 do Windows Server 2003, Windows Server 2003 R2 e Windows Server 2008.

    Os seguintes sistemas operacionals para desktops, em ambas arquiteturas : x86 e x64, quando instalados em maquinas virtuais, serao suportados pela Memoria Dinamica(DM):

    Windows® 7 Enterprise Edition
    Windows 7 Ultimate Edition
    Windows Vista® Enterprise Edition SP2
    Windows Vista Ultimate Edition SP2
    Lembrando que para utililzar a nova funcionalidade (DM) no host Hyper-V, o Service Pack 1 deve ser previamente instalada :

    Windows Server 2008 R2 com a funcao Hyper-V server instalada
    Microsoft Hyper-V Server 2008 R2