vStor 4.12 Documentation
  • Welcome to vStor!
  • Introduction
  • Installation
    • Deploying Catalogic vStor on Physical Appliances
    • Deploying Catalogic vStor Virtual Appliance for VMware
    • Deploying Catalogic vStor Virtual Appliance for Microsoft Hyper-V
    • Required Ports for Catalogic vStor
    • Updating Catalogic vStor
  • Quick Start
    • Catalogic vStor for VMware
    • Catalogic vStor for Hyper-V
  • Basic Configuration
    • Initializing vStor
    • Adding Catalogic vStor Node to Catalogic DPX
      • Using vStor API Keys with Catalogic DPX
    • Configuring vStor System Settings
    • Configuring vStor Network Settings
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks
    • Managing Storage Pools
    • Managing Volumes
      • Migrating Volumes
      • Creating Volume Snapshots
      • Using vStor Autosnapshot
    • ZFS Compression and Deduplication
    • Managing Shares
    • Managing Hosts for LUN Volumes
    • Using vStor Snapshot Explorer
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • vStor Partnerships
      • Creating Replication Groups
      • Establishing Cross-Version Partnerships
    • Enabling Volume Encryption
    • Immutability in vStor
    • Using GuardMode Scan
    • Using Remote Keystore
  • Advanced Configuration
    • Using Multipath Storage
    • Managing Certificates
    • Adding Encryption URLs
    • Managing MinIO Buckets
    • Assigning an E-mail to a vStor Account
    • Managing vStor User Accounts
    • Using Multifactor Authentication (MFA)
  • vStor Command Line Interface
    • Catalogic vStor Server CLI Overview
  • Best Practices
    • Hardware Configurations: Best Practices
    • Data Backup: Best Practices
    • Data Archiving: Best Practices
    • Backup Storage: Best Practices
    • Frequently Asked Questions: Best Practices
  • Technical Support
Powered by GitBook
On this page
  • Creating a Replication Group
  • Scheduling Group Replication
  • Additional Group Replication Options
  • vStor CLI for Group Replication
  1. Data Protection
  2. vStor Partnerships

Creating Replication Groups

PreviousvStor PartnershipsNextEstablishing Cross-Version Partnerships

Last updated 3 months ago

Attention! Replication groups cannot use deletion protection. You can only use deletion protection on individual replications.

The vStor Group Replication feature allows you to create a replication group between multiple vStor servers. This keeps data synchronized across all the vStor servers in the group by replicating snapshots of the volumes.

Group replication provides a simple way to set up and manage replication for multiple volumes. Instead of creating individual replication relationships between volumes on different vStor servers, you can add volumes to a group and efficiently schedule and replicate them together.

Creating a Replication Group

Note. The vStor servers must already have partnerships established before creating a group replication.

To create a new replication group:

  1. Select Replication from the sidebar.

  2. Click Create a group in the Replication Relationships section to open the Create a Group dialog.

  1. In the popup dialog, enter the following information:

  • Name: Enter a name for the replication group.

  • Partner: Select the IP address of the partner vStor server.

  • Replication Relationship Priority: Select the replication priority.

  • (Optional) Remote Pool ID: Enter the Remote Pool ID of the partner server.

  • Select Volumes: Select volumes from the dropdown list to add to the group. Only compatible volumes will be listed.

  1. Click Save to create the replication group.

Note. You can group only volumes connected to the same Partner IP address.

The selected volumes will be replicated as a group according to the configured schedule and settings.

Scheduling Group Replication

After creating a replication group, you can configure a schedule for replicating the volumes in the group.

To schedule group replication:

  1. In the Replication Relationships section, hover over a replication group and click Schedule.

  1. Click Save to save the schedule.

The volumes in the group will now replicate according to the configured schedule.

You can also manually trigger replication for a replication group by hovering over the group and clicking Synchronize.

Additional Group Replication Options

To use additional options, Hover over a replication group and click More Actions (...). It gives you access to the following options:

  • Edit: Modify the group name or volumes in the group.

  • Ungroup: Remove the group but keep the replication relationships intact.

  • Delete: Delete the group and all replication relationships within it.

vStor CLI for Group Replication

To create a new replication group using the vStor CLI, use the following command:

vstor relationship group create --name <name> --partner_id <partner_id> --bandwidth_priority <priority> --remote_pool_id <pool_id> --local_vol_ids <vol_ids>

To update an existing replication group using the vStor CLI, use the following command:

vstor relationship group update --id <id> --name <name> --bandwidth_priority <priority> --remote_pool_id <pool_id> --local_vol_ids <vol_ids>

Follow the steps as in .

Scheduling a Replication using vStor Web Interface