Search

Tag: vmm

View:
Charbel Nemnom
  • Charbel Nemnom
  • February 28, 2017

How to Deploy Software-Defined Networking with VMM SDN Express for SCVMM 2016?

Microsoft announced the release of VMM SDN Express for System Center Virtual Machines Manager 2016 to simplify their Software-Defined Networking (SDNv2) deployment infrastructure. In short, VMM SDN Express is basically a VMM PowerShell script and parameter file that help you to deploy a production-ready Software-Defined Networking on top of Windows Server 2016 Datacenter Edition and SCVMM 2016, and without you having to move through multiple wizards or having to wait for a long time.
Read more
Romain Serre
  • Romain Serre
  • February 6, 2017

Specialize Windows Server Hyper-V guest OS automatically

Last year I have written a topic on Starwind to create VMs from PowerShell. That enables to automate the creation process without using a GUI, either from Virtual Machine Manager or Hyper-V Manager. But a VM deployment is not finished when the VM is created but when the application is deployed. Before deploying the application, the OS must also be installed and specialized. This topic shows you the method I use to deploy and specialize a VM without a single click.
Read more
Romain Serre
  • Romain Serre
  • September 23, 2016

Manage VM placement in Hyper-V cluster with VMM

The placement of the virtual machines in a Hyper-V cluster is an important step to ensure performance and high availability. To make a highly available application, usually, a cluster is deployed spread across two or more virtual machines. In case of a Hyper-V node is crashing, the application must keep working. But the VM placement concerns also its storage and its network. Let’s think about a storage solution where you have several LUNs (or Storage Spaces) according to a service level. Maybe you have an LUN with HDD in RAID 6 and another in RAID 1 with SSD. You don’t want that the VM which requires intensive IO was placed on HDD LUN.
Read more
Charbel Nemnom
  • Charbel Nemnom
  • August 5, 2016

How to Deploy Switch Embedded Teaming (SET) Using SCVMM 2016?

With the release of Windows Server 2016, Microsoft is introducing a new type of teaming approach called Switch Embedded Teaming (SET) which is a virtualization aware, how is that different from NIC Teaming (LBFO), the first part it is embedded into the Hyper-V virtual switch, that means a couple of things, the first one you don’t have any team interfaces anymore, you won’t be able to build anything extra on top of it, you can’t set property on the team because it’s part of the virtual switch, you set all the properties directly on the vSwitch. This is targeted to support Software Defined Networking (SDN) switch capabilities, it’s not a general purpose use everywhere teaming solution that NIC Teaming was intended to be. So this is specifically integrated with Packet Direct, Converged RDMA vNIC and SDN-QoS. It’s only supported when using the SDN-Extension.
Read more
Romain Serre
  • Romain Serre
  • February 17, 2016

Automate the Hyper-V Virtual Machine deployment with PowerShell

For large Hyper-V infrastructure, IT people use often Virtual Machine Manager (VMM) to automate tasks as VM deployment. VMM provides profiles (hardware, operating system and application) and then we use these profiles to build a VM Template. Most of the time, a VM Template contains a VM hardware configuration and the OS configuration (join the domain, product key and so on). Then VMs are deployed from templates which decrease the time to deploy a working VM.
Read more