This section explains how to install the Qumulo Core Product Package on a user-managed, Linux-based host system from a .deb or .rpm package.

The Qumulo Core Product Package permits flexible deployment: For example, it can let your organization adhere to its security and compliance requirements, or use a specific Linux distribution that has become standardized across the entire system fleet.

How is the Qumulo Core Product Package Different from the Qumulo USB Installer?

Whereas the Qumulo USB Installer is designed for specific models of third-party hardware bundled with Qumulo Core, the Qumulo Core Product Package is designed for installation on your own hardware.

Because Qumulo has no control over the host operating system (OS), the following are the main differences in functionality between the two.

Click to expand
  • Web UI: The Qumulo Core Product Package has no kiosk mode. The Web UI runs directly on your node.
  • Well-Known admin User: When you use the Qumulo Core Product Package, changing the admin user's password has no effect on the host OS. You must create your own users on the host OS.
  • Automatic SSH Configuration: Any SSH configuration set by using multitenancy REST APIs have no effect on the host OS. You must configure SSH on the host OS.
  • System Partitions and Directories: The Qumulo Core Product Package has no /config partition for storing logs and container images or /history partitions for storing configuration files.

    The Qumulo Core container stores logs and container images in the /var/opt/qumulo/history directory and configuration files in the /etc/qumulo directory. You can also configure your own mounts and partitions on the host OS.

  • Core Dump Handler: You must configure the core dump handler on the host OS. For more information, see core Linux Manual Page.

For more information, see Creating a Qumulo Core USB Drive Installer in the Qumulo-Certified Hardware Servicing Guide.

Prerequisites

Before installing the Qumulo Core Product Package, you must ensure your system satisfies the minimum requirements and prepare and configure the host operating system.

Step 1: Ensure Minimum System Requirements

Ensure that your host system meets the minimum requirements.

Click to expand
Requirement Description
Linux Distribution A systemd-based Linux distribution<
Kernel We've tested support for the following kernel versions:
  • Debian 6.1.0 (and higher)
  • Rocky or Red Hat Enterprise Linux (RHEL) 5.14 (and higher)
  • Ubuntu 5.15 (and higher)
CPU
Memory
  • Minimum: 3 GB
  • Recommended: 128 GB (or more) for hybrid and all-flash nodes
  • ECC DIMMs
Data Drives
  • Hybrid nodes must have at least 2 SSDs and 4 HDDs
  • All-flash systems must have at least 2 SSDs.
  • All data drives must be unpartitioned.

Step 2: Prepare the Host Operating System

Before configuring your host operating system (OS) for installing the Qumulo Core Product Package, certain Linux distributions require some preliminary configuration.

To Prepare a Rocky or Red Hat Enterprise Linux (RHEL) 9.3 System

Click to expand
  • To enable the io_uring kernel interface, use the sysctl command. For example: sudo sysctl -w kernel.io_uring_disabled=0
  • Set SELinux to permissive mode. For more information, see Changing SELinux States and Modes in the Red Hat Documentation.

To Prepare a Debian 11 System

Click to expand

Step 3: Configure the Host Operating System

Before installing the Qumulo Core Product Package, you must configure your host operating system.

  • To provide the systemd-nspawn tool for the Qumulo Core container, install the systemd-container package.

  • To ensure that Qumulo Core has full control over network configuration, disable or remove the default network configuration tool (such as ENI, netplan.io, NetworkManager and so on).

  • Ensure that systemd-networkd and systemd-resolved are installed and enabled. Qumulo Core uses these services, as well as the configuration files located in the /etc/systemd/network directory, to perform network configuration.

To Install the Qumulo Core Product Package

  1. To install Qumulo Core, use the correct installation package for your Linux distribution:

    • For the .deb package, run the dpkg command. For example:

      sudo dpkg -i qumulo-core.deb
      
    • For the .rpm package, run the rpm command. For example:

      sudo rpm -i qumulo-core.rpm
      
  2. To verify that the Qumulo Core service has started successfully, run the systemctl command. For example:

    sudo systemctl status qumulo-qcore.service
    

Upgrading the Qumulo Core Product Package

Qumulo Core Product Package upgrades follow the standard Qumulo Core upgrade process. All Qumulo Core Product Package upgrades are instant software upgrades and never require a node to reboot (however, you can use the the Qumulo REST API or qq reboot_start command to perform a manual or rolling reboot).

Troubleshooting the Qumulo Core Product Package

Depending on the issue, you can troubleshoot the Qumulo Core Product Package from the host operating system or from within the Qumulo container. The following sections outline common scenarios and some potential troubleshooting approaches to them.

From the Host Operating System

Scenario Troubleshooting Approach
Examine a container that starts successfully To get shell access to the container, run the following command:
machinectl shell qcore
Examine a container that doesn't start successfully To check the logs for the container service, run the following command:
sudo journalctl -u qumulo-qcore.service
View QFSD logs To view the logs within the container, run the following command:
journalctl -M qcore -u qumulo-qfsd.service
Use the qshc tool To be use the qsh tool, run the following command:
export PATH=$PATH:/opt/qumulo/bin/qsh
Alternatively, add the path to your shell configuration file.

From within the Container

Scenario Troubleshooting Approach
Examine a container that is unable to create a cluster To check the QFSD logs, run the following command:
journalctl -u qumulo-qfsd