Skip to main content
Question

CommServe 11.40 Install on Rocky Linux (Tutorial-Readiverse)

  • January 26, 2026
  • 1 reply
  • 11 views

Forum|alt.badge.img+1

Hi all, has CommVault released install videos for CommServe on Linux with volume group and partitioning of Rocky Linux (11.40) by any chance?

 

thanks

 

Jules

 

 

1 reply

Forum|alt.badge.img+15
  • Vaulter
  • January 27, 2026

Hi ​@Jules_cb ,

At the moment, I was unable to locate any videos related to disk partitioning. In the meantime, you may refer to the steps below, which are part of the CommServe installation documentation.

Once the videos are available, I will share them on this thread.


 

Disk Partitioning and Volume Group Guidelines for CommServe on Linux (Rocky Linux)

Recommended Partitioning

  • Dedicated 100 GB disk/volume (preferably SSD) for:

    • Linux operating system (/)
    • Commvault application binaries (/opt)
    • Commvault databases
    • Temp database
    • Software cache and log files
  • Supported file systems:

    • EXT4 and XFS (XFS is recommended)

Volume Groups

  • If the server was previously used for another installation (e.g., HyperScale X), existing volume groups (VGs) or partitions may cause installation failures.
  • Before installation:
    • Remove any existing volume groups using vgremove.
    • Wipe filesystems on the target disks using mkfs.
Example Commands
# List existing volume groups
vgdisplay

# Remove unwanted volume groups
vgremove -f <vgname>

# List partitions
fdisk -l

# Create new filesystem (replace /dev/sda with your device)
mkfs -t xfs /dev/sda
  • The installer requires at least 10 GB of free space on the OS drive for temporary files.
  • For large and extra-large environments, use a separate 100 GB SSD disk for OS, application binaries, TempDb, software cache, and log files.
  • Do not use 4Kn (4096/4096) disks for SQL Server on Linux.

https://documentation.commvault.com/11.40/commcell-console/commserve_server_system_requirements_linux.html