System Center 2012 RTM downloads available

 

Since last weekend System Center 2012 RTM downloads are ready for Volume License Customer and Monday night the SC2012 downloads are also available for MSDN and TechNet subscription owners.

http://msdn.microsoft.com

http://technet.microsoft.com

 

Windows Server 8: Enable CSV Cache

Windows Server 8

In Windows Server 8 beta, Microsoft released a lot of new features for Cluster Shared Volumes (CSV). One of them is CSV Cache. CSV Cache gives you the possibility to allocate system memory (RAM) of the cluster nodes as cache. This can improve the performance of read requests in workloads like Hyper-V.

Now to enable the CSV Cache on a cluster you have to do this with Windows PowerShell.

  1. First open the PowerShell prompt
  2. Set the size of the CSV Cache. The default it 512MB. With this command you will reserve the Memory on all Cluster nodes for caching.
    (Get-Cluster). SharedVolumeBlockCacheSizeInMB = 512
    
  3. Now you have to enable the Cache on on the Cluster Shared Volumes you want to use.
    Get-ClusterSharedVolume “Cluster Disk 1” | Set-ClusterParameter  CsvEnableBlockCache 1
    

If you want to know more about CSV Cache, you can read this blog post from Elden Christensen on the Failover Clustering and Network Load Balancing Team Blog.

Install Ubuntu 12.04 on Hyper-V

Some months ago I made a blog entry about “Install CentOS on Windows 8 Hyper-V“. Now with the new Linux kernel 3.0 the Hyper-V Integration Components are integrated in the kernel. Now Ubuntu 12.04 will be based on the new Linux kernel and this is why it should run perfectly on Microsoft Hyper-V.

  1. Download Ubuntu on Ubuntu.com. Until 12.04 is released you can download the daily builds from here.
  2. Start the Hyper-V Manager and create a new Virtual Machine
  3. Install Ubuntu 12.04
    Hyper-V Ubuntu 12.04
  4. after the Installation everything should work fine :)
    Hyper-V Ubuntu 12.04

 

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