IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SDS 8 VA schema sync

    Posted Thu April 23, 2020 12:25 PM
    I have configured master to master replication including cn=ibmpolicies for schema replication, some error ocurred during schema replication so Master1 have more schema entries than Master2, how can I sync schemas on both server or export Master1 schema to Master? Any help would be aprecciated, Thanks in advace.

    ------------------------------
    David Vicenteño
    ------------------------------


  • 2.  RE: SDS 8 VA schema sync

    Posted Fri April 24, 2020 08:34 AM

    Hi David,

    LDAP schema dictates how the attribute specific tables are built. Once after the tables are initialized, just replacing the schema files will not help in updating the table/column definitions. We must do a synch procedure which will update not just the schema but get correct db2 table/column definitions and in addition update any corresponding data. And this must be done offline, when ldap server processes is stopped.

    There are two methods you can use:

    1. Use idsdbback on Master1, transfer the entire backup folder from Master1 to Master2, then idsdbrestore(along with -r flag) on Master2. 

    2. Alternatively, follow the sequence as in this tech note:
      https://www.ibm.com/support/pages/node/394231

    If you need more detailed instructions, please proceed to open a case with "Directory server" support. 



    ------------------------------
    Ramamohan Reddy
    ------------------------------



  • 3.  RE: SDS 8 VA schema sync

    Posted Tue April 28, 2020 11:07 AM
    Thank you very Much Ramamohan, it helped me a lot. Greetings.

    ------------------------------
    David Vicenteño
    ------------------------------