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

パーティションとゼロ以外のRAID構成を使用したONTAP Select容量ライセンスの計算

Views:
85
Visibility:
Public
Votes:
1
Category:
ontap-select
Specialty:
ontapselect
Last Updated:

環境

  • ONTAP Select (OTS)
  • 容量ライセンス
  • ディスクパーティション(パーティション)
  • 非ゼロRAID構成

回答

  • 現在の容量ライセンスの使用状況に関する情報を確認するにはlicense show-status -license selectコマンドを使用します
  • ディスクパーティションに関する情報を確認するにはstorage disk partition showコマンドを使用します
  • usable-sizeパーティション(パリティパーティションを除く)の合計は、license show-statusコマンドで提示される容量ライセンスです
  • 例:
ontapselect::*> license show-status -license select
(system license show-status)
Status      License      Scope      Detailed
---------   --------   -------     ---------
valid      Select      node      ontapselect-01: Currently using 3.5TB. System may use up to 7TB.
 
storage disk partition show -fields container-name,position,usable-size,disk-type
partition       container-name        position   usable-size  disk-type
----------      ----------------      --------    -----------  ---------
NET-1.1.P1      /aggr1/plex1/rg0      data        700GB        SSD
NET-1.2.P1      /aggr1/plex1/rg0      data      700GB        SSD
NET-1.3.P1      /aggr1/plex1/rg0      dparity     700GB        SSD
NET-1.5.P1      /aggr1/plex1/rg0      parity     700GB        SSD
NET-1.6.P1      /aggr1/plex1/rg0      data      700GB        SSD
NET-1.7.P1      /aggr1/plex1/rg0      data      700GB        SSD
NET-1.8.P1      /aggr1/plex1/rg0      data      700GB        SSD
  • 上記の例では、700GB(3.5TB)のパリティディスクが2本とデータディスクが5本あるので、ライセンスは次のように計算されます:Currently using 3.5TB.
  • パリティディスクはライセンス使用量の計算から除外されますが、WAFL、SnapshotとAdvaned Zone CheckSum(AZCS)のオーバーヘッド  ライセンス使用量に対して計算されます。
    • つまり、必要な使用可能なライセンスに加えて約16.5%のオーバーヘッド を計算する必要があります 
      • ~10% WAFL オーバーヘッド + ~5% アグリゲート スナップショット + 1.5% AZCS オーバーヘッド 
注: パーティションの計算により、ライセンス容量と同一ではなく、概算値になる場合があります。

追加情報

高可用性(HA)ペア

  • さらに、OTS HAペアでは、各クラスタ ノードのデータ アグリゲートがそれぞれのパートナー ノードに同期ミラーリングされます
  • 通常の運用時には、これらのミラーされたアグリゲートはミラーリング目的でのみ使用できます
  • ただし、2つのHAノードの使用可能なデータ アグリゲートの合計に2を掛けた値(ミラーされたアグリゲートを含む)がライセンス使用量に対して計算されます
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.