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
  1. Advanced Configuration

Using Multipath Storage for Catalogic vStor

To enable multipath storage (iSCSI, Fibre Channel) and configure multipathd daemon in Catalogic vStor:

Attention! Configuring and enabling multipathd on the Catalogic vStor server is critical. Without it, a single disk might appear with multiple labels (like /dev/sda and /dev/sdb), leading to pool management and reporting issues.

  1. Log In: Access the vStor server shell using the admin account, typically via an SSH client.

  2. Create Configuration: Execute sudo mpathconf --enable to generate a multipath configuration file at /etc/multipath.conf.

  3. Start Multipath Daemon: Run sudo systemctl enable --now multipathd to start and enable the daemon.

  4. Verify Daemon Status: Ensure that the multipathd service is active and running by executing systemctl status multipathd.

  5. Mapping Devices: Starting the multipathd daemon also generates new device paths in /dev/mapper, identified as mpath<x>. To view the mapping layout, use sudo multipath -ll.

  6. Usage in Volume and File System Management: When creating volumes, partitions, or mounting file systems, refer to these mpath<x> names within /dev/mapper for accurate device identification and management.

PreviousEnabling Volume EncryptionNextCertificates in Catalogic vStor