이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: SCCM 요구 사항 설치 안내서: SQL 구성, Active Directory 스키마 확장 및 Windows 서버 역할 설치
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
  • 창
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
configmgr

SCCM 요구 사항 설치 안내서: SQL 구성, Active Directory 스키마 확장 및 Windows 서버 역할 설치

게시: 2월 5, 2024
9 최소 읽기
공유하다

SCCM 요구 사항 설치 안내서: SQL 구성, Active Directory 스키마 확장 및 Windows 서버 역할 설치.

내용물
SQL 구성Active Directory schema extendingWindows Server Roles and Features installationWindows ADK installation

SQL 구성

For normal work, you must use the next memory size for SCCM SQL:

  • 최저한의 8192 for “Primary Site“;
  • 최저한의 4096 for “Secondary Site“;

When you use a database server that is co-located with the site server, dedicate 50 percent of the available addressable system memory for SQL Server.


When you use a dedicated SQL Server, dedicate 80 percent of the available addressable system memory for SQL Server.


Configuration Manager requires SQL Server to reserve a minimum of 8 gigabytes (GB) of memory in the buffer pool used by an instance of SQL Server for the central administration site and primary site and a minimum of 4 gigabytes (GB) for the secondary site. This memory is reserved by using the Minimum server memory setting under Server Memory Options and is configured by using SQL Server Management Studio.”

Technet

제 경우에는, I have very weak SQL, so I only show where and how to set these limits.

1. Run “Microsoft SQL Server Management Studio“;

2. Connect to your “SCCM Instance”. Enter “Server Name” and click the “Connect” button;

3. 마우스 오른쪽 버튼 click on the instance and select “Properties“;

4. Go to “Memory” and set “Minimum server memory (in MB)" 그리고 "Maximum server memory (in MB)” according to the information I wrote earlier. Click the “좋아요” button;

5. To apply these changes you must restart instance services, you can do it from “Microsoft SQL Server Management Studio“. 마우스 오른쪽 버튼 click on the instance and select “Restart“;

6. Click “예” on pop-up windows;

Active Directory schema extending

When you extend the Active Directory schema for System Center 2012 Configuration Manager, you can publish site information to Active Directory Domain Services. Extending the Active Directory schema is optional for Configuration Manager. 하지만, by extending the schema you can use all Configuration Manager features and functionality with the least amount of administrative overhead.


If you decide to extend the Active Directory schema, you can do so before or after you run Configuration Manager Setup.

TechNe

1. Log in to your “Domain Controller Schema Master“. Mount “*.ISO” with SCCM installation files. Go to “<drive letter>\SMSSETUP\BIN\X64” and run “extadsch.exe“;

2. After step “1” go to “C:\” and open “ExtADSch.log” if all is good you must see the next string;

3. Open your apps list and run “ADSI Edit“;

4. 마우스 오른쪽 버튼 click on “ADSI Edit” and select “Connect to“;

5. Leave defaults and click the “좋아요” button;

6. Find “CN=System” in the list. 마우스 오른쪽 버튼 click on “CN=System“, select “New” and then “Object“;

7. In the list select “Container” and click the “Next” button;

8. Enter “값” System Management and click the “Next” button;

9. Click the “Finish” button;

10. 마우스 오른쪽 버튼 click on “CN=System Management"를 클릭하고 "를 클릭합니다.Properties“;

11. Select “Security“;

12. Click the “Add” button;

13. In the “Object Types” add “Computers“, enter your SCCM server name, and click the “좋아요” button;

14. Set the checkmark “Full control” (like on the screenshot) and click the “좋아요” button;

Windows Server Roles and Features installation

My deployment scenario:

  • SQL 2016 on 윈도우 서버 2016 with separated disks (System, DB’s, Temp);
  • SCCM 1606 on 윈도우 서버 2016 with two disks (one for the system and one for data, like updates and apps)

1. Let’s make some tuning of our server. I need to host SCCM data on disk “D“. To do this we must create a blank file “NO_SMS_ON_DRIVE.SMS” in the root of disk “C“;

2. Make sure it is blank;

3. Next we need at Windows Server Roles and Features. In the “Server Manager” in the upper menu click “Manage” and then “Add Roles and Features“;

4. Click the “Next” button. (you may set the checkmark “Skip this page by default” and this window don’t appear next time);

5. Leave by default “Role-based or feature-based installation” and click the “Next” button;

6. Select the target server and click the “Next” button (I have only one server);

7. Set a check mark on the “Web Server (IIS)” role, in the pop-up window click the “Add Features” button;

” role, in the pop-up window click the “Add Features” button;

8. Set the check mark on “Windows Server Update Services (WSUS)“, in the pop-up window click the “Add Features” button;

9. After all steps click the “Next” button;

10. Set check mark on “.순 프레임 워크 3.5 Features” and set check marks, like on the screenshot;

11. Set check mark on “Background Intelligent Transfer Service (BITS)“;

12. In the pop-up window click “Add Features“;

13. Set the check mark on “Remote Differential Compression"를 클릭하고 "를 클릭합니다.Next“;

메모: I use Server 2016, if you use another Windows Server (2012 or 2012 R2) you must install WSUS 3.0 Service Pack 2.

14. Let’s configure “IIS Role“, and click the “Next” button;

15. Set check marks, like on screenshots;

16. After all actions click the “Next” button;

17. Let’s configure “WSUS Role“, and click the “Next” button;

18. Set check marks on “WSUS Services“, I use the database on SCCM SQL Server, so I also set the checkmark “SQL Server Connectivity“. (If you want to use a local database for WSUS – don’t set the check mark on SQL and set the checkmark on “WID Connectivity“). Click the “Next” button;

19. Set the checkmark and enter the path for storing updates (I use “D:\WSUS“). Click the “Next” button;

20. Enter “<SQL Server name>\<Instance name>“, and click the “Check connection” button to check the connection. If all is good, click the “Next” button;

메모: I don’t have Internet access on this machine, so I need to specify the source path for feature installation (“.NET Framework 3.5“). Click “Specify an alternate source path“;

21. Enter “<windows source files DVD or *iso disk>\sources\sxs"를 클릭하고 "를 클릭합니다.좋아요” button;

22. Click the “설치하다” button;

23. Installation starts;

24. 설치가 완료되면, click the “닫다” button;

25. Click on the yellow triangle and then click “Launch Post-Installation tasks” (finish WSUS installation);

26. Post-installation finished;

27. If you install WSUS with SQL database, go to SQL Server. You will see “SUSDB” file and “SUSDB” database in “SQL Server Management Studio“;

Windows ADK installation

Download the installation file from Windows ADK Site. You may install it from the WEB or download files to install it on another computer. Let’s do both options.

2. If you choose the online installation. Run the downloaded file “adksetup.exe“. Select “Install the Windows Assessment and Deployment Kit – Windows 10 to this computer“. Click the “Next” button;

3. Select “예” or “No” (read the text in the window to make choice). Click the “Next” button;

4. Read “License Agreement” and click the “수용하다” button;

5. Select components required for SCCM successful installation, like in the screenshot. Click the “Install” button to start the installation.

6. If you choose the offline installation. Select a folder to download installation files and click the “Next” button;

7. Copy downloaded files to the target machine and run “adksetup.exe“;

8. Click the “Next” button;

9. Next repeat steps “3-5“;

10. In both variants at the end of installation click the “Close” button. (Also you may explore Windows ADK documentation on MSDN if you need, by setting a checkmark);

메모: Don’t forget to reboot after installation. It takes a very long time to install.

태그됨:IIS마이크로소프트 하이퍼-VMicrosoft SQL ServerMicrosoft Windows 서버시스템 센터시스템 센터 구성 관리자창윈도우 서버 2016WSUS
이전 기사 Active Directory에서 기본 비밀번호 정책 구성에 대한 궁극적 인 가이드 – 모범 사례 및 팁
다음 기사 Install SQL Server Management Studio
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
~에 의해 Transposh - translation plugin for wordpress

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
configmgr

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?