Skip to main content
NetApp Knowledge Base

(OUT OF INODES) ERROR - AutoSupport message

Views:
8,761
Visibility:
Public
Votes:
6
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • ONTAP 9
  • Flexible Volume (FlexVol)
  • HA Group Notification (OUT OF INODES) ERROR

Event Summary

  • This message occurs when a volume is out of inodes, which refer to individual files, other types of files, and directories.
  • When a volume runs out of inodes, no more files can be created in that volume until the number of inodes is increased or existing inodes are freed.

Validate

Confirm callhome in Event Log
  1. Run the following:

::>event log show -severity error -message-name *inodes*

[node1: wafl_exempt12: callhome.no.inodes:error]: Call home for OUT OF INODES

Identify volumes in Event Log
  1. Run the following:

::>event log show -severity error -message-name *Inodes*

  1. Confirm this event exists:

[node1: wafl_exempt12: wafl.vol.outOfInodes:error]: file system on Volume volume1@vserver:bf5f-00a0989c3f7e is out of
   inodes because it has reached the maximum number of files
[node1: wafl_exempt12: callhome.no.inodes:error]: Call home for OUT OF INODES

Or, identify volume by CLI query

In ONTAP, you can view inode counts per volume by using the following command in advanced privilege mode  by using the following commands:

::>set advanced

::*> volume show -volume <Vol name> -fields size, files,files-used,files-maximum-possible

Example:

::> set advanced
::*> volume show -volume vol1 -fields size, files,files-used,files-maximum-possible

vserver volume size files files-used files-maximum-possible
------- ------ ----- -------- ---------- ----------------------
svm1 vol1 500GB 15564791 96 124518391

  • files - inode capacity  (maximum files allowed)
  • files-used - number of files used in the volume
  • files-maximum-possible - maximum allowed inode capacity per the volume size
Alternate command

Run df -i volume_name (using the volume identified in event logs)

::> df -i volume1
Filesystem iused ifree %iused Mounted on
/vol/volume1/ 30646220 0 100% /home

 

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.