メインコンテンツまでスキップ

This Site will be down for up to 3 hours on December 2, 2023 from 8 PM - 11 PM PST, to deploy an infrastructure update.

(inode不足)エラー- AutoSupport メッセージ

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

環境

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

イベント サマリ

  • このメッセージは、ボリュームのinodeが不足している場合に表示されます。inodeでは、個々のファイル、その他のタイプのファイル、およびディレクトリが参照されます。
  • ボリュームのinodeが不足した場合は、inodeの数が増加するか既存のinodeが解放されるまで、そのボリュームにこれ以上ファイルを作成できません。

検証

イベントログでボリュームを特定します
  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

または、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.
Scan to view the article on your device