반응형
개요
구성환경
Windows Server 2016 Domain Controller
증상
이벤트 ID 4012
The DFS Replication service stopped replication on the folder with the following local path: C:\Windows\SYSVOL\domain. This server has been disconnected from other partners for 232 days, which is longer than the time allowed by the MaxOfflineTimeInDays parameter (60). DFS Replication considers the data in this folder to be stale, and this server will not replicate the folder until this error is corrected. To resume replication of this folder, use the DFS Management snap-in to remove this server from the replication group, and then add it back to the group. This causes the server to perform an initial synchronization task, which replaces the stale data with fresh data from other members of the replication group. Additional Information: Error: 9061 (The replicated folder has been offline for too long.) Replicated Folder Name: SYSVOL Share Replicated Folder ID: D9B62EA3-C4EA-4FBA-A2A2-79D38F6FE0ED Replication Group Name: Domain System Volume Replication Group ID: FD877A90-EA20-43DB-9FE9-BAC523158B2D Member ID: 4775C66C-D568-45A9-A6AD-F311C955AE97 |
원인
조치 방법
1. MaxOfflineTimeInDays 값 변경
wmic.exe /namespace:\\root\microsoftdfs path DfsrMachineConfig set MaxOfflineTimeInDays=365 |
2. DFS Replication 서비스 재시작
* 현재 MaxOfflineTimeInDays 값 확인
wmic.exe /node:%computername% /namespace:\\root\microsoftdfs path DfsrMachineConfig get MaxOfflineTimeInDays |
반응형
'운영체제 > Windows' 카테고리의 다른 글
윈도우 가상 메모리 계산 (0) | 2023.09.14 |
---|---|
윈도우 초기 설치후 핸들(handle) 수 (0) | 2023.09.14 |
netsh trace 를 이용한 패킷 캡쳐 - 2부. Microsoft Network Monitor 툴 활용 (0) | 2021.06.15 |
netsh trace 를 이용한 패킷 캡쳐 - 1부. netsh trace 명령어 (0) | 2021.06.15 |
Windows iSCSI 스토리지 요청에 사용될 네트워크 주소 바인딩 (0) | 2021.04.20 |