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
  • System requirements for Catalogic vStor
  • Installing Catalogic vStor on Linux
  • Troubleshooting: Unable to boot from the Catalogic vStor disk image

Was this helpful?

Edit on GitHub
  1. Installation

Installing Catalogic vStor Application for Linux

PreviousIntroductionNextDeploying Catalogic vStor Virtual Appliance for VMware

Last updated 1 year ago

Was this helpful?

See also. To deploy Catalogic vStor on virtual environments, see:

System requirements for Catalogic vStor

For initial deployments of the Catalogic vStor server, configure your server to meet the following recommended minimum requirements:

  • 4 processors

  • 32 GB memory

Tip. For more efficient deduplication, memory should be adjusted based on backup capacity. If enabling deduplication on the pool, the general guideline is 1GB for every 1TB of backup data.

  • 8 GB free space in the root partition

Typically, you can improve backup and restore performance by using SSD drives.

  • To improve backup performance, configure the pool(s) to use one or more log devices backed by SSD. Specify at least two log devices to create a mirrored log for better redundancy.

  • To improve restore performance, configure the pool(s) to use a cache device backed by SSD.

See also. For more details on best practices for hardware configurations, see .

Installing Catalogic vStor on Linux

To install Catalogic vStor on a Linux system, use the provided ISO image, which includes AlmaLinux and the vStor software. Follow these steps to deploy Catalogic vStor from the ISO file:

  1. Preparation:

    • Get a USB flash drive for creating bootable media.

  2. Creating Bootable Media:

    • Download the Catalogic vStor ISO image file from the Catalogic MySupport website.

    • Verify the ISO file’s integrity by comparing its MD5 hash value with the one provided on the website.

  3. Using Rufus to Create Bootable Media:

    1. Open Rufus and configure the following settings:

      • Drive Properties:

        • Device: Select your USB flash drive.

        • Boot selection: Choose the downloaded Catalogic vStor ISO file.

        • Persistent partition size: 0 (No persistence).

        • Partition scheme: MBR.

        • Target system: Select BIOS or UEFI.

      • Format Options:

        • Volume label: Use the default name.

        • File system: Select Large FAT32 (Default).

        • Cluster size: Set to 32 kilobytes (Default).

        • Create extended label and icon files: Check this option.

      • Write Modes for ISOhybrid Image:

        • Write mode: Write in ISO Image mode (Recommended).

    2. Installation:

      • Safely eject the USB flash drive from your workstation.

      • Insert the USB flash drive into the target machine for Catalogic vStor installation.

      • Boot the machine from the USB flash drive. If necessary, access the UEFI configuration to prioritize booting from the USB drive.

      • Follow the on-screen instructions to install Catalogic vStor.

Troubleshooting: Unable to boot from the Catalogic vStor disk image

If the machine fails to boot from the Catalogic vStor disk image, try this workaround:

  • Assume the removable media is assigned to drive E:.

  • Navigate to E:\EFI\BOOT.

  • Delete BOOTX64.EFI and BOOTIA32.EFI.

  • Rename grubx64.efi to BOOTX64.EFI and grubia32.efi to BOOTIA32.EFI.

  • These steps can be executed as:

cd E:\EFI\BOOT\
mv grubx64.efi BOOTX64.EFI
mv grubia32.efi BOOTIA32.EFI

Install or a similar utility.

See also. To see how to create and administrate storage pools, volumes, and shares in Catalogic vStor Server, see .

Deploying Catalogic vStor virtual appliance for VMware
Deploying Catalogic vStor virtual appliance for Microsoft Hyper-V
Hardware configurations: Best Practices
Rufus
Catalogic vStor Server Command Line Interface (CLI) Overview