Go to main content

Guía de administración de Oracle® ZFS Storage Appliance, versión OS8.8.x

Salir de la Vista de impresión

Actualización: Agosto de 2021
 
 

Supervisión del avance de la replicación (CLI)

  1. Para supervisar el progreso de la actualización de una replicación, navegue hasta el recurso compartido o el proyecto e introduzca el nodo de replicación.
    hostname:shares> select TestProj
    hostname:shares TestProj> replication
    hostname:shares TestProj replication>
  2. Seleccione la acción de replicación y, luego, introduzca get:
    hostname:shares TestProj replication> select action-000
    hostname:shares TestProj action-000> get
    Properties:
                                  id = aed46331-160b-48ec-8727-dcd563adbd78
                           target_id = 4fd3483e-b1f5-4bdc-9be3-b3a4becd0c42
                              target = target1
                             enabled = true
                          continuous = false
                       include_snaps = true
         retain_user_snaps_on_target = false
                               dedup = true
        include_clone_origin_as_data = false
                       max_bandwidth = unlimited
                          bytes_sent = 0
                      estimated_size = 0
                 estimated_time_left = 00:00:00
                  average_throughput = 0B/s
                             use_ssl = true
                         compression = on
                         export_path =
                               state = sending
                   state_description = Connecting to replication target
                      export_pending = false
                             offline = false
                         next_update = Sync now
              replica_data_timestamp = Thu Apr 25 2019 22:18:11 GMT+0000 (UTC)
                           last_sync = <unknown>
                            last_try = <unknown>
                         last_result = <unknown>
                         replica_lag = 00:00:09
            recovery_point_objective =
           replica_lag_warning_alert =
             replica_lag_error_alert =
      replica_lag_over_warning_limit = false
        replica_lag_over_error_limit = false
  3. Revise la propiedad state_description para obtener información sobre el progreso de la replicación.

    Los estados posibles son:

    • Conectando a destino de replicación

    • Recibiendo punto de control de destino

    • Estimando tamaño de actualización

    • Building deduplication tables

    • Sending update

    El estado Building deduplication tables se muestra solamente si el proyecto o el recurso compartido tiene activada la desduplicación.

  4. Si state_description es Sending update, revise las siguientes propiedades para determinar el progreso de replicación:
    • bytes_sent

    • estimated_size

    • estimated_time_left

    • average_throughput

Temas relacionados