Viewing Cross-Region Replication Details

View the cross-region replication role and associated cluster information for an OCI Cache cluster.

Viewing Details for a Primary Cluster

For a primary cluster, you can view:

  • The cluster role
  • The associated secondary cluster
  • The region that contains the secondary cluster
  • The lifecycle state of the secondary cluster
    1. On the Clusters list page, select the primary cluster that you want to view. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. On the cluster details page, review the Cluster role field.
    3. Select the Secondary clusters tab to view the secondary cluster in the cross-region replication relationship.
    4. Select the secondary cluster name to open its details page.

    The Secondary clusters tab displays the associated secondary cluster, its region, and its lifecycle state.

  • Use the oci redis redis-cluster redis-cluster get command with the required parameters for the primary cluster.

    oci redis redis-cluster redis-cluster get --redis-cluster-id <cluster_OCID> [OPTIONS]
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • Run the GetRedisCluster operation to get the details of the primary cluster.

Viewing Details for a Secondary Cluster

For a secondary cluster, you can view:

  • The cluster role.
  • The associated primary cluster.
  • The region that contains the primary cluster.
  • A link to the primary cluster.
    1. On the Clusters list page, select the secondary cluster that you want to view. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. On the cluster details page, review the Cluster role field.
    3. Review the Primary cluster name and the Primary cluster region fields.
    4. Select the primary cluster name to open its details page.

    The cluster details page displays the Secondary role and the associated primary cluster information.

  • Use the oci redis redis-cluster redis-cluster get command with the required parameters for the secondary cluster.

    oci redis redis-cluster redis-cluster get --redis-cluster-id <cluster_OCID> [OPTIONS]
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • Run the GetRedisCluster operation to get the details of the secondary cluster.