SCCM 2012 SP1部署記錄

 
 
純個人記錄,可能看上去各種凌亂,有問題留言,環境基於windows server 2012
 
下圖是安裝.net和.net依賴
  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.
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.
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和站點服務器本地管理員成員
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.
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
下面是解決IIs組織特定擴展名的
  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.
  4. Save and close the applicationHost.config file to complete the configuration
這是WSUS3.0Sp2
這是Kb
添加VMM計算機到數據庫本地管理員組

本文出自 “陽光☆奮進” 博客,請務必保留此出處http://ucweb.blog.51cto.com/4042188/1134843

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章