delete_siteguard_lag

Updates the limit for Apply lag and Transport lag for all or selected databases of the system.

Format

emcli delete_siteguard_lag
        [-system_name="name_of_the_system"] 
        [-target_name="name_of_the_database"] 
        [-property_name="lag_type"] 

[ ]  indicates that the parameter is optional

Options

  • system_name

    Name of the system whose lag limit property you want to update.

  • target_name

    Name of the target database whose lag limit property you want to update.

  • property_name

    Name of the lag property. Valid values for this option are ApplyLag and TransportLag.

Examples

Example 1

This example deletes the ApplyLag property on all of the databases configured on austin-system:

emcli delete_siteguard_lag 
        -system_name="austin-system" 
        -property_name="ApplyLag"

Example 2

The following example deletes the TransportLag property on the database OID-db configured on austin-system:

emcli delete_siteguard_lag 
        -system_name="austin-system" 
        -target_name="OID_db" 
        -property_name="TransportLag"