2010. 7. 27. 18:07

...이제 SCCM을 무작정 설치 하게 되면 어떤 상황이 되는지 알아 보겠습니다.

많은 사람들은 메뉴얼 읽는 것을 아주 싫어 합니다. 시간 낭비라고 생각 하는것 같은데 잘 모르는 기계나 소프트웨어의 경우 메뉴얼을 읽어 보는 것이 오히려 시간을 버는 것임을 언제가는 알게 되겠죠.

SCCM 설치 실패 시나리오는 대충 이렇게 만들어 질것 같습니다.

보통의 경우 사내의 하드웨어 / 소프트웨어 인벤토리 관리와 소프트웨어 배포를 위하여 이와 같은 기능을 제공 하는 몇가지 제품들을 체크 하다가 SCCM 도입을 하려고 합니다. 만만한 직원 하나 불러서 "SCCM 설치 하고 운영 테스트 해봐!" 라는 지시를 내릴겁니다. 지시를 받은 "만만한 직원1"은 별도의 사전 교육이나 SCCM에 대한 기술적인 확인 절차 없이 곧바로 Windows Server 2008 R2가 설치된 서버에 SCCM을 설치 합니다. 하지만 이전 포스팅에 말했듯이 사전에 설치 되어야할 요소들이 많이 있음을 이때까지는 알지 못합니다.

사전에 확인해야할 기술 요소들과 인프라는 다음과 같습니다.
- Active Directory
- Microsoft SQL Server 2005 SP2 이상
- Internet Explorer 5 이상
- .NET Framework 2.0
- Internet Information Service (IIS) 6.0 이상
- Background Intelligent Transfer Service (BITS)
- Web-based Distributed Authoring (WebDAV)
- MMC 3.0


1. 무작정 SCCM 설치를 시작 합니다. 클릭 클릭 잘 넘어가는듯 싶다가 바로 첫번째 난관에 봉착 합니다.


Domain Membership 이라는 Prerequisite(전제조건) 오류 입니다. 설명에는 "Configuration Manager site server components can only be installed on computer that are members of a Windows domain." 라고 되어 있습니다. 이 오류는 필요한 인프라중에 AD 관련 문제 입니다. 당연하겠지만 SCCM AD Join 되어 있어야 합니다. SCCM을 운영하려면 AD 구축이 필수 입니다. 사내에 AD가 도입되어 있지 않거나 AD가 도입 되었더라도 모든 클라이언트들이 AD Join 하지 않는다면 SCCM을 운영할 수 없습니다. 따라서 사내에 AD가 구축되지 않았다면 AD를 구축하던가 다른 제품을 찾아야 합니다.

2. 사내에 AD가 구축되어 있다면 AD에 조인 하고 다시 설치를 시작 하겠죠. Domain Membership 조건은 만족했으니 다음으로 잘 넘어 갑니다만 두번째 문제에 부딫힙니다.

You must specify the SQL Server name. 이라는 오류창 입니다. 사내에 여유있는 Microsoft SQL Server가 있다면 SQL Server name을 명시 하고 통과 하면 됩니다만 그렇지 않다면 해당 서버에 Microsoft SQL을 설치 하거나 별도의 SQL Server를 구축해야 합니다.

3. SQL Server가 필요 하다고 하니 해당 서버에 Microsoft SQL Server를 설치 하고 다시 SCCM을 설치 해봅니다. 하지만 SCCM이 설치 되기 위한 전제조건 체크시 경고 항목 2가지와 에러 항목 6가지가 다시 한번 목덜미를 잡습니다. 아직 SCCM의 설치도 시작하지 못했는데 말이죠.

3-1. Schema extensions 경고 : Configuration Manager Active Directory schema extensions are not required, for site server installation, but are recommended to fully support the use of all Configuration Manager features.

3-2. WSUS SDK on site server 경고 : Configuration Manager software update points require Windows Server Update Services (WSUS) version 3.0 SP1 or later.  If using a remote software update point, the WSUS administration console must be installed on the site server.  For more information on WSUS installation see http://go.microsoft.com/fwlink/?LinkID=79477.

3-3. Microsoft Remote Differential Compression(RDC) library Registered 오류 : The Microsoft Remote Differential Compression (RDC) library must be registered for Configuration Manager site server installation.

3-4. IIS Service running 오류 : Internet Information Services (IIS) is required for some site system roles. If you have selected to install a site system role requiring IIS, and the IIS service is not running, this rule will fail.

3-5. BITS installed / BITS enabled 오류 : Background Intelligent Transfer Service (BITS) is required for the management point and BITS-enabled distribution point site system roles. Background Intelligent Transfer Service (BITS) is not installed and/or IIS 6 WMI compatibility component for IIS7 is not installed on this computer or remote IIS host, or setup was unable to verify remote IIS settings because IIS common components were not installed on the site server computer. ConfigMgr requires BITS be installed and enabled in Internet Information Services (IIS) before setup can continue. Setup cannot continue.

3-6. WebDAV installed / WebDAV enabled 오류 : Web-based Distributed Authoring and Versioning (WebDAV) is required for the management point and distribution point site system roles. If you have selected to install a site role requiring WebDAV, and it is not installed, this rule will fail. Web-based Distributed Authoring and Versioning (WebDAV) is not installed and/or IIS 6 WMI compatibility component for IIS7 is not installed on the computer specified for management point installation or setup was unable to verify remote IIS settings because IIS common components were not installed on the site server computer. ConfigMgr requires WebDAV to be installed and enabled in Internet Information Services (IIS) for management point site systems. Setup cannot continue.

...오류 메세지들이 끔찍하네요. 이는 사전에 충분히 SCCM 설치전에 필요한 요소들을 파악 하지 않은채 무작정 설치를 했기 때문 입니다. 이때 부터 "만만한 직원1"은 구글링을 하면서 이것 저것 찾아 보려 할겁니다. SCCM 관련된 한글 문서가 많지 않기 때문에 짧은 영어 실력으로 마이크로소프트 Technet 영문 문서를 보면서 울화통이 터지거나 외국의 관련 포럼 Q&A를 보면서 짜증이 나겠죠. 그러다가 이 포스팅을 보게 될겁니다. (구글링 하다가 오신 "만만한 직원1" 여러분 잘 오셨습니다.)

이 포스팅은 이렇게 맨땅에 헤딩을 해야 하는 엔지니어들을 위해서 사전에 점검 하고 설치해야할 필수 요소들에 대하여 하나 하나 설치 하면서 진행 될겁니다. 다음 포스팅 부터는 실제로 SCCM 설치를 하기 위하여 필요한 요소들에 대해서 알아 보기로 하겠습니다.

대한민국에 살고 있는 맨땅에 헤딩하는 엔지니어 여러분 힘냅시다.


Posted by 알 수 없는 사용자
:
BLOG main image
Windows Server를 공부 하는 사람들의 팀블로그 by 마성민

카테고리

분류 전체보기 (76)
Windows (2)
Powershell (56)
AD (0)
Exchange (6)
System Center (9)
IIS (0)
SQL (3)
Sharepoint (0)

태그목록

Tistory Cumulus Flash tag cloud by BLUEnLIVE requires Flash Player 9 or better.

Total :
Today : Yesterday :