NetApp: SL1 Dashboards PowerPack Release Notes, version 100

Version 100 of the NetApp: SL1 Dashboards PowerPack is the initial version of the PowerPack. The PowerPack includes Dashboards that present graphical representations of the configuration data and performance metrics that are collected for NetApp devices by the NetAppPowerPack.

NOTE: These dashboards are intended for use only in the new SL1 user interface and will not load in the classic ScienceLogic platform user interface.

  • Minimum Required SL1 Version: 8.12.1
  • Minimum Required AP2 Version: 5.125.10
  • Minimum Required Widget Components Version: 2.174.3
  • Minimum Required NetAppPowerPack Version: 104

Before You Install

Before installing NetApp: SL1 Dashboards PowerPack version 100, you must first ensure that you are running version 8.12.1 or later of SL1.

NOTE: For details on upgrading SL1, see the appropriate Release Notes.

You must also import and install theNetAppPowerPack version 104 or later before installing the PowerPack.

Installation Process

To install this PowerPack:

  1. Familiarize yourself with the Known Issues for this release.
  2. See the Before You Install or Upgrade section. If you have not done so already, upgrade your system to the 8.12.1 or later release.
  3. Download the "NetApp: SL1 Dashboards" version 100PowerPack from the Support Site to a local computer.
  4. Go to the PowerPack Manager page (System > Manage > PowerPacks). Click the Actions menu and choose Import PowerPack. When prompted, import "NetApp: SL1 Dashboards" version 100.
  5. Click the Install button. For details on installing PowerPacks, see the chapter on Installing a PowerPack in the PowerPacks manual.

Features

The following dashboards are included in version 100 of the NetApp: SL1 Dashboards PowerPack:

  • A "NetApp Aggregate Pool" dashboard, which includes the following widgets that display data about your NetApp pools:
  • Aggregate Pools
  • Block Rate
  • Transfers
  • Events
  • Capacity Utilization
  • Free, Used, and Total Capacity
  • Data Rate

  • A "NetApp Cluster Overview" dashboard, which includes the following widgets that display overview data about your NetApp clusters:
  • NetApp Clusters
  • Vitals
  • Latency
  • Events
  • Capacity Utilization
  • Capacity Analysis
  • Top 10 - Cluster Network Usage
  • Selected Cluster Network Usage
  • Network Errors
  • Selected Network Errors

  • A "NetApp LUN" dashboard, which includes the following widgets that display data about your NetApp LUNs:
  • NetApp LUNs
  • LUN Latency
  • Events
  • Operations
  • Data Rate

  • A "NetApp Data vServer Node SVM" dashboard, which includes the following widgets that display data about your NetApp SVM servers:
  • SVM Server List
  • Vitals
  • Event Table
  • Operations
  • Network Usage
  • Disk Usage

  • A "NetApp vServer Data SVM" dashboard, which include the following widgets that display data about your NetApp SVM vServers:
  • Data SVM vServers
  • NFSv3 Latency
  • NFSv3 Operations
  • Event Table
  • NFSv4 Latency
  • NFSv4 Operations
  • NFSv4.1 Latency
  • NFSv4.1 Operations
  • Network Usage
  • Network Errors
  • iSCSI Operations
  • iSCSI Latency
  • iSCI Usage
  • iSCSI Operations
  • FCP Latency
  • FCP Usage
  • FCP Operations
  • Snapmirror Lag Time
  • CIFS Latency
  • CIFS Operations

Known Issues

The following known issues affect version 100 of the NetApp: SL1 Dashboards PowerPack:

  • Dashboard widgets might be slow to load or display red bells. If this occurs, you can do the following to address the issue:
  • Start an SSH session into your SL1 appliance.

  • At the shell prompt, enter the following to open the em7_limits.conf file for editing:

    cd /etc/nginx/conf.d

    sudo cp em7_limits.conf em7_limits.conf.backup

    sudo vi em7_limits.conf

  • Locate the line that begins with "limit_req zone=addr_req" and update it to the following:

    limit_req zone=addr_req burst=5000 nodelay;

  • Locate the lines that begin with "limit_conn" and update them to the following:

    limit_conn perip 10000;

    limit_conn perserver 10000;

  • Restart nginx. To do this, enter the following at the shell prompt:

    sudo systemctl restart nginx

  • Dashboards might not appear immediately in the SL1 user interface after you import the PowerPack using the PowerPack Importer. If this occurs, you can do the following to address the issue:
  • Type the following URL into your web browser:

    https://<hostname or ip>/gql?query=mutation%20%7B%20importContentObjectsFromPowerPackQueue%20%7D%0A

  • When prompted, enter your user credentials.
  • Click the GraphQL "play" button. If successful, a "true" message appears in the right-hand panel.
  • Verify that the dashboards now appear by returning to the Dashboards page and refreshing your web browser.