Grid Guides

Explore How System On Grid Can Work For You

Grid Guide Topics

How to Use the Quantum File System Manager

Prerequisites

  • Supported Distros

    Currently the FSM is supported on the following distros: Ubuntu 14.04, 16.04, 17.10 and CentOS 7.

  • SSH Password Authentication

  • Quantum FSM Client installed on an Orbit

Installing the Quantum FSM Client

  1. SSH into your Orbit and run the following commands.

    curl -0 https://systemongrid.com/quantum/download/ -o quantum.tar.gz
    mkdir quantum
    tar -xzf quantum.tar.gz -C quantum/
    cd quantum
    sudo bash install.sh
            

Debug Quantum status

You can check if your panel is running or not using the following commands.

For Ubuntu 14.04:

sudo service quantum status

For Other distros:

sudo systemctl status quantum

You can also try to check the API by running the following command, as it may come in handy for debugging.

curl -k https://ip_address:7999

Remove the Quantum panel

To remove the Quantum panel from your orbit permanently, you run these commands:

On Ubuntu 14.04:

sudo service stop quantum
sudo rm /etc/init/quantum.conf
sudo rm -rf /var/quantum/

On other distros:

sudo rm /lib/systemd/system/quantum.service
sudo systemctl stop quantum
sudo systemctl disable quantum
sudo rm -rf /var/quantum/