FCS Bucket Replication

This topic lists and describes the various MQL commands used to improve the FCS synchronization process.

FCS bucket replication improves FCS synchronization process performance by dividing (by 10 or more) the number of FCS requests required to perform replication on relatively small files (,5MB). The new algorithm for the Sync Store Commands, updated in V6R2013, improves performance by reducing the number of database requests, and reduces memory consumption using low-level database streaming services.

The MQL command to activate FCS bucket replication is:

set system fcssetting bucketsync on;

The MQL command to deactivate FCS bucket replication is:

set system fcssetting bucketsync off;

The MQL command to change the FCS bucket replication parameter syncmaxfilenum is:

set system fcssetting syncmaxfilenum NUM; 

The MQL command to change the FCS bucket replication parameter synmaxsize is:

set system fcssetting syncmaxsize SIZE;

The MQL command to start synchronization between location of a store or the store itself is:

sync store;
Note: The commit N argument of the Sync Store command is obsolete and will be ignored because you can now control the scope of the synchronization through the system-wide settings fcssettings.syncmaxfilenum and fcssettings.syncmaxsize.

For more information, see the File Collaboration Server Administration Guide: FCS Bucket Replication in the online documentation.