get_siteguard_lag

Retrieves and shows the configured limit for the Apply lag and Transport lag for all or selected databases of the system.

Format

emcli get_siteguard_lag
        [-system_name="name_of_the_system"] 
        [-target_name="name_of_the_target_database"] 
        [-property_name="lag_type"] 
		
[ ]  indicates that the parameter is optional

Options

  • system_name

    Name of the system whose configuration details you want to view.

  • target_name

    Name of the database whose lag configuration details you want to view.

  • property_name

    Name of the lag property configured. Valid values are ApplyLag and TransportLag.

Examples

Example 1

This example displays the details of the Apply lag limit configured on all of the databases of the system austin-system:

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

Example 2

This example displays the details of the Transport lag limit configured on the database OID-db of austin-system:

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