달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2009. 11. 30. 09:17

SCVMM 2008 R2 Virtualization2009. 11. 30. 09:17

VMM 2008 R2 supports the following new features of Windows Server 2008 R2:

  1. Live migration between Windows Server 2008 R2 clustered hosts.
  2. Network optimization detection during virtual machine placement. VMM 2008 R2 supports both Virtual Machine Queue (VMQ) and TCP Chimney, which are Windows Server 2008 R2 features that improve network performance for virtual machines.
  3. Network adapters that support the VMQ feature are able to create a unique network queue for each virtual network adapter and then connect that queue directly to the virtual machine’s memory. This connection routes packets directly from the hypervisor to the virtual machine, bypassing much of the processing in the virtualization stack.
  4. Network adapters that support the TCP Chimney feature are able to offload the processing of network traffic from the networking stack. Both of these features increase network performance and reduce CPU utilization.
  5. Hot addition and removal of virtual hard disks (VHDs). In Windows Server 2008 R2, Hyper-V allows users to add and remove VHDs from a virtual machine while it is running.


Feature Bullet Summary:

  • Live migration
  • Clustered Shared Volume (CSV) support that enables multiple Highly Available Virtual Machines (HAVM) per LUN.
  • Hot add of storage
  • Support for VMware vSphere 4 (VMware VI3 feature parity only)
  • SAN Migration into and out of clustered hosts
  • Processor flexibility
  • Network optimization
  • Quick storage migration
  • Maintenance mode for hosts
  • Support for third party cluster file system, Sanbolic Melio FS
  • Support for third party storage class resource, Veritas Storage Foundation for Windows
  • Expanded support for iSCSI SANs
  • Support for VMware port groups for virtual switches
  • Support for Virtual Machine permissions assigned in Hyper-V
  • Dynamic policy based load balancing
:
Posted by 커널64
2009. 11. 19. 10:52

unattend.xml 샘플 (SCVMM) Virtualization2009. 11. 19. 10:52

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
           processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
           language="neutral" versionScope="nonSxS"
           xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fDenyTSConnections>false</fDenyTSConnections>
</component>
<component name="Microsoft-Windows-IE-ESC" processorArchitecture="amd64"
           publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
           xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<IEHardenAdmin>false</IEHardenAdmin>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-ServerManager-SvrMgrNc" processorArchitecture="amd64"
          publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
          xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DoNotOpenServerManagerAtLogon>true</DoNotOpenServerManagerAtLogon>
</component>
<component name="Microsoft-Windows-OutOfBoxExperience" processorArchitecture="amd64"
          publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
          xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DoNotOpenInitialConfigurationTasksAtLogon>true</DoNotOpenInitialConfigurationTasksAtLogon>
</component>
</settings>
<settings>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
          publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
          xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<AutoLogon>
<Password>
<Value>P@ssw0rd</Value>
<PlainText>true</PlainText>
</Password>
<Username>administrator</Username>
<LogonCount>1</LogonCount>
<Enabled>true</Enabled>
</AutoLogon>
</settings>
</unattend>

:
Posted by 커널64
2009. 8. 27. 22:14

SCVMM 2008 R2 RTM !!! SystemCenter2009. 8. 27. 22:14

:
Posted by 커널64

:
Posted by 커널64

1. Live Migration
가장 특징적인 기능이라 할 수 있겠다. VM의 다운타임 없이 호스트 간 이동이 가능해진다.
이를 위해서는 R2에서 제공되는 CSV(Clustered Shared Volume)가 요구된다.
SCVMM 2008 R2와 함께 사용 시 Live Magration의 Queue와 같은 기능을 사용할 수 있다.
기존 인프라에 대한 변경은 불필요하다.

2. Logical Processor Support
호스트 컴퓨터에 대해 64개의 논리적인 코어 지원
최초 Hyper-V 버전 대비 두 배수의 논리적 코어 지원이다.

3. Hot add/remove Storage
VHD 또는 Pass-through 디스크에 대한 hot add/remove 지원
Hot add/remove는 SCSI 컨트롤러에 대해서만 지원
저장소 컨트롤러에 대한 hot add/remove는 지원 안 함

4. SLAT
Second Level Address Translation (SLAT)
메모리 주소 변환에 대한 하드웨어(CPU)적인 지원으로 성능 증가 및 Hypervisor의 부하 감소
Intel에서는 EPT(Enhanced Page Tables)이라 부르고 AMD에서는 NPT(Nested Page Tables)라 칭한다.
메모리 관리에 대한 성능을 증가 시킨다. 구체적으로 Hypervisor의 메모리 사용량을 약 5%에서 1%로 감소시킨다.

5. VHD를 통한 부팅(물리적인 서버) 지원


* Hot Add Memory 지원 Windows Server 2003/2008 Edition 목록

> Windows Server 2003 Enterprise Edition(Not supported in 64-bit versions)
> Windows Server 2003 Datacenter Edition(Not supported in 64-bit versions)
> Windows Server 2008 Enterprise Edition
> Windows Server 2008 Datacenter Edition
> Windows Server 2008 Itanium Edition

:
Posted by 커널64
2009. 6. 13. 09:49

SCVMM 2008 R2의 새로운 기능 정리 Virtualization2009. 6. 13. 09:49

SCVMM 2008 R2의 새로운 기능

Storage Migration
Windows Server 2008 R2로 업그레이드를 수행하면서 기존 LUN 당 한 개의 VM으로 매핑되어 있는 것을 CSV(clustered shared volume) LUN으로 마이그레이션하는 과정이 필수적으로 필요하게 되는데 SCVMM 2008 R2에서는 Quick Storage Migration이라는 기능을 제공한다.
동일 호스트 또는 다른 호스트의 저장소로 최소의 다운타임으로 이동을 가능하게 한다. VM의 사용 정도에 따라 달라지겠지만 일반적으로 2분 이내의 다운타임을 가진다.
또한, VMWare의 동일 호스트 내에서 다운타임 없이 저장소를 이동하는 Storage vMotion 기능을 지원한다.

Queuing of Live Migration
Windows Server 2008 R2의 새로운 기능인 Live Migration을 지원한다. Live Migration은 원본 및 대상 호스트에서 동시에 한 작업만 수행할 수 있는 제한을 가진다.
SCVMM 2008 R2는 Live Migration이 진행 중일 때 또 다른 Live Migration을 수행하면 이에 대한 작업 실패 상태를 감지하고 Queue에 넣고 자동으로 주기적으로 재시작하게 된다. 이 기능을 통해 관리자는 하나의 Live Migration이 끝나기를 기다렸다가 다음 Live Migration을 수행할 필요가 없어지며 SCVMM 2008 R2가 자동으로 Queuing을 해주게 된다.

Rapid Provisioning
SCVMM 2008에서 새로운 가상 머신을 배포하기 위해서는 라이브러리로부터 VHD 파일을 대상 호스트로 BITS를 이용해 네트워크로 복사하는 방법 밖에 없었다. 배포할 VHD 파일의 크기에 따라 수 분에서 수 시간이 소요되기도 한다.
SCVMM 2008 R2에서는 VHD가 보관된 LUN을 호스트로 복제하는 SAN 장비를 보유하고 있는 고객의 경우 이러한 기능을 이용해 더 빠르게 가상 머신을 배포할 수 있게한다. 하지만 여전히 가상 머신에 대한 템플릿과 ICs 설치 과정을 필요로 하므로 네트워크를 이용한 파일 복사를 제외한 나머지 작업만을 수행하는 방법이 필요하게 된다.  이는 -UseLocalVirtualHardDisk 스위치를 통해 가능하다. 예제 스크립트 (GUI는 제공하지 않는다.)
Get-VMMServer -ComputerName "VMMServer1.Contoso.com"
$JobGroupID = [Guid]::NewGuid().ToString()
$Template = Get-Template | where {$_.Name -eq MyTemplate"}
$VMHost = Get-VMHost | where {$_.Name -eq "VMHost.Contoso.com"}
Move-VirtualHardDisk -IDE -BUS 0 -LUN 0 -Path "L:\OS.VHD" -JobGroup $JobGroupID
New-VM -Name "VM06" -Path "L:\" -Template $Template -VMHost $VMHost -JobGroup -$JobGroupID -UseLocalVirtualHardDisks

Host Compatibility Check
가상 머신의 마이그레이션은 CPU 기능과 같은 호스트 하드웨어가 호환되어야 가능하다.
SCVMM 2008 R2에서는 Hyper-V and VMWare compat check API를 이용해 심도있는 호환성 체크가 가능하다. 이를 이용해 관리자는 마이그레이션을 직접 수행해 가상 머신의 마이그레이션 가능 여부를 판단하지 않아도 된다.

3rd Party CFS에 대한 지원
다중 호스트가 공유 디스크에 대해 동시에 접근할 수 있도록 하는 CSV와 비슷한 기능을 하는 CFS(Clustered File System)를 만드는 회사들이 있다. SCVMM 2008 R2에서는 이러한 파일 시스템에 대해 CFS 디스크임을 감지하고 LUN 당 다수의 가상 머신을 배포할 수 있도록 지원한다. 이 기능을 통해 이미 이러한 파일 시스템을 보유하고 있는 고객이 새로운 기능에 대한 이점을 활용할 수 있도록 한다.

Veritas Volume Manager에 대한 지원
SCVMM 2008 R2에서는 Veritas Volume Manager 디스크를 클러스터 디스크 리소스로 사용할 수 있도록 지원한다.

:
Posted by 커널64