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.
|
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.

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.
(Get-Cluster). SharedVolumeBlockCacheSizeInMB = 512
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.
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.


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.
You can download the poster on the Microsoft download site
![]()
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.”

![]()
This quick how-to blog postshows you how you can setup the new released System Center Virtual Machine Manager 2012 SP1 CTP.
First download the software:
You also need a Windows Server 2008 R2 SP1 with SQL 2008 R2 and Service Pack 1