How to slipstream SQL Server 2008 R2 and a SQL Server 2008 R2 Service Pack 1 (SP1)

原文链接:http://blogs.msdn.com/b/petersad/archive/2011/07/13/how-to-slipstream-sql-server-2008-r2-and-a-sql-server-2008-r2-service-pack-1-sp1.aspx

With the release SQL Server 2008 R2 SP1, I have compiled the list of steps to create a slipstream drop. Once you have created this slipstream drop, you can install the original release of SQL Server 2008 R1 and SP1 at the same time. The slipstream functionality performs a single installs that is quicker when compared to installing the original release and then applying the service pack. Additionally this slipstream drop fixes any Setup issues that prevent a successful installation or upgrade that has been addressed in SP1. See this KB2528583 for a list on fixes in Service Pack 1. This slipstream drop is for new installation or upgrades,. To patch existing SQL Server 2008 features, download SP1 from the download center or obtain from Microsoft Update when available.

Here are the steps:

  1. Copy your original SQL Server 2008 R2 source media to C:\SQLServer2008R2_SP1

  2. Download the SQL Server 2008 R2 SP1 packages from here. You need to download all Service Pack 1 architecture packages:

    • SQLServer2008R2SP1-KB2528583-IA64-ENU.exe
    • SQLServer2008R2SP1-KB2528583-x64-ENU.exe
    • SQLServer2008R2SP1-KB2528583-x86-ENU.exe
  3. Extract each of the SQL Server 2008 SP1 packages to C:\SQLServer2008R2_SP1\SP as follows:

    SQLServer2008R2SP1-KB2528583-IA64-ENU.exe /x:C:\SQLServer2008R2_SP1\SP
    SQLServer2008R2SP1-KB2528583-x64-ENU.exe /x:C:\SQLServer2008R2_SP1\SP
    SQLServer2008R2SP1-KB2528583-x86-ENU.exe /x:C:\SQLServer2008R2_SP1\SP

    Ensure you complete this step for all architectures to ensure the original media is updated correctly.

  4. Copy Setup.exe from the SP extracted location to the original source media location. Here is the robocopy command:

    robocopy C:\SQLServer2008R2_SP1\SP C:\SQLServer2008R2_SP1 Setup.exe

  5. Copy all files not the folders, except the Microsoft.SQL.Chainer.PackageData.dll, in C:\SQLServer2008R2_SP1\SP\ to C:\SQLServer2008R2_SP1\ to update the original files. Here is the robocopy command:

    robocopy C:\SQLServer2008R2_SP1\SP\x86 C:\SQLServer2008R2_SP1\x86 /XF Microsoft.SQL.Chainer.PackageData.dll
    robocopy C:\SQLServer2008R2_SP1\SP\x64 C:\SQLServer2008R2_SP1\x64 /XF Microsoft.SQL.Chainer.PackageData.dll
    robocopy C:\SQLServer2008R2_SP1\SP\ia64 C:\SQLServer2008R2_SP1\ia64 /XF Microsoft.SQL.Chainer.PackageData.dll

  6. Determine if you have a DefaultSetup.INI at the following locations:

    C:\SQLServer2008R2_SP1\x86
    C:\SQLServer2008R2_SP1\x64
    C:\SQLServer2008R2_SP1\ia64

    If you have a DefaultSetup.INI at the above locations, add the following lines to each DefaultSetup.INI:

    PCUSOURCE=”.\SP”

    If you do NOT have a DefaultSetup.INI, create one with the following content:

    ;SQLSERVER2008 R2 Configuration File
    [SQLSERVER2008]
    PCUSOURCE=”.\SP”

    and copy to the following locations

    C:\SQLServer2008R2_SP1\x86
    C:\SQLServer2008R2_SP1\x64
    C:\SQLServer2008R2_SP1\ia64
    

This file will tell the setup program where to locate the SP source media that you previously extracted.

  1. Run setup.exe as you normally would.

How can I tell I am slipstreaming:

1) You should see the “Update Setup Media Language Rule” on the Installation Rules dialog:

image

2) On the Ready to Install dialog, the Action will indicated (“Slipstream”):

image

3) You will see the PCUSource parameters specified in the Summary log:

image

4) Results from SQL Discovery Report launched from Installation Center (first CU for SP1)

image

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值