repschemes Command

The repschemes command is used to report information on replication schemes defined in the currently connected data source.

This information includes the attributes of all elements associated with the replication schemes. If the optional argument is omitted then information on all replication schemes defined in the current data source is reported.

Command>repschemes [[<scheme_owner_pattern>.]<scheme_name_pattern>]; 
Example:
Command>create active standby pair rep1, rep2;
The command succeeded.

Command>repschemes;

Replication Scheme Active Standby:

  Master Store: REP1 on xxx
  Master Store: REP2 on xxx

  Excluded Tables:
    None

  Excluded Cache Groups:
    None

  Excluded sequences:
    None

  Store: REP1 on xxx
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled

  Store: REP2 on xxx
    Port: (auto)
    Log Fail Threshold: (none)
    Retry Timeout: 120 seconds
    Compress Traffic: Disabled

1 replication scheme found.