1 / 7

Disks and VMs

Disks and VMs. Agenda. Disk Formats VHD , VHDx , VMDKs F ormat conversions D isk cloning Exporting / importing VM Generations Comparison of Gen 1 and Gen 2 virtual machines Enhanced Session Mode. Disk Operations. PowerShell. Copy- VMFile – Lets you copy a file into a VM

istas
Download Presentation

Disks and VMs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Disks and VMs

  2. Agenda • Disk Formats • VHD, VHDx, VMDKs • Format conversions • Disk cloning • Exporting / importing • VM Generations • Comparison of Gen 1 and Gen 2 virtual machines • Enhanced Session Mode

  3. Disk Operations

  4. PowerShell • Copy-VMFile – Lets you copy a file into a VM Copy-VMFile"Test VM"-SourcePath “D:\Test.txt” -DestinationPath "C:\Temp\Test.txt"-CreateFullPath-FileSource Host • Enable-VMIntegrationService Enable-VMIntegrationService -Name Shutdown,VSS -VMNameTest1 Get-VMIntegrationServiceShutdown,Vss -VMName Test1 | Enable- VMIntegrationService Get-VM Test1 | Enable-VMIntegrationServiceShutdown,VSS

  5. Disks Demo

  6. New Hyper-V VMs: Generation 2 VMs • Ease of Management and Operations • Gen 2 VMs PXE boot VMs using the optimized virtual NIC; (Emulated NIC removed) • Reduced infrastructure network requirements (managing two MAC/IP addresses); Less possibility of erroneous configurations • Dynamic, Flexible Storage • UEFI firmware can boot from virtual SCSI (virtual IDE removed) • Support GPT partitioned disks >2.2 TB OS boot disks • OS boot disk can be dynamically resized with Windows Server 2012 R2 Online disk resizing • Hot Add/Remove DVD • Security • Now supports Secure Boot

  7. VM Settings: Gen 1 & Gen 2 Generation 2 Generation 1

More Related