SCCM 2012 SP1部署记录

 

 

纯个人记录,可能看上去各种凌乱,有问题留言,环境基于windows server 2012

 

下图是安装.net和.net依赖

clip_image002[11]

http://technet.microsoft.com/zh-cn/library/gg712264.aspx#BKMK_PrepAD

  1. Create a backup of the schema master domain controller’s system state.

  2. Ensure that you are logged on to the schema master domain controller with an account that is a member of the Schema Admins security group.

You must be logged on as a member of the Schema Admins security group in order to successfully extend the schema. Running the extadsch.exe file by using the Run As command to attempt to extend the schema using alternate credentials will fail.

  1. Run extadsch.exe, located at \SMSSETUP\BIN\X64 on the installation media, to add the new classes and attributes to the Active Directory schema.

  2. Verify that the schema extension was successful by reviewing the extadsch.log located in the root of the system drive.

  3. If the schema extension procedure was unsuccessful, restore the schema master's previous system state from the backup created in step 1.

clip_image004[7]

clip_image006[4]

clip_image008[4]

clip_image010[4]

1. Log on as an account that has the Create All Child Objects permission on the System container in Active Directory Domain Services.

2. Run ADSI Edit, and connect to the domain in which the site server resides.

3. Expand Domain<computer fully qualified domain name>, expand <distinguished name>, right-click CN=System, click New, and then click Object.

4. In the Create Object dialog box, select Container, and then click Next.

5. In the Value box, type System Management, and then click Next.

6. Click Finish to complete the procedure.

clip_image012[4]clip_image014[4]

clip_image016[4]

clip_image018[4]

clip_image020[4]

clip_image022[4]

After you have created the System Management container in Active Directory Domain Services, you must grant the site server's computer account the permissions that are required to publish site information to the container.

The primary site server computer account must be granted Full Control permissions to the System Management container and all its child objects. If you have secondary sites, the secondary site server computer account must also be granted Full Control permissions to the System Management container and all its child objects.

  1. Click Start, click Run, and enter adsiedit.msc to open the ADSIEdit console.

  2. If necessary, connect to the site server's domain.

  3. In the console pane, expand the site server's domain, expand DC=<server distinguished name>, and then expand CN=System. Right-click CN=System Management, and then click Properties.

  4. In the CN=System Management Properties dialog box, click the Security tab, and then click Add to add the site server computer account. Grant the account Full Control permissions.

  5. Click Advanced, select the site server’s computer account, and then click Edit.

  6. In the Apply onto list, select This object and all descendant objects.

  7. Click OK to close the ADSIEdit console and complete the procedure.

站点计算机要是SQL和站点服务器本地管理员成员

clip_image024[4]

clip_image026[4]

clip_image028[4]

clip_image030[4]

clip_image032[4]

clip_image034[4]

Remote Differential Compression


Site servers and distribution points require Remote Differential Compression (RDC) to generate package signatures and perform signature comparison. If RDC is not enabled, you must enable it on these site system servers.

clip_image036[4]

Internet Information Services (IIS)


Several site system roles require Internet Information Services (IIS). If IIS is not already enabled, you must enable it on site system servers before you install a site system role that requires IIS. In addition to the site system server, the following site systems roles require IIS:

  • Application Catalog web service point

  • Application Catalog website point

  • Distribution point

  • Enrollment point

  • Enrollment proxy point

  • Fallback status point

  • Management point

  • Software update point

The minimum version of IIS that requires is the default version that is supplied with the operating system of the server that runs the site system.

For example, when you enable IIS on a Windows Server 2008 computer that you plan to use as a distribution point, IIS 7.0 is installed. You can also install IIS 7.5. If you enable IIS on a Windows 7 computer for a distribution point, IIS 7.5 is automatically installed. You cannot use IIS version 7.0 for distribution point that runs Windows 7.

Use the following procedure as an example of how to install IIS on a Windows Server 2008 or Windows Server 2008 R2 computer. If you have a different operating system version

此处作为演示就全选了,各位自我斟酌

最后启用一下Bits

clip_image038[4]

clip_image040[4]

下面是解决IIs组织特定扩展名的

To configure request filtering for IIS on distribution points

  1. On the distribution point computer, open the applicationHost.config file located in the %Windir%\System32\Inetsrv\Config\ directory.

  2. Search for the <requestFiltering> section.

  3. Determine the file name extensions and folder names that you will have in the packages on this distribution point. For each extension and folder name that you require, perform the following steps:

  • If it is listed as a fileExtension element, set the value for allowed to true.
    For example, if your content contains a file with an .mdb extension, change the line <add fileExtension=".mdb" allowed="false" /> to <add fileExtension=".mdb" allowed="true" />.
    Allow only the file name extensions required for your content.

  • If it is listed as a <hiddenSegments> element, delete the entry that matches the file name extension or folder name from the file.
    For example, if your content contains a folder with the label of bin, remove the line <add segment=”bin” /> from the file.

Save and close the applicationHost.config file to complete the configuration

这是WSUS3.0Sp2

http://www.microsoft.com/en-us/download/details.aspx?id=5216

这是Kb

http://www.microsoft.com/en-us/download/details.aspx?id=29999

http://www.microsoft.com/en-us/download/details.aspx?id=30747

clip_image042[4]

clip_image044[4]

clip_image046[4]

clip_image048[4]

clip_image050[4]

clip_image052[4]

clip_image054[4]

clip_image056[4]

clip_image058[4]

clip_image060[4]

clip_image062[4]

添加VMM计算机到数据库本地管理员组

clip_image064[4]

clip_image066[4]

clip_image068[4]

clip_image070[4]

clip_image072[4]

clip_image074[4]

clip_image076[4]

clip_image078[4]

clip_image080[4]

clip_image082[4]

clip_image084[4]

clip_image086[4]

clip_image088[4]

http://www.microsoft.com/zh-cn/download/details.aspx?id=26727这是Sp1

http://www.microsoft.com/zh-cn/download/details.aspx?id=30437这是Sp2

clip_image090[4]

clip_image092[4]

clip_image094[4]

clip_image096[4]

clip_image098[4]

clip_image100[4]

clip_image102[4]

clip_image104[4]

clip_image106[4]

clip_image108[4]

clip_image110[4]

clip_image112[4]

clip_image114[4]

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值