马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?FreeOZ用户注册
x
This time it’s time to build my System Center 2012 R2 Service Manager environment. You can always find out step by step guide for other System Center products as below: Let get started SQL instance: SCCM collation: SQL_Latin1_General_CP1_CI_AS SQL Server role: Database Engine Services, Reporting Services SQL Memory Limitation: 8G 2. Prepare Windows Assessment and Deployment Kit (ADK) for Windows 8.1 Deployment Tools Windows Preinstallation Environment (Windows PE) User State Migration Tool (USMT) 3. Extend AD schema Jump to the domain controller and run ExtADSch.exe from the SCCM installation .iso file SMSSETUP\BIN\X64\extadsch.exe 4. Install WSUS on site server I have created a new SQL instance called WSUS for the WSUS database just because I personally prefer SQL to be my WSUS database so I can manage and play around with my WSUS DB, you can use the default WID database for lab purpose. 5. Create the System Management Container and assign permission - Log on as an account that has the Create All Child Objects permission on the System container in Active Directory Domain Services.
- Run ADSI Edit, and connect to the domain in which the site server resides.
- Expand Domain <computer fully qualified domain name>, expand <distinguished name>, right-click CN=System, click New, and then click Object.
- In the Create Object dialog box, select Container, and then click Next.
- In the Value box, type System Management, and then click Next.
- Click Finish to complete the procedure.
- 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.
- Click Advanced, select the site server’s computer account, and then click Edit.
- In the Apply onto list, select This object and all descendant objects.
6. Site server computer account administrative rights Jump to SQL server, add site server to the local administrator group 7. Install SCCM 2012 R2 I have a dedicated SQL server, so it’s a little bit complicated than standalone installation Central Administration Site is not needed in my case, but we can still scale out to a CAS server later SQL connection If you get a connection error like below What we need to do is just change the “Dynamic Ports” to the default SQL port 1433 in “SQL Server Configuration Manager” Restart the SQL service Now go back to SCCM server, we should able to see the next step The SMS Provider can be a dedicate server or just use the management server Try HTTPS then HTTP makes more sense for me HTTP is good enough for lab, and again, we can always change this later You should now can see all of the prerequisites passed, SQL Server memory warning is fine since we don’t need to allocate to much memory for a small lab Just ignore the “Verify site server permissions to publish to Active Directory” since I’m pretty sure we do have the permission, sometimes it just cannot passed the prerequisites check Still worried about that site server permission warning? no problem, let’s double check if we got something in that container now OK, all looks good, Enjoy SCCM 2012 R2 Optional: Install the Software Update Point Navigate to Administration->Site Configuration->Servers and Site System Roles, Install a new Site System role: Software Update Point Install the Reporting Service Point Select the SQL server and install the Reporting Services Point Verify the Reporting Services Point installation 1. SRSRP.LOG 2. SQL Server reporting service 3. SCCM console
原文:http://www.rickygao.com/step-by- ... figuration-manager/
|