- 在活动系统上运行 list_configuration 命令来生成名为 configuration.xml 的文件:datamove list_configuration
- 编辑 configuration.xml 文件,并将 job.useSyncService 属性的值设置为 true:
<property> <key>job.useSyncService</key> <value>true</value> <description> Purpose: To record any changes to the Data Mover repository tables(inserts/updates/deletes) in an audit log table. The value must be set to true in order to use the Sync service. Default:false. </description> </property>
- 保存新的设置︰datamove save_configuration -f configuration.xml