Cisco UCS Hyper-V Cluster – Important Updates for the Hyper-V Cluster – Part 9

Since we have installed our Microsoft Hyper-V Cluster on the Cisco UCS, Microsoft released some patches for Hyper-V, Windows and Clustering.

There are two really important Updates which I would recommend for Hyper-V Clusters.

  • The first is Service Pack 1 for Windows Server 2008 R2 and Hyper-V Server 2008 R2. Service Pack 1 brings a lot of Hotfixes for Hyper-V, Failover Cluster Feature and other Microsoft Server features. And it brings also a two new features called Dynamic Memory and RemoteFX.
  • The second one is a hotfix for Servers with Intel Westmere or Sandy Bridge and has a large amount of physical memory. Most of the Cisco UCS Blades will meet this configuration. You can get more information on this Hyper-V hotfix here.

This two updates will bring you a much better experience with your Hyper-V Cluster. It will improve performance, stability and it will add new features.

Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1) now available

Windows 7 Logo

Microsoft released the new Remote Server Administration Tools (RSAT) for Windows 7 with Service Pack 1 (SP1). With this update you also have the new Hyper-V Manager Console for Hyper-V with SP1 and features like Dynamic Memory and RemoteFX.

You can Download the Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1) here.

How to Upgrade System Center Virtual Machine Manager 2008 R2 to Service Pack 1

System Center Virtual Machine Manager 2008 R2 SP1Today Microsoft released System Center Virtual Machine Manager 2008 R2 SP1. Serivce Pack 1 for Virtual Machine Manager enable the new features from Windows Server 2008 SP1 or Hyper-V Server 2008 R2 SP1 like Dynamic Memory and RemoteFX.

This Guide shows you how you can upgrade System Center Virtual Machine Manager 2008 R2 to Service Pack 1.

  1. Download System Center Virtual Machine Manager 2008 R2 from here or from MSDN or your Partner Network.
  2. Start Setup.exe
    System Center Virtual Machine Manager 2008 R2 SP1
  3. The installer will automatically find existing installations of SCVMM 2008 R2 and will start the upgrade
    System Center Virtual Machine Manager 2008 R2 SP1
  4. The installer finds all installed components
    System Center Virtual Machine Manager 2008 R2 SP1
  5. Choose Database connection
    System Center Virtual Machine Manager 2008 R2 SP1
  6. Now the update is completed. If you have not installed the latest Updates for SCVMM 2008 R2 you also have to update the Agents on the Hyper-V Servers. If you have already installed the latest SCVMM 2008 R2 updates you don’t have to update the agents.
    System Center Virtual Machine Manager 2008 R2 SP1

 

Visual Studio 2010 Service Pack 1

Today Microsoft released Service Pack 1 for Visual Studio. You can download the Update from MSDN.

Microsoft Visual Studio 2010 SP1

There is also an update for the PowerGUI Extension for Visual Studio 2010. You can get this from Codeplex or in Visual Studio in the Extension Manager.

PowerGUI VSX 1.3.3

 

Swiss Technet Event

Today I had the chance to visit Microsoft Switzerland. I visited one of the presentations called “Windows 7 SP1 and Windows Server 2008 R2 SP1 – What’s new?”. Speaker of the session was Markus Erlacher (Microsoft IT Consultant). As always Microsoft does a great job by host events like this.

I really recommend you to visit one of the next events (you can find them on the swiss TechNet Homepage). The will host this session “Windows 7 SP1 and Windows Server 2008 R2 SP1 – What’s new?” again in november.

So what is new in Windows 7 SP1 and Windows Server 2008 R2 SP1? Basically there are alot of hotfixes and two main things in Windows Server 2008 R2.

How to integrate (slipstream) SQL Server 2008 and SP1

To install SQL Server 2008 on a Windows Server 2008 R2 you need a slipstream version of SQL Server 2008 with integrated Servicepack 1. At the moment you can’t download SQL Server 2008 with integrated SP1, so you have to create your own slipstream version.

1. Copy your original SQL Server 2008 source media to c:\SQLServer2008_FullSP1

2. Download Service Pack 1 from http://www.microsoft.com/downloads/details.aspx?FamilyID=66ab3dbb-bf3e-4f46-9559-ccc6a4f9dc19. The three architectures of Service Pack 1 should be included, the package names are as follows:

  • SQLServer2008SP1-KB968369-IA64-ENU.exe
  • SQLServer2008SP1-KB968369-x64-ENU.exe
  • SQLServer2008SP1-KB968369-x86-ENU.exe

3. Extract the packages as follows:

  • SQLServer2008SP1-KB968369-IA64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU
  • SQLServer2008SP1-KB968369-x64-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU
  • SQLServer2008SP1-KB968369-x86-ENU.exe /x:c:\SQLServer2008_FullSP1\PCU

4. Copy Setup.exe and Setup.rll from the PCU extracted location to original source media location

  • robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.exe
  • robocopy C:\SQLServer2008_FullSP1\PCU c:\SQLServer2008_FullSP1 Setup.rll

5. Copy all files not the folders, except the Microsoft.SQL.Chainer.PackageData.dll, in c:\SQLServer2008_FullSP1\PCU\<architecture> to C:\SQLServer2008_FullSP1 \<architecture> to update the original files.

  • robocopy C:\SQLServer2008_FullSP1\pcu\x86 C:\SQLServer2008_FullSP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll
  • robocopy C:\SQLServer2008_FullSP1\pcu\x64 C:\SQLServer2008_FullSP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll
  • robocopy C:\SQLServer2008_FullSP1\pcu\ia64 C:\SQLServer2008_FullSP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll

6. Determine if you have a defaultsetup.ini at the following locations:

  • C:\SQLServer2008_FullSP1\x86
  • C:\SQLServer2008_FullSP1\x64
  • C:\SQLServer2008_FullSP1\ia64

If you have a defaultsetup.ini, add PCUSOURCE=”{Full path}\PCU”.

NOTE: The {Full path} needs to be the absolute path to the PCU folder. If you will just be running from local folder it would be C:\SQLServer2008_FullSP1. If you will eventually share this folder out, {Full path} would be \\MyServer\SQLServer2008_FullSP1.

See question #11 here if you would like to use a relative path.
;SQLSERVER2008 Configuration File

[SQLSERVER2008]

PCUSOURCE=”{Full path}\PCU”
If you do NOT have a defaultsetup.ini, create one with the following content:
;SQLSERVER2008 Configuration File

[SQLSERVER2008]

PCUSOURCE=”{full path}\PCU”
and copy to the following locations:

C:\SQLServer2008_FullSP1\x86

C:\SQLServer2008_FullSP1\x64

C:\SQLServer2008_FullSP1\ia64
This file will tell the setup program where to locate the SP1 source media that you extracted in step 3.
7. Now run setup.exe as you normally would.

More Information can be found on this msdn blog. Thanks to Peter Saddow.