跳转到主内容

(索引节点数不足)错误—AutoSupport 消息

Views:
42
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

适用场景

  • ONTAP 9
  • 灵活卷(FlexVol)
  • HA组通知(非节点)错误

事件摘要

  • 当卷的Inode (指单个文件、其他类型的文件和目录)不足时、会出现此消息。
  • 当卷的inode数用尽时、在增加了inode数或释放了现有inode之前、无法在该卷中创建更多文件。

验证

在事件日志中确认自动通报
  1. 运行以下命令:

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

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

在事件日志中确定卷
  1. 运行以下命令:

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

  1. 确认此 事件存在:

[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

或者、 通过命令行界面查询确定卷

在ONTAP中、您可以在高级权限模式下使用以下命令查看每个卷的节点数 :

::>set advanced

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

示例:

::> 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 -节点容量 (允许的最大文件数)
  • files-used -卷中使用的文件数
  • files-maximum-possible -每个卷大小允许的最大Inode容量
备用命令

df -i volume_name (使用事件日志中标识的卷运行)

::> 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.