This section explains how to create a registration key and register your Qumulo cluster from Nexus and how to enable Nexus Remote Support and Nexus Management by using the qq CLI.

Qumulo Nexus includes two remote access components:

  • For clusters that run Qumulo Core 7.7.0 (and higher), Nexus Remote Support lets the Qumulo Care Team access your cluster and work on it remotely.
  • For clusters that run Qumulo Core 7.7.3 (and higher), Nexus Remote Management lets users in your organization with single sign-on (SSO) manage your cluster from Nexus.

Prerequisites

Step 1: Create a Registration Key in Qumulo Nexus

A registration key associates your Qumulo cluster with your Qumulo Nexus account. It works like a one-time password and is valid for 14 days after being created.

  1. Log in to Qumulo Nexus.

  2. In the upper-right corner, click your username and then click User Settings.

  3. On the User Settings page, click Registration Keys.

  4. Enter the Key Name to identify your registration key and then click Create Key.

  5. In the Registration Key Created dialog box, click Copy Key and then click Done.

    Your registration key appears in the Registered Keys section, which shows the key’s name, creation date, and expiration date.

When you use the registration key to register your cluster with Nexus, Nexus removes the key from this the Registered Keys list.

Step 2: Register Your Cluster with Nexus

Run the qq nexus_set_registration command with the --join-key flag and specify your registration key. For example:

qq nexus_set_registration \
  --join-key "1A2B3CDEF4"

Step 3: Enable Nexus Remote Support and Nexus Remote Management

To Enable Nexus Remote Support

For clusters that run Qumulo Core 7.7.0 (and higher), Nexus Remote Support lets the Qumulo Care Team access your cluster and work on it remotely.

Run the qq nexus_set_config command with the --enable and --enable-remote-support flags. For example:

qq nexus_set_config \
  --enable \
  --enable-remote-support

When you enable Nexus Remote Support, Qumulo Core assigns the qumulosupport:everyone trustee to the Qumulo-Support RBAC role. This RBAC role determines the level of REST API access that Nexus gives to the Qumulo Care Team. For more information, see the Qumulo-Support section in Managing Role-Based Access Control (RBAC) for Users and Groups.

To Enable Nexus Remote Management

For clusters that run Qumulo Core 7.7.3 (and higher), Nexus Remote Management lets users in your organization with single sign-on (SSO) manage your cluster from Nexus.

Run the qq nexus_set_config command with the --enable and --enable-sso flags. For example:

qq nexus_set_config \
  --enable \
  --enable-sso

Disabling Nexus Functionality