I believe in Hyper-V!

VirtualizationCategory Archives

Issue with Migration of Virtual Machines |System Center 2012 SP1 Virtual Machine Manager|

Today I tried migrate virtual machine from one stand alone Hyper-V host to another through System Center 2012 SP1 Virtual Machine Manager and got errors like in the picture below.
The first error was: The credentials supplied to the package were not recognized…
and the second was: Live Migrating Hyper-V virtual machines may fail with error 0x80070569

1

After a little of investigation I found resolution on Ben Armstrong blog and on Microsoft support site. So, what we have to do?

1. Step
– Open Properties on the Hyper-V host
– Go to the Host Access
– Add Run As account created earlier

6

2. Step
– On the Domain Controller create new GPO with the parameters like in the picture below and Link in OU where your Hyper-V hosts are.

7

– Update group policy on every Hyper-V host | gpupdate /force |. (You may need to wait several minutes for Active Directory replication to occur).

8

We are done! Open VMM Console and migrate VMs as you wish.

9

2 
3

Voila, VM is migrated. Of course, migration time depends on the virtual machine size.

Enjoy in day!

Romeo

MVP Global Summit 2013 – It was nice, it was good!

As my friend Adis Jugo says, “It was nice, it was good!”

MVP13Header

First of all what I must mention! All what we heard at the MVP Summit sessions is strictly confidential and under NDA (Non-disclosure agreement) and I can’t tell anything about what will be new in Microsoft world. What happened at MVP Summit, stays at summit ;)
So, this blog post will be just short review about my impressions from summit!

MVP Global Summit is the biggest conference for MVPs organized by Microsoft, almost 1500 MVP from over the world in one place, Bellevue and Redmond, Washington state.
From our region, Croatia, Slovenia, Bosnia and Herzegovina, Macedonia and Serbia were almost 20 MVPs.

MVP crowd from CEE & Italy
18-02 (16) 18-02 (17)

Rookie MVPs (Ivan Kardum, Spaso Lazarevic and I) at First MVP meeting in Rock Bottom
17-02 (20)

Most of us arrived two days before Summit and we had little time to visit Seattle, Bellevue and Redmond and of course we had reserved time for shopping :). Ogy, thanks for a great ride through the streets of America :)

At Monday, 18th my Product Group (Virtual Machine) had sessions in Microsoft Campus (Redmond) and finally I met few great MVPs from Virtual Machine product group (Lenardo Carvalho, Dariusz Porowski, Carsten Rachfahl, Alessandro Cardoso, Thomas Maurer…) and few great people from Microsoft, Ben Armstrong aka VirtualPCGuy (our PG lead), Jose Barreto

From Monday until Thursday we had all day sessions and were really busy.
mvpsummit

Picture for history, VirtualPC Guy (Ben Armstrong, Hyper-V guru) and I in Hyatt Regency hotel
WP_000671

Also, you can see great video interview with Ben Armstrong recorded by MVP Virtual Machine fellow Carsten Rachfahl.

Each day after sessions we had a party or something similar (networking with other MVPs or Microsoft employees). Wednesday evening was reserved for the big attendee party in the CenturyLink Field stadium Seattle.
20-02 (12) 

For me personally, the best party was in Wild Ginger organized by Alessandro Teglia (CEE & Italy MVP lead).

At the end, it was great, it was amazing. One great experience! I hope that I’ll go again next year!

2013 MVP Global Summit is behind us, let’s go to work.

Cheers,

Romeo

Hyper-V role inside Hyper-V virtual machine

Few times until now colleagues asked me it is possible to install Hyper-V role inside Hyper-V virtual machine! Yes, it’s possible, but (always that BUT) you can’t run virtual machine on virtualized Hyper-V host. You can install Hyper-V role inside Hyper-V virtual machine through PowerShell or Virtual Machine Manager. Of course, this is workaround and isn’t supported!

In this blog post I’ll describe how to do that through PowerShell.

Very often I use that scenario in my presentations/demos, for example… demo for Hyper-V Replica, demo for Hyper-V Cluster, etc..
On laptop I have Windows 8 with Hyper-V role installed and couple of virtual machines.
1

In this case I’ll install Hyper-V role on the VM called GuiToCore. As you can see in the picture, Hyper-V role isn’t installed.
1

Logon into virtual machine and open PowerShell as Administrator and type:

dism /online /enable-feature /FeatureName:Microsoft-Hyper-V
2

After few minutes role is installed and you must restart virtual machine
3

When you logon again into virtual machine you need to install Hyper-V Management Tools. You can do that through PowerShell or via GUI.
5

As you can see in the picture below we have Hyper-V role on the Hyper-V virtual machine installed.
 3

Now, I will install one virtual machine into virtualized Hyper-V host ;)
4

As I mention at the beginning, when try to start VM you will be get error. This scenario is very useful only for the demo purposes.
1

Enjoy in your virtual virtualized environment! :)

Cheers!