vStor 4.10
Catalogic SoftwareKnowledge BaseMySupport
  • 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
      • Basic System Configuration
      • Security and Network
      • Data Management and Optimization
      • System Monitoring and Maintenance
    • Configuring Network Settings of Catalogic vStor
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks to Catalogic vStor
    • Managing Storage Pools in Catalogic vStor
    • Managing Volumes in Catalogic vStor
      • Migrating Volumes in Catalogic vStor
    • Managing Shares in Catalogic vStor
    • Managing Hosts for LUN Volumes in Catalogic vStor
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • Creating vStor Partnerships
      • Creating Replication Groups
    • Enabling Volume Encryption
  • Advanced Configuration
    • Using Multipath Storage for Catalogic vStor
    • Certificates in Catalogic vStor
    • Adding Encryption URLs to Catalogic vStor
    • MinIO Buckets in Catalogic vStor
    • Assigning an E-mail to the vStor Account
    • Managing vStor User Accounts
    • Using Multi-factor Authentication (MFA) in vStor
  • 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
Powered by GitBook
On this page
  • Creating a new partnership using vStor Web Interface
  • Creating a new Replication Relationship using vStor Web Interface
  • Scheduling a replication using vStor Web Interface
  • Creating a new partnership using vStor CLI
  • Creating a new Replication Relationship using vStor CLI
  • Scheduling a replication using vStor Web Interface
  1. Data Protection

Creating vStor Partnerships

PreviousCatalogic vStor Backup and RecoveryNextCreating Replication Groups

The vStor Partnerships feature lets you connect two vStor instances to facilitate the transfer and synchronization of snapshots. Partnerships ensure your data is periodically replicated, crucial for efficient data management, ensuring data redundancy and continuity across different storage environments.

Creating a new partnership using vStor Web Interface

To create a new vStor partnership:

  1. Select Replication from the navigation menu.

  2. Click the Add new button in the Partnerships section.

  3. Enter the address of your partner vStor instance and credentials to its web interface:

Creating a new Replication Relationship using vStor Web Interface

After successfully creating a vStor partnership, you can create a relationship between them. To do that, click the Add new button in the Replication Relationships section, select the volume you want to replicate and the partner. You also have to select a Replication Relationship Priority for the relationship, which determines the sequence of replication tasks when they coincide:

Scheduling a replication using vStor Web Interface

To schedule the replication of any of your unscheduled relationships, click the Add new button in the Schedules section, Now select an unscheduled relationship from a dropdown menu and choose the frequency of your replications:

Creating a new partnership using vStor CLI

To create a new partnership using vStor CLI, use the following command and specify the address, username, and the password of the remote server:

vstor partner add --remote_addr <remote_server> --remote_user <remote_username> --remote_pass <remote_password>          

Creating a new Replication Relationship using vStor CLI

To create a new replication relationship using vStor CLI, use the following command and specify source and partner volumes:

vstor relationship create --vol_id <source_volume> --partner_id <partner_volume> 

Scheduling a replication using vStor Web Interface

To create a new replication relationship using vStor CLI, use the following command and specify the ID of the relationship and the type of schedule (interval, weekly, monthly):

vstor schedule create --rel_id <relationship_id> --schedule_type <type>

See also. The time of replications depends on your.

See also. For more details on best practices for backup storage, see .

Data Backup: Best Practices
vStor instance’s NTP settings