incr_data_synch command
The Incremental Data Synchronizer utility provides fast synchronization of data and access control item between the directory server that IBM Security Identity Manager uses and ISIM database.
The Incremental Data Synchronizer synchronizes staged reporting data (entities and attributes) and corresponding access control item information for the data..
It manages incremental changes to the data and does the synchronization task only on the changed data. By propagating only the changes since the last synchronization task was done, the Incremental Data Synchronizer can update the staged reporting data quickly.
Usage
CLI.
isimvasvr > isim
isimvasvr: isim > utilities
isimvasvr: utilities > incr_data_synch
isimvasvr: incr_data_synch >Show options for the incr_data_synch utility.
At the isimvasvr:utilities prompt, enter incr_data_synch.
1: Start ( Ensure that the 'changelog' feature is enabled in the directory server instance)
2: Status
3: Stop
Select option:To enable changelogs for your version of IBM Security Directory Server, look for
Change log management for a directory server instancein the IBM Security Directory Server product documentation. To manage incremental data sync, select option number to start, view status, or stop the service at the isimvasrv:incr_data_sync prompt. When sync starts, data synchronizes continuously until the stop command is executed manually.
Examples
- Start the incremental data synchronization process.
At the isimvasvr:incr_data_synch prompt, enter 1.
Enter ITIM Administrator ID: itim manager
Enter ITIM Administrator password:
Enter Base DN for changelog entries: dc=com
Enter time interval between successive synchronizations in seconds: 10
Incremental Data Synchronizer started.- Check the status of the Incremental Data Synchronizer.
isimvasvr:incr_data_synchprompt, enter 2.
Incremental Data Synchronizer running
- Stop the Incremental Data Synchronizer.
At the isimvasvr:incr_data_synch prompt, enter 3.
Incremental Data Synchronizer stopped.
Parent topic: utilities commands