メインコンテンツへスキップ

(OUT OF INODES) エラー - AutoSupportメッセージ

Views:
1,391
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • フレキシブル ボリューム(FlexVol)
  • HA グループ通知(OUT OF INODES)ERROR

イベント サマリ

  • このメッセージは、ボリュームのinode(個々のファイル、他のタイプのファイル、ディレクトリを指します)が不足している場合に発生します。
  • ボリュームのinodeがなくなると、inodeの数が増加するか既存のinodeが解放されるまで、そのボリュームにこれ以上ファイルを作成できません。

検証

方法1:イベントログでボリュームを特定する
  1. 次の操作を実行します。

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

  1. このイベントが存在することを確認します:

[node1: wafl_exempt12: wafl.vol.outOfInodes:error]: file system on Volume volume1@vserver:bf5f-00a0989xxxxx 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

方法2:CLIクエリでボリュームを特定する
  • ONTAPでは、advanced権限モードで次のコマンドを使用してボリュームごとのinode数を表示できます。

::>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 - inode容量 (最大許容ファイル数)
  • 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

解決策

  • ファイルを削除または移動してファイル数を減らすか、
  • フレキシブル ボリューム の最大ファイル数を増やす方法」を参照してinodeの制限を増やします。

 

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.