18.4. ds-replcheck 출력에 대한 설명

ds-replcheck 유틸리티 출력에는 다음 섹션이 포함되어 있습니다.

데이터베이스 RUV

최소 및 최대 시퀀스 번호(CSN)를 포함하여 데이터베이스의 RUV( Replication Update Vector)를 나열합니다. 예를 들면 다음과 같습니다.

  Supplier RUV:
    {replica 1 ldap://supplier.example.com:389} 58e53b92000200010000 58e6ab46000000010000
    {replica 2 ldap://replica.example.com:389} 58e53baa000000020000 58e69d7e000000020000
    {replicageneration} 58e53b7a000000010000

  Replica RUV:
    {replica 1 ldap://supplier.example.com:389} 58e53ba1000000010000 58e6ab46000000010000
    {replica 2 ldap://replica.example.com:389} 58e53baa000000020000 58e7e8a3000000020000
    {replicageneration} 58e53b7a000000010000
항목 수

tombstone 항목을 포함하여 두 서버의 총 항목 수를 표시합니다. 예를 들면 다음과 같습니다.

  Supplier:  12
  Replica: 10
Tombstones

각 복제본에 있는 tombstone 항목의 수를 표시합니다. 이러한 항목은 총 항목 수에 추가됩니다. 예를 들면 다음과 같습니다.

  Supplier:  4
  Replica: 2
충돌 항목

각 충돌 항목의 고유 이름(DN), 충돌 유형 및 생성된 날짜를 나열합니다. 예를 들면 다음과 같습니다.

  Supplier Conflict Entries: 1

   - nsuniqueid=48177227-2ab611e7-afcb801a-ecef6d49+uid=user1,dc=example,dc=com
      - Conflict:   namingConflict (add) uid=user1,dc=example,dc=com
      - Glue entry: no
      - Created:    Wed Apr 26 20:27:40 2021


  Replica Conflict Entries: 1

   - nsuniqueid=48177227-2ab611e7-afcb801a-ecef6d49+uid=user1,dc=example,dc=com
      - Conflict:   namingConflict (add) uid=user1,dc=example,dc=com
      - Glue entry: no
      - Created:    Wed Apr 26 20:27:40 2021
누락된 항목

누락된 각 항목의 DN과 항목이 있는 다른 서버의 생성 날짜를 나열합니다. 예를 들면 다음과 같습니다.

  Entries missing on Supplier:
   - uid=user2,dc=example,dc=com (Created on Replica at: Wed Apr 12 14:43:24 2021)
   - uid=user3,dc=example,dc=com (Created on Replica at: Wed Apr 12 14:43:24 2021)

  Entries missing on Replica:
   - uid=user4,dc=example,dc=com (Created on Supplier at: Wed Apr 12 14:43:24 2021)
entry Inconsistencies

다른 서버의 속성을 포함하는 항목의 DN을 나열합니다. 상태 정보를 사용할 수 있는 경우 해당 정보도 표시됩니다. 속성에 대한 상태 정보를 사용할 수 없는 경우 원본 값으로 나열됩니다. 즉, 복제가 처음 초기화된 이후 값이 업데이트되지 않았습니다. 예를 들면 다음과 같습니다.

  cn=group1,dc=example,dc=com
  ---------------------------
  Replica missing attribute "objectclass":

   - Supplier's State Info: objectClass;vucsn-58e53baa000000020000: top
   - Date: Wed Apr  5 14:47:06 2021

   - Supplier's State Info: objectClass;vucsn-58e53baa000000020000: groupofuniquenames
   - Date: Wed Apr  5 14:47:06 2021