Powered by System Center
Posts tagged Hyper-V
It was a great, great, great, great Hyper-V.nu event
Apr 18th
The 16th of April 2013 was a really great day for the Hyper-V.nu crew. After a couple of months of preparation we were all looking forward to this next Hyper-v.nu event. It was exciting also… Will all subscribers visit the event, will the visitors like the location, the lunch and the sessions, and so on.
Now some days after the event we can conclude that everything was great. Amply 100 visitors has visit the event, the visitors were really satisfied about the location, the reception, the lunch, the coffee, the presenters, the presentations actually about the whole event! ….and that’s great to see and hear!
A special word of thanks to VX Company, they facilitate a great location and were very hospitable. Also many thanks to the sponsors: Amsio, Comparex, Duvak, Imara ICT, Inovativ, Savision and Wortell.
Then our ‘Beast from Belgium’
Didier van Hoye aka WorkingHardInIT. Still suffering from a jetlag he came over to the Netherlands and present a top session, with deep technical content and a good sense of humor! Thank you Didier!!
Last but not least we thank all visitors for this great event, you all made this a great success.
The presentations are online and you can find them on the following locations:
- NIC Teaming and Converged Fabric – Marc van Eijk
- Cluster Aware Updating – Maarten Wijsman
- Make your VM mobile – Hans Vredevoort
- The way you can deploy Hyper-V – Peter Noorderijk
- Advanced networking capabilities – Didier van Hoye
See you all on our next event!
Set Cluster Live Migration Settings
Apr 18th
Today we, Paul Huijbregts and I, resolved one of the last hurdles in finalizing our automated cluster installation script. This hurdle was to change the priority of the Live Migration settings when creating a Hyper-V cluster.
To change this priority we first tried to use the Set-VMMigrationNetwork PowerShell command. Unfortunately this command can only be used when dealing with non-clustered Hyper-V hosts. So we dug deeper and deeper using different PowerShell commands and BING without any satisfying results.
Then we realized there is something called “the registry” which holds the HKEY_LOCAL_MACHINE\Cluster key. After some more digging we found two registry entries called MigrationExcludeNetworks and MigrationNetworkOrder. These entries hold the IDs and order from the Cluster Networks available in your cluster.
Aha … room for possibilities! So, changing these registry entries would order and select the Cluster Networks in the way you want? Yes it does!
For this we fabricated some PowerShell lines.
$ClusterNetworkLM = Get-Clusternetwork LM
$ClusterNetworkCLUSTER = Get-Clusternetwork CLUSTER
$ClusterNetworkMGMT = Get-Clusternetwork MGMT
$ClusterNetworkISCSI = Get-Clusternetwork ISCSI$includeIDs = $ClusterNetworkLM.id + ";" + $ClusterNetworkCLUSTER.id
$excludeIDs = $ClusterNetworkMGMT.id + ";" + $ClusterNetworkISCSI.idSet-ItemProperty -Path "HKLM:\Cluster\ResourceTypes\Virtual Machine\Parameters" -Name MigrationExcludeNetworks -Value $excludeIDs
Set-ItemProperty -Path "HKLM:\Cluster\ResourceTypes\Virtual Machine\Parameters" -Name MigrationNetworkOrder -Value $includeIDs
The result is very very satisfying as you can see in the screen dump below. We are now able to control the order and the selection of the Live Migration settings in a cluster using the Cluster Network ID’s.
MVMC Automation Toolkit (MAT)
Apr 17th
In one of the break-out session at the Microsoft Management Summit 2013, which was held last week, an automation toolkit was shown to migrate virtual machines from “the other guys” to Hyper-V. The toolkit makes use of Microsoft Virtual Machine Converter and is part of the Solution Accelerator tools.
The Microsoft Virtual Machine Converter provides a Microsoft-supported, freely available, stand-alone solution for converting “the other guys”-based virtual machines and virtual disks to Hyper-V-based virtual machines and virtual hard disks (VHDs)—including conversion from “the other guys” to Hyper-V on Windows Server 2012. Because MVMC has a fully scriptable command-line interface (CLI), it integrates especially well with data center automation workflows such as those authored and run within Microsoft System Center 2012 – Orchestrator. It can also be invoked through Windows PowerShell.
MVMC provides you with:
- A quick, low-risk option for “the other guys” to evaluate Hyper-V.
- Converts “the other guys” virtual machines to Hyper-V virtual machines: The VM Conversion will convert “the other guys”-hosted virtual machines and ensure that the entire configuration, such as memory, virtual processor, and other machine configurations, is also migrated from the initial source. The tool also adds virtual NICs to the deployed virtual machine on Hyper-V.
- Supports a clean migration to Hyper-V with uninstallation of VMware tools on the source virtual machine.
- Provides a wizard-driven GUI, making it simple to perform virtual machine conversion.
- Installs integration services for Windows 2003 guests that are converted to Hyper-V virtual machines.
- Supports conversion of virtual machines from “the other guys” vSphere 4.1 and 5.0 hosts, including those hosted on a vSphere cluster, to Hyper-V. The tool also supports migration of virtual machines to a Hyper-V host that is part of a failover cluster.Note MVMC also supports conversion of virtual machines from “the other guys” vSphere 4.0 if the host is managed by vCenter 4.1 or vCenter 5.0. You have to connect to vCenter 4.1 or 5.0 through MVMC to convert virtual machines on vSphere 4.0.
- Supports offline conversions of “the other guys”-based virtual hard disks (VMDK) to a Hyper-V-based virtual hard disk file format (.vhd file).
- Includes a fully scriptable command-line interface (CLI) for performing machine conversion and offline disk conversion, integrating with data center automation workflows such as those authored and executed within System Center 2012 – Orchestrator. The command line can also be invoked through Windows PowerShell.
MVMC simplifies low-cost, point-and-click migration of Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003 R2 with SP2, and Windows Server 2003 with SP2 guest operating systems from VMware to Hyper-V.
The MVMC Automation Toolkit is a collection of PowerShell scripts that will automate conversions using the MVMC.exe. It is back-ended by a SQL instance (SQL Express will work). You can use it to convert several machines at once, on a single server or across many servers at once.
MVMC Automation Toolkit can be considered as a low budget very easy to use toolkit to automate migrates from “the other guys” to Hyper-V. If you want to know more about this tool you have to watch this session!
Windows Server 2012 Hyper-V Installation and Configuration Book
Mar 21st
If you are in some way dealing with Hyper-V in Windows Server 2008 R2 and probably now exploring Windows Server 2012 Hyper-V, you are by no means able to avoid the blogs, whitepapers, books and tweets written by Aidan Finn. In 2010 Aidan asked me to be a technical editor for his Mastering Hyper-V Deployment which I gladly accepted. It was a great step-by-step for implementing Hyper-V R2 and several of the important System Center components. The book was co-authored by Patrick Lownds, Hyper-V MVP and datacenter expert working for HP in London.
About a year later, Aidan approached me again asking if I would be willing to contribute to another book called Microsoft Private Cloud Computing and I did not think about refusing (or should I have). It was my first experience as an author and I wrote up the Fabric chapters of VMM 2012. Aidan laid a nice foundation with his lucid Cloud introduction chapters, Patrick focused on the service management functionality and the VMM Library while Cloud and Datacenter MVP, Damian Flynn wrote a couple of brilliant chapters on private cloud management and integration with App Controller, Service Manager and Orchestrator. It was a fine job we completed in early 2012, the book was published just before the beta of SP1 was announced. We simply didn’t have the opportunity to wait until SP1 was out and digest and explain all the new features that arrived with Windows Server 2012. Fortunately Damian has joined Nigel Cain (who is a Senior Program Manager for Windows Server and System Center) to write a blog series on Technet in eight installments between Jan 2013 until July 2013, just to explain the new Virtual networking technology in VMM 2012 SP1
Another year came and here was Aidan again, asking me to join him on his new venture: the Windows Server 2012 Hyper-V Installation and Configuration Guide. Although I really liked the subject and wanted to go into great depth to learn all this cool stuff, I was simply too busy doing all those great Hyper-V and System Center projects for Inovativ. Our family was also heavily burdened by the unfortunate adventures of one of my sons, which more or less influenced me most of 2012.
Writing a book was out of the question.
Convincing as Aidan can be, he said he had his author team complete, again with Damian Flynn and Patrick Lownds plus Michel Luescher, “a virtualization junkie working as a consultant at Microsoft” as he calls himself. The only omission was a technical editor fit for the job. And that’s why he asked me.
I am more than honored to be mentioned quite extensively in the Acknowledgements of the Windows Server 2012 Hyper-V book by each and every author. I really felt like being part of the author team but in the role of both learning, correcting but most of all improving. I remember advising Aidan to split one chapter into two because it was approaching 100 pages, more than twice as much as they had anticipated.
Having been the first reader (and I read the chapters multiple times), I can truly say this is a superb book that anyone interested in the technical secrets of Windows Server 2012 Hyper-V should buy. I can guarantee you will not one day regret having bought this book. There were moments I wanted to cry out how good these chapters were, thrilled by the sheer excellence of the product and the very talented explanatory writing in the 600 pages of this Must-have-Hyper-V-version-3 book.
The book can be pre-ordered now and will be published on March 25th. The European release will be April 5th. See the Windows Server 2012 Hyper-V Book Release FAQ.
I will not wait till my free copy arrives (Sybex, hope you are reading this) as I have already pre-ordered it myself, but wouldn’t mind a few extra copies to give away.
Last tickets for Hyper-V.nu event up for grabs
Mar 20th
As you can see from the screenshot, only a few tickets are left for the Hyper-V.nu event on April 16th, 2013. The event will be presented in Dutch which is unfortunate for several of our followers in the neighboring countries who wanted to attend. I hope to convince my fellow speakers to present in English again so the last 15 tickets could have been easily sold by now. The event is free by the way.
If you already know you cannot make it, please return your tickets!
Thanks!
Hans
Dell Compellent and Offloaded Data Transfer (ODX)
Mar 20th
I just finished a remote support session for a customer in New York. My task was to check a Windows Server 2012 cluster using PowerEdge M620 blades with 4x10GbE connected to a Dell Compellent (6.3.1 firmware).
I just had a small window of opportunity to create a fixed sized VHDX (25GB and 250GB).
new-vhd -path C:\ClusterStorage\volume1\25GB.vhdx -size 25GB –fixed
new-vhd -path C:\ClusterStorage\volume2\250GB.vhdx -size 250GB –fixed
Both completed in under 3 seconds. Wow!!!
ODX in its purest form.

So let me reiterate my advice to new SAN array buyers. The first question you should ask your SAN vendor. Does it support ODX? If the answer is negative or if they promise ODX in their next release, just tell them to take a hike and move on to a capable SAN vendor.
5Nine Security Manager for Windows Server 2012 Hyper-V part-2
Mar 3rd
My first plan was to write a two part blog article about 5Nine Security Manager. But because of some bugs in the firewall part of this solution I decide to split it up in three parts. In the first part I described a global overview and a look at the installation of 5Nine Security Manager for Windows Server 2012 Hyper-V. Now it’s time to take a look at the antivirus solution.
Anti-virus/ Anti-mallware
We will first take a look at the anti-virus/ anti-mallware part of the solution. It sounds great that you didn’t have to install an agent inside a virtual machine and that the Hypervisor wil take care of this. Enabling the antivirus option is very simple:
Hyper-V Virtual Switch Extension Cisco Nexus 1000V
Mar 2nd
This week is an important day for Microsoft’s new Hyper-V Extensible Switch in Windows Server 2012. We already know this switch is capable of many new features including capturing, filtering and forwarding extensions from several vendors.
Damian Flynn (fellow author on Microsoft Private Cloud Computing and co-author of Windows Server 2012 Installation and Configuration Guide (appearing very soon!), informed me that major networking player Cisco is about to make a big announcement and that Damian will be co-presenting the announcement with Cisco.
![]()
On Wednesday March 6th at 6pm CET, Cisco will unveil its greatly anticipated Distributed Switch solution for Windows Server 2012 and Hyper-V; the Nexus 1000V.
What is the Nexus 1000V?
Cisco Nexus 1000V Series Switches provide a comprehensive and extensible architectural platform for virtual machine (VM) and cloud networking. The switches are designed to accelerate server virtualization and multitenant cloud deployments in a secure and operationally transparent manner. Integrated into the Windows Server 2012 Extensible Switch, and fully compatible with System Center Virtual Machine Manager 2012 SP1,
Please blog, tweet, and pass on the message, to learn about the Nexus 1000v, and how to join the beta program; grabbing the all-important Beta Code!
For more information, and registration details please follow and share Damian’s link:
http://www.damianflynn.com/2013/03/01/cisco-nexus-1000v-public-beta-program/
SMB 3.0 and ODX both appear in EMC VNX mainstream release
Feb 27th
Today I received news that EMC has released its latest version of the VNX Operating System which covers NAS and Block functionality (VNX OE 32/8) and Maintenance Release 1 (MR1). If you are an EMC customer, this important release is now available for download:
For Windows Server 2012 Hyper-V customers this is especially very good news because VNX now supports SMB 3.0 and ODX (Offloaded Data Transfer), apart from some VAAI performance enhancements which are of course more interesting for the other guys. ODX is very similar to Block XCOPY in vSphere.
EMC is probably the first vendor offering SMB 3.0 support in its storage array. Several vendors are still working on adding SMB 3.0 and ODX support so this is important news for acceptance of Microsoft storage technology and Windows Server 2012 Hyper-V. NetApp SMB 3.0 support is targeted at ONTAP 8.2.
The software can be downloaded from PowerLink or http://support.emc.com.
HP adds Windows Server 2012 Support for several HP ProLiant G6 Servers
Feb 27th
Just in time for a new project for a Dutch municipality, involving HP c7000, HP ProLiant BL460c Gen8, HP StoreVirtual 4000 Storage and Windows Server 2012 Hyper-V, HP released a new firmware ISO and a new HP ProLiant Service Pack. With version 2013.02.0 (19 Feb 2013) HP adds Windows Server 2012 support for the following HP ProLiant servers:
- HP ProLiant BL460c G6 Server .
- HP ProLiant DL380 G6 Server
- HP ProLiant DL360 G6 Server
- HP ProLiant ML350 G6 Server
Click on picture for link to PDF.
Additionally a number of new HP ProLiant network adapters are now supported:
HP Ethernet 1Gb 4-port 366FLR Adapter
HP Ethernet 10Gb 2-port 560M Adapter
HP Ethernet 10Gb 2-port 560FLR SFP+ Adapter
HP Ethernet 10Gb 2-port 530T Adapter
Download HP ProLiant Service Pack 2013.02.0













Twitter
RSS