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

(out of inode)エラー- AutoSupportメッセージ

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

環境

  • ONTAP 9
  • フレキシブルボリューム(FlexVol)
  • HAグループ通知(inode不足)エラー

イベント サマリ

  • このメッセージは、個 々 のファイル、その他の種類のファイル、およびディレクトリを参照する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

 

 

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.