From one of my previous post’s I have discussed the Overview of Hyper-V 2012R2 and how to install the Hyper-V role on a windows server 2012 R2 Host. From this article I’m going to describe how to do some basic operations using Hyper-V console. Following are key areas.
Creating Virtual Networks (Virtual Switches)
Before creating the virtual machines, Virtual Network should be configured. There are 3 types of Virtual networks, External, Internal and Private.
Follow the steps to create an external virtual network.
Note- if you un-tick the Allow management operating system to share this network adapter, then Host server OS will not use this network adapter to its communications or other VM’s. It will increase the performance but also you will not be able to connect to the server using this network.
Create a Virtual Machine
Configuring Settings for VM
You can change the configuration of the VM using VM settings. Add new hardware, Increase memory or processor, adding more disks and changing Hyper-V integration changes can be done using settings. Following are few common settings.
Hyper-V Check Points, Snapshots
Virtual machine check points can be used when you are going to do a risky change to the Virtual machine, such as registry change, service pack upgrade or AD schema update. After the change VM failed or you need to undo the change, you can revert the VM back to the state where check point created. Check points are important administration feature that comes up with Windows server 2012R2 Hyper-V to roll back Virtual machine to its previous state.
How to create checkpoints.
Check points are different from backups. It can never refer as a backup because it only create another VM disk (differencing) with all the newer changes. And original VM disk act as a read only. So when you create a checkpoint, after completing the change, the checkpoint should be deleted. Otherwise it will take more disk space and degrade the VM performance. Also there are some applications that should not use checkpoints, such as Exchange server.
These are some basic but impotent operations with Hyper-V. if you are new to Hyper-V these steps will be relevant. from future posts i'm planning to describe on Hyper-V VM replication and Hyper-V clustering.
cheers
Asitha