List of Hyper-V and Cluster Hotfixes for Windows Server 2008 R2

Hyper-V R2 SP1

Recently I posted about a page in the TechNet Wiki which lists a lot of Hyper-V tools. Yesterday on Hyper-V workshop, Michel Lüscher mentioned two lists in the TechNet Wiki where you can find Hyper-V and Cluster Hotfixes for Windows Server 2008 R2.

List of Hyper-V Hotfixes for Windows Server 2008 R2 (TechNet Wiki):

http://social.technet.microsoft.com/wiki/contents/articles/1349.hyper-v-update-list-for-windows-server-2008-r2.aspx

List of Cluster Hotfixes for Windows Server 2008 R2 (TechNet Wiki):

http://social.technet.microsoft.com/wiki/contents/articles/2008.list-of-cluster-hotfixes-for-windows-server-2008-r2.aspx

TechNet Wiki: Hyper-V Tool Collection

Hyper-V R2 SP1

Microsoft and the community are really starting to work with the TechNet Wiki platform. Now thanks to James van den Berg I found a great wiki page with a collection of Hyper-V tools.

The collection includes a list of the following content:

  • Supported Microsoft Tools (Solution Accelerators, Product Downloads, etc.)
  • Microsoft Products and Solutions that are Built upon Hyper-V Technology
  • Remote Management from Client Versions of Windows
  • Unsupported Microsoft Tools (Sysinternals, MSDN/ScriptCenter Code Galleries, TechNet/MSDN Blogs)
  • Community Tools (CodePlex and blogs)
  • Third-party Free Tools
  • Hardware-Specific Tools from OEMs and Vendors
  • Partner Solutions (Commercially Available)
  • Application-specific Performance Planning/Testing/Analysis tools

You can find also a lot of other interessting content on the TechNet Wiki. For example for Exchange, PowerShell and SQL.

Hyper-V.nu Event 2012 Videos

A few weeks ago was the Hyper-V.nu Community Event in Amsterdam. Carsten Rachfahl recorded the sessions.

Hyper-V.NU – Keynote – Jaap Wesselius and Peter Noorderijk

Hyper-V.NU – Windows Server 8 Hyper-V Networking – Aidan Finn

listen carefully at 59:00 ;-)

Hyper-V.NU – SCVMM 2012 – Maarten Wijsman

Hyper-V.NU – Windows Server 8 Hyper-V Storage — Hans Vredevoort

Hyper-V.NU – Windows 8 DDDD – Ronald Beekelaar

 

ThinkPad X1 and Windows 8

ThinkPad X1 Windows 8

In the last days I got my new machine for work, a Lenovo ThinkPad X1. As usual I always want to work with the latest and greates technology, that’s why I have chosen to set up the ThinkPad X1 with Windows 8.

ThinkPad X1 Windows 8

Even in Developer Preview state Windows 8 runs very stable and brings a lot of cool new features which I can use for my daily work. I love the new PowerShell versions and Internet Explorer 10. But the best and the biggest feature for me, is the integration of Hyper-V 3 in Windows 8. So I don’t have to use VMware Workstation or VirtualBox to run virtual machines on my notebook for testing or presentations. I also can simply use the VHD (or VHDX) format to play with virtual machines or even boot them via boot from VHD.

ThinkPad X1 Windows 8

The downside of the Windows 8 Developer Preview is missing .NET framework 3.5, but I think the Windows 8 beta, which should be released by the end of February, should fix this.

ThinkPad X1 Windows 8

Maybe some people have realized that I am a big fan of business style notebooks. And what would be better business design than the ThinkPad series. Lenovo tried to combine good old ThinkPad values with new design features, and in my opinion succeeded. I really like the ThinkPad design in this very slim chassis. It looks elegant and business “high-class”.

The build quality of the Lenovo ThinkPad X1 is like you would expect it from a ThinkPad. It feels great and very robust. Keith Combs describes it in his review ”The ThinkPad X1 is build like a tank.  It’s probably the most solid notebook I’ve ever had in my hands.” and I have to agree with him.

ThinkPad X1 Windows 8

More information on the Lenovo ThinkPad X1 here.

 

Starting something new

logo_itnetx

Today is my first day at itnetx gmbh, a consulting and engineering company located in Bern/Switzerland. itnetx is focussed on Microsoft Technologies, especially Microsoft Private Cloud Solutions, Microsoft System Center and Microsoft Virtualization. In 2011 itnetx has been awarded by Microsoft Switzerland as “Microsoft Partner of the year – Datacenter”

Since this are my preferred Microsoft technologies, it seems like a perfect match.

microsoftpartneroftheyear2011

Install CentOS on Windows 8 Hyper-V

For some courses at KTSI we need a CentOS to test some Linux spesific things like Apache and other stuff. The good thing, Windows 8 got Hyper-V and Hyper-V supports CentOS.

With Version 3.2 oft the Linux Integration Services Microsoft fixed also a bug which occurred in Windows 8.

  1. First download CentOS
  2. Download the Linux Integration Services Version 3.2 for Hyper-V
  3. Start Hyper-V Manager and create a new Virtual Machine
  4. Install CentOS 6.x
    centos hyper-v
  5. Reboot the virtual machine
  6. Login as root
    centos hyper-v
  7. Mount the Linux Integration Services ISO from step 2
  8. Now run the following commands in the virtual machine
    sudo mount /dev/cdrom /media
    sudo /media/install.sh
    

    centos hyper-v

  9. After you the Installation is completed you have to reboot the virtual machine again
    centos hyper-v
  10. done ;-)