vStor 4.9 Documentation
Catalogic SoftwareKnowledge BaseMySupport
  • Introduction
  • Installation
    • Installing Catalogic vStor Application for Linux
    • 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
    • Configuring vStor system settings
    • 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
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • Creating vStor Partnerships
    • 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 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
  • Using Catalogic DPX Archive for Catalogic vStor Block Backups
  • Prerequisites:
  • Using multipath storage for Catalogic vStor
  • Enabling the multipathd daemon in Catalogic vStor

Was this helpful?

Edit on GitHub
  1. Data Protection

Catalogic vStor Backup and Recovery

PreviousManaging Shares in Catalogic vStorNextCreating vStor Partnerships

Last updated 1 year ago

Was this helpful?

You can use Catalogic vStor for Block Backup and Agentless Backup. To use Catalogic vStor for File Backup and Image Backup, you have to create a disk directory on the Catalogic vStor server.

You can schedule and run backups and restores as usual, choosing the Catalogic vStor volume as the destination, as described in . For the backup destination, specify the Catalogic vStor volume.

Using Catalogic DPX Archive for Catalogic vStor Block Backups

The Catalogic DPX Archive is supported with the Catalogic vStor Block Backups.

Prerequisites:

  1. Ensure Catalogic DPX Client is set up as a TCP/IP node on the vStor server.

  2. The DPX client and vStor server must have matching resolvable node names (hostname or IP address).

  3. Use the Block Backup Wizard or Archive to Media Wizard to schedule and run DPX Archive jobs as usual.

See also. Catalogic vStor can also work with Catalogic DPX Open Storage Server and NetApp storage systems. For details, follow the instructions in .

Using multipath storage for Catalogic vStor

To use multipath storage, including iSCSI and enterprise Fibre Channel with Catalogic vStor, you must enable the multipath access daemon (multipathd) and configure it properly.

Attention! The multipathd daemon must be configured and enabled on the Catalogic vStor server. Proper configuration is crucial to prevent issues like a disk being reported under multiple labels (e.g., /dev/sda and /dev/sdb).

Enabling the multipathd daemon in Catalogic vStor

Follow these steps to enable the multipathd daemon in the Catalogic vStor server with multipath storage:

  1. Log in to the Catalogic vStor server using an SSH client and the dpxadmin account.

  2. Create a multipath configuration file by executing: sudo mpathconf --enable.

  3. Start and enable the multipathd daemon: sudo systemctl enable --now multipathd.

  4. Verify that the service is running: systemctl status multipathd.

  5. The daemon creates new devices in /dev/mapper (named mpath<x>), viewable with: sudo multipath -ll.

  6. Use these mpath names in /dev/mapper for creating volumes, partitions, or file systems.\

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

Block Backup
Protecting Block Backups
Data backup: Best Practices