TechNet Radio: ITProGuru vs. Hyper-V Live (Part 1)




TechNet Radio (HD) - Channel 9 show

Summary: Are you up to speed on Hyper-V Live?  TechNet Radio, ITProGuru vs and Become a Virtualization Expert with 20 + Days of Server Virtualization #VirtExpert (part 6a of 20+) have teamed up to bring you Hyper-V Live!  Dan Stolts welcomes Microsoft MVP Rob McShinsky to the show as they discuss the new "Live" features found in Hyper-V for Windows Server 2012. Tune in for part one of their two part series as they'll demo for us the Live Add Memory and Live Snapshot Merging capabilities. Guru Tip! Check out all of the Live Features in Hyper-V! [5:49] DEMO: Live Add MemoryWhat is it?: The ability to increase maximum memory to a VM while it is running. (Can also lower Minimum memory) Prerequisites : VM must be using Dynamic Memory Available in previous version of Hyper-V: No What to look out for: Watch available disk space where volume is placed. .BIN file will grow. How it could be better: Currently cannot reduce the amount of memory from a running VM. Powerhell: Get-Vm "VMNAME" | Set-VMMemory -MaximumBytes 2gb [11:56 ] DEMO: Live Snapshot Merging What is it?: A recovery point that saves the state, data, and hardware configuration of a VM without downtime to the VM, but it is NOT a backup Prerequisites : Must be performed before any changes!!! Available in previous version of Hyper-V: No (Downtime was needed for merge) What to look out for: Watch available disk space where volume is placed. .AVHD(X) file will grow until merged. Merging of large files can take a considerable amount of time. You should delete snapshot as soon as you can. Powershell: Remove-VMSnapshot "VMName" Get-VMSnapshot "VMName" | Where-Object {$_.name -eq "SNAPNAME"} | Remove-VMSnapshot After watching this video, follow these next steps: Step #1 – Download Windows Server 2012Step #2 – Download Your FREE Copy of Hyper-V Server 2012Step #3 – Start Your Free 90 Day Trial of Windows AzureIf you're interested in learning more about the produc