Skip to main content
NetApp Knowledge Base

StorageGrid nodes are showing major alert FOPN (Open File Descriptors)

Views:
230
Visibility:
Public
Votes:
0
Category:
storagegrid-webscale
Specialty:
sgrid
Last Updated:

Applies to

  • StorageGRID 11.6+
  • External Load Balancer
  • LDR

Issue

  • Other then FOPN alarms triggered via the UI. To determine if FOPN are increasing on storage nodes.
    • Collect data on network sockets and open files on the storage nodes exhibiting the alert.
      • On the storage node(s), run the following, collect the /var/local/tmp/fopn_collection.tar.gz file and upload to NetApp.

    mkdir /var/local/tmp/fopn_collection; sleep 1; ss -t > /var/local/tmp/fopn_collection/ss.output; netstat -nat > /var/local/tmp/fopn_collection/netstat.output; sleep 1; lsof -p $(pidof ldr) > /var/local/tmp/fopn_collection/lsof.output; tar czvf /var/local/tmp/fopn_collection.tar.gz /var/local/tmp/fopn_collection/*

    • Storage Nodes incrementing FOPN (Open File Descriptors) alarms across multiple nodes.
      • Depending on the type and priority of client workload. The below values may be too high before triggering an alarm to notify administrators of an issue. 
        • Workloads most affected by increasing FOPNs are applications sensitive to delete workflows.
      • It is recommended to add a custom alarm if client application workload was determined to be affected by high FOPN values. 
      • Below are the default triggering values and their severityScreenshot 2026-01-05 141921.png

    Sign in to view the entire content of this KB article.

    New to NetApp?

    Learn more about our award-winning Support

    NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.