10.2. 복제 로깅 활성화로 복제본의 고정화 확인
하나 이상의 공급업체가 많은 업데이트 로드를 사용하고 복제본이 자주 업데이트를 수신하지 못하는 경우 복제 메시지를 기록하여 단조화 상황을 확인할 수 있습니다.
사전 요구 사항
- 복제 토폴로지에는 여러 공급업체가 있습니다.
절차
복제 로깅을 활성화합니다.
dsconf -D "cn=Directory Manager" ldap://server.example.com config replace nsslapd-errorlog-level=8192
# dsconf -D "cn=Directory Manager" ldap://server.example.com config replace nsslapd-errorlog-level=8192
Copy to Clipboard Copied! 이 명령은 복제 로깅만 활성화하며 다른 오류 메시지를 로깅하는 것은 비활성화되어 있습니다.
/var/log/dirsrv/slapd-instance_name/errors
로그 파일을 모니터링하고 다음 오류 메시지를 검색합니다.Replica Busy! Status: [Error (1) Replication error acquiring replica: replica busy]
Replica Busy! Status: [Error (1) Replication error acquiring replica: replica busy]
Copy to Clipboard Copied! Directory Server가 때때로 이 오류를 기록하는 것은 정상입니다. 그러나 복제본이 자주 업데이트를 받지 못하고 공급자에서 이 오류를 기록하는 경우 이 문제를 해결하기 위해 구성을 업데이트하는 것이 좋습니다.