Bulk sync old objects from AD

Hi

As i said in another discussion I am newbe;)

I installed IDM and now works fine but synchronise only new created objects

Is any way (i think yes) to synchronise as an initial synchronisation old objects from AD to eDir ?

Parents
  • Suggested Answer

    0  

    If you open up your IDM driver, click Synchronize.  From here you can leave at Examine all objects which does a fresh push all, or Use a starting date to pick how far back you want to grab changes from.  The starting date option is helpful if for example your system was down for a week or two and you just want to bring those changes back in.

    Here's screenshots of an example system

    Rodney

    If you found this post useful, give it a "Like" or click on "Verify Answer" under the "More" button.   This helps others.

  • 0 in reply to   

    Sorry it doesn't work for objects created in AD before I start the driver ;(

  • Suggested Answer

    0   in reply to 

    You can use this https://www.netiq.com/documentation/identity-manager-49/driver_admin/data/b1j11hn.html

    Use the -migrateapp option where you specify query just like you would in the event in the driver.

    Examples can be also found in driver trace where driver queries for any destination data.

    Command example:

    /opt/novell/eDirectory/bin/dxcmd -host 127.0.0.1 -user admin.sa.system -password xxxxxxxxxxxxxxxx -migrateapp YOURDRIVER.DriverSet.system /var/idm/sync/migrate.XML.file

    XML file example:

    <nds dtdversion="4.0" ndsversion="8.x">
      <source>
        <product edition="Standard" version="4.0.1.1">DirXML</product>
        <contact>Novell, Inc.</contact>
      </source>
      <input>
        <query class-name="User" scope="subtree" dest-dn="xxxxxxx">
          <search-class class-name="User"/>
          <search-attr attr-name="CN">
            <value>*username*</value>
          </search-attr>
        </query>
      </input>
    </nds>

Reply
  • Suggested Answer

    0   in reply to 

    You can use this https://www.netiq.com/documentation/identity-manager-49/driver_admin/data/b1j11hn.html

    Use the -migrateapp option where you specify query just like you would in the event in the driver.

    Examples can be also found in driver trace where driver queries for any destination data.

    Command example:

    /opt/novell/eDirectory/bin/dxcmd -host 127.0.0.1 -user admin.sa.system -password xxxxxxxxxxxxxxxx -migrateapp YOURDRIVER.DriverSet.system /var/idm/sync/migrate.XML.file

    XML file example:

    <nds dtdversion="4.0" ndsversion="8.x">
      <source>
        <product edition="Standard" version="4.0.1.1">DirXML</product>
        <contact>Novell, Inc.</contact>
      </source>
      <input>
        <query class-name="User" scope="subtree" dest-dn="xxxxxxx">
          <search-class class-name="User"/>
          <search-attr attr-name="CN">
            <value>*username*</value>
          </search-attr>
        </query>
      </input>
    </nds>

Children
No Data