Windows Server “8” Beta Hyper-V Component Architecture Poster

Provides a visual reference for understanding key Hyper-V technologies in Windows Server “8” Beta and focuses on Hyper-V Replica, networking, virtual machine mobility (live migration), storage, failover clustering, and scalability.

Hyper-V Component Architecture Poster

You can download the poster on the Microsoft download site

Windows Server 2008 R2 Blackscreen after enabling Hyper-V Role on Cisco UCS

Hyper-V R2 SP1

Today I had a strange problem on a Cisco UCS installation. After you enabled Hyper-V on a Windows Server 2008 R2 with SP1, you will get a black screen.

Cisco fixed this in the UCS Firmware version 2.0.1(t).

“After enabling Hyper-V in Windows 2008 R2 SP1 then rebooting, the server no longer shows a black KVM screen and a failure of windows startup and login.”

Release Notes for Cisco UCS Software, Release 2.0  

Setup System Center Virtual Machine Manager 2012 SP1 CTP

Windows Server 8

Microsoft System Center Logo

This quick how-to blog postshows you how you can setup the new released System Center Virtual Machine Manager 2012 SP1 CTP.

Get software

First download the software:

You also need a Windows Server 2008 R2 SP1 with SQL 2008 R2 and Service Pack 1

SC2012CTPsetup

Setup SQL Server 2008 R2 SP1

  1. Install a Windows Server 2008 R2 with SP1
  2. Install MS SQL Server 2008 R2 with SP1
  3. Open SQL Firewall Ports, so SCVMM can access the SQL Server

Setup SCVMM 2012 SP1 CTP

  1. Setup a Windows Server 8 with the latest updates
  2. Install the .NET Framework 3.5 Features with the Server Manager
    image
    or with Windows PowerShell:
    [Powershell]
    Add-WindowsFeature NET-Framework-Features
    Add-WindowsFeature NET-Framework-Core
    [/Powershell]
  3. Install The Windows® Automated Installation Kit (AIK) for Windows® 7
  4. Install the Microsoft® SQL Server® 2008 R2 Native Client
  5. Install the Microsoft® SQL Server® 2008 R2 Command Line Utilities
  6. Start the setup.exe and click install
    image
  7. Choose VMM management server and click next
    image
  8. Configure the SQL connection to your SQL Server
    image
  9. Configure a service account. The service account you use has to member of the local administrator group on the SCVMM server and it should not be the default domain administrator.Because if you use the domain administrator as service acocunt you can not use it as “RunAs” account in SCVMM.
    image
  10. Configure the Library share
    image
  11. Install Winking smile
    image

System Center 2012 CTP for Windows Server “8″ Beta available

Windows Server 8

Microsoft System Center Logo

Two weeks after the release of the Windows Server 8 Beta, Microsoft released the System Center 2012 CTP for Windows Server “8″ Beta. The CTP includes System Center Virtual Machine Manager 2012 SP1 and System Center Data Protection Manager 2012 SP1.

You can get the Downloads here:

Get System Center 2012 SP1 CTP documentation here

More Information about Windows 8 Consumer Preview and Windows Server 8 Beta

Hyper-V Server 8 and Windows Powershell

Windows Server 8

This is a quick post to help Hyper-V Administrators to start with PowerShell. In Windows Server 8 Microsoft extended the Support for PowerShell. PowerShell is now available in the most roles and features, can be very useful. For example for exporting and importing a lot of Virtual Machines.

Example 1: Import and Export VMs with PowerShell
Example 2: Attach multiple VHDs via PowerShell

To get all Hyper-V PowerShell cmdlets you can use the following command:


Get-Command -Moldule Hyper-V

Hyper-V Powershell

Create a Windows Server 8 iSCSI Target Server

Windows Server 8

In my Lab I don’t have a good storage which I can use for my Hyper-V Clusters. But with Windows Server 8 Microsoft added a lot of new storage features and included a iSCSI Target Server. With the new Storage Pooling / Storage Spaces features this allows me to use a Windows Server as a great storage replacement.

This offers features like:

  • Thin provisioning
  • Data Deduplication
  • Disk aggregation
  • Storage Spaces
  • and a lot more

Overview

  • We will aggregate physical disks to a Storage Pool
  • On this Storage Pool we will create a Virtual Disk. Here we have to option to use Data Deduplication, Thin provisioning, Reliability options (Simple, Mirror, Parity), etc.
  • On the Virtual Disk we will create a NTFS volume
  • On this Volume we will create iSCSI Virtual Disks (LUNs)

Storage Overview

Continue reading