This section explains how to create a Qumulo Core USB Drive Installer on macOS or Windows.

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 Installing the Qumulo Core Product Package in the Qumulo On-Premises Administrator Guide.

Prerequisites

To Create a USB Drive Installer on macOS

  1. Open Terminal and log in as root by using the sudo -s command.

  2. Insert your USB drive and then find its disk label by using the diskutil list command.

    In the following example, the USB drive’s device label is disk2.

    /dev/disk2 (external, physical):
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:             Windows_FAT_32 MY_USB_DRIVE            *32.0 GB    disk2
    
  3. To unmount the USB drive, use your USB drive’s device label. For example:

    diskutil unmountDisk /dev/disk2
    
  4. To write the Qumulo Core USB installer image to your USB drive, specify the path to your image file and the USB drive’s device label. For example:

    dd if=/path-to-image-file/ of=/dev/rdisk2 bs=2m
    
  5. Eject your Qumulo Core USB Drive Installer. For example:

    diskutil eject disk2
    

To Create a USB Drive Installer on Windows

To create a USB Drive Installer on Windows, you must use a third-party application such as Rufus. We recommend Rufus because it can detect many USB storage devices (rather than only Windows-compatible ones).

  1. Insert your USB drive and run Rufus.

  2. Under Drive Properties, select a device and the path to the Qumulo Core USB installer image.

  3. For Partition scheme, select MBR and for Target System, select BIOS or UEFI.

  4. Under Format Options, ensure that the File system is set to FAT32 (Default).

  5. Click Start.

  6. If prompted to download a new version of GRUB or vesamenu.c32, click No.

  7. When the ISOHybrid image detected dialog box appears, click Write in DD Image mode and then click OK.

  8. To confirm the operation, destroy all data on the USB drive, and image the drive click OK.