Skip to main content
SolidFire Active IQ

Enable SolidFire Active IQ reporting

Contributors netapp-pcarriga

You must enable SolidFire Active IQ reporting capability on the management node, if you did not already do so during installation or upgrade, before the SolidFire Active IQ server can receive data payloads for a cluster from the management node. When the connection has been successfully set up, the cluster sends information to the SolidFire Active IQ server. You can then view the cluster in the SolidFire Active IQ UI, which displays cluster information.

Note Google Chrome and Firefox browsers are supported to run with SolidFire Active IQ.
Before you begin
  • Some functions in Active IQ, for example, quality of service (QoS), require Element 11.3 or later to work correctly. To confirm that you have the capability to use all Active IQ functions, NetApp recommends the following:

    • Your storage cluster is running NetApp Element software 11.3 or later.

    • You have deployed a management node running version 11.3 or later.

  • You have internet access. The Active IQ collector service cannot be used from dark sites that do not have external connectivity.

Steps
  1. Get the base asset ID for the installation:

    1. Open the inventory service REST API UI on the management node:

      https://<ManagementNodeIP>/inventory/1/
    2. Select Authorize and complete the following:

      1. Enter the cluster user name and password.

      2. Enter the client ID as mnode-client.

      3. Select Authorize to begin a session.

      4. Close the window.

    3. From the REST API UI, select GET ​/installations.

    4. Select Try it out.

    5. Select Execute.

    6. From the code 200 response body, copy the id for the installation.

      {
        "installations": [
          {
            "_links": {
              "collection": "https://10.111.211.111/inventory/1/installations",
              "self": "https://10.111.217.111/inventory/1/installations/abcd01e2-ab00-1xxx-91ee-12f111xxc7x0x"
            },
            "id": "abcd01e2-ab00-1xxx-91ee-12f111xxc7x0x",
      Note Your installation has a base asset configuration that was created during installation or upgrade.
  2. Activate telemetry:

    1. Access the mnode service API UI on the management node by entering the management node IP address followed by /mnode:

      https://<ManagementNodeIP>/mnode
    2. Select Authorize or any lock icon and complete the following:

      1. Enter the cluster user name and password.

      2. Enter the client ID as mnode-client.

      3. Select Authorize to begin a session.

      4. Close the window.

    3. Configure the base asset:

      1. Select PUT /assets/{asset_id}.

      2. Select Try it out.

      3. Enter the following in the JSON payload:

        {
        "telemetry_active": true
        "config": {}
        }
      4. Enter the base ID from the previous step in asset_ID.

      5. Select Execute.

        The Active IQ service is automatically restarted whenever assets are changed. Modifying assets results in a short delay before settings are applied.

  1. Log in to SolidFire Active IQ and confirm that you can view your clusters.

Find more information