Microsoft MVP성태의 닷넷 이야기
오류 유형: 933. Active Directory - The forest functional level is not supported. [링크 복사], [링크+제목 복사],
조회: 10602
글쓴 사람
정성태 (seongtaejeong at gmail.com)
홈페이지
첨부 파일
 

(시리즈 글이 2개 있습니다.)
오류 유형: 164. Active Directory - Functional Level 승격이 안 되는 문제
; https://www.sysnet.pe.kr/2/0/1348

오류 유형: 933. Active Directory - The forest functional level is not supported.
; https://www.sysnet.pe.kr/2/0/13812




Active Directory - The forest functional level is not supported.

이상하군요, 도메인에 백업용 AD를 하나 더 추가하는데 이런 오류가 발생합니다.

Deployment Configuration

Verification of replica failed. The forest functional level is not supported. To install a Windows Server 2025 domain or domain controller, the forest functional level must be Windows Server 2016 or higher.


이전과는 다른 오류 메시지인데요,

Active Directory - Functional Level 승격이 안 되는 문제
; https://www.sysnet.pe.kr/2/0/1348

그래서 일단 "Active Dircetory Domains and Trusts"를 통해 분명히 "Windows Server 2016"으로 Functional Level을 설정했습니다.

ad_func_level_1.png

하지만, 그래도 저 오류는 계속 발생합니다. 확인을 위해 Ldp.exe를 이용해 AD 환경을 조사해 봤더니,

c:\temp> ldp.exe
Dn: (RootDSE)
configurationNamingContext: CN=Configuration,DC=testad,DC=com; 
currentTime: 2024-11-10 오후 23:14:36 Korea Standard Time; 
defaultNamingContext: DC=testad,DC=com; 
dnsHostName: adsvr1.testad.com; 
domainControllerFunctionality: 10 = ( WIN2025 ); 
domainFunctionality: 7 = ( WIN2016 ); 
dsServiceName: CN=NTDS Settings,CN=adsvr1,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=testad,DC=com; 
forestFunctionality: 4 = ( WIN2008R2 ); 
highestCommittedUSN: 6946912; 
...[생략]...
supportedSASLMechanisms (4): GSSAPI; GSS-SPNEGO; EXTERNAL; DIGEST-MD5; 

아하~~~ ^^; Domain과 Forest에 각각 Functional Level이 따로 설정되어 있었군요.

How to raise Active Directory domain and forest functional levels
; https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/raise-active-directory-domain-forest-functional-levels

저걸 보고 다시 오류 메시지를 보니, 이제서야 "The forest functional level is not supported" 메시지가 눈에 들어옵니다. ^^;

결국, "Active Dircetory Domains and Trusts"에서 Domain 노드가 아닌 그 상위의 노드를 선택해,

ad_func_level_2.png

"Raise Forest Functional Level" 메뉴로 설정해야 하는 것이었습니다.





[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 11/11/2024]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 151  152  153  154  155  156  157  [158]  159  160  161  162  163  164  165  ...
NoWriterDateCnt.TitleFile(s)
1133정성태9/25/201135086VC++: 54. C++로 만든 WinRT 프로그램 [2]
1132정성태9/24/201174571Java: 9. 자바의 keytool.exe 사용법과 Tomcat의 SSL 통신 설정
1131정성태9/23/201130627Java: 8. 닷넷 개발자가 구현해 본 자바 웹 서비스 (2)
1130정성태9/23/201138857Java: 7. 닷넷 개발자가 구현해 본 자바 웹 서비스 (1)파일 다운로드2
1129정성태9/22/201130388개발 환경 구성: 130. Hyper-V에 MS-DOS VM 만드는 방법 - MSDN 구독자 대상 [3]
1128정성태9/20/201130624오류 유형: 137. KB2449742 보안 업데이트로 인한 충돌 문제 해결 - 두 번째 이야기
1127정성태9/19/201134558Java: 6. Java에서 MySQL 사용 [2]
1126정성태9/18/201129717Math: 3. "유클리드 호제법"과 "Bezout's identity" 구현 코드(C#)파일 다운로드1
1125정성태9/17/201127397Windows: 54. Windows 8 개발자 Preview를 사용해 보고... [2]
1124정성태9/17/201127791.NET Framework: 240. System.Collections.ArrayList가 .NET 4.5에서 지원이 안된다??? [2]
1123정성태9/17/201166672Windows: 53. 2가지 모드의 Internet Explorer 10과 ActiveX [6]
1122정성태9/16/201134273Windows: 52. 새롭게 지원되는 WinRT 응용 프로그램 [7]
1121정성태9/12/201129086Java: 5. WTP 내에서 서블릿을 실행하는 환경
1120정성태9/11/201129081.NET Framework: 239. IHttpHandler.IsReusable 속성 이야기파일 다운로드1
1119정성태9/11/201128059Java: 4. 이클립스에 WTP SDK가 설치되지 않는다면? [2]
1118정성태9/11/201139964Java: 3. 이클립스에서 서블릿 디버깅하는 방법 [4]
1117정성태9/9/201127033제니퍼 .NET: 17. 제니퍼 닷넷 적용 사례 (2) - 웹 애플리케이션 hang의 원인을 알려주다.
1116정성태9/8/201158605Java: 2. 자바에서 "Microsoft SQL Server JDBC Driver" 사용하는 방법
1115정성태9/4/201131729Java: 1. 닷넷 개발자가 처음 실습해 본 서블릿
1114정성태9/4/201136259Math: 2. "Zhang Suen 알고리즘(세선화, Thinning/Skeletonization)"의 C# 버전 [4]파일 다운로드1
1113정성태9/2/201135865개발 환경 구성: 129. Hyper-V에 CentOS 설치하기
1112정성태9/2/201152497Linux: 1. 리눅스 <-> 윈도우 원격 접속 프로그램 사용 [3]
1111정성태8/29/201126648제니퍼 .NET: 16. 적용 사례 (1) - DB Connection Pooling을 사용하지 않았을 때의 성능 저하를 알려주다. [1]
1110정성태8/26/201128225오류 유형: 136. RDP 접속이 불연속적으로 끊기는 문제
1109정성태8/26/201131106오류 유형: 135. 어느 순간 Active Directory 접속이 안되는 문제
1108정성태8/22/201132059오류 유형: 134. OLE/COM Object Viewer - DllRegisterServer in IVIEWERS.DLL failed. [1]
... 151  152  153  154  155  156  157  [158]  159  160  161  162  163  164  165  ...