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

ONTAP CLIで容量の値に使用される単位

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

環境

ONTAP 9
コマンドライン インターフェイス(CLI)
スペースレポート

回答

  • 単位は10進数(MB/GB/TB)ですが、 実際は2進数(MiB/GiB / TiB)です。
  • CLI出力の例(MB/GB/TBの単位が表示されていることを確認します)。 

cluster1::> aggr show  -fields size, availsize , usedsize , percent-used                
aggregate         availsize   percent-used   size      usedsize
--------          ---------   ------------   -------    --------
aggr_1            45.80TB      27%           62.49TB    16.69TB 
aggr_1_root        17.85GB      95%         368.4GB    350.6GB 
aggr_2_ssd_01       46.51TB      26%         62.49TB    15.98TB 
aggr_2_ssd_root     17.85GB      95%         368.4GB    350.6GB 
aggr_3_ssd_01       52.01TB      20%      64.94TB    12.94TB 
aggr_3_ssd_root     48.09GB      95%         992.7GB    944.6GB 
aggr_4_ssd_01       36.63TB      44%         64.94TB    28.31TB 
aggr_4_ssd_root     48.09GB      95%         992.7GB    944.6GB 

8 entries were displayed.

追加情報

レポート作成の計算方法は、今後のONTAPリリースで対応する予定です。

 

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.

 

  • この記事は役に立ちましたか?