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

移行したボリュームは大容量のボリュームやファイルに対応していますか?

Views:
118
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

環境

  • ONTAP 9.12.1P2以降
  • 大容量ボリュームのサポート  
  • 大容量ファイルのサポート 
  • 大規模LUNのサポート 
  • 移行したボリューム

回答

○ 

  • ONTAP 9.12.1P2以降では 、300TBのフレキシブルボリュームとFlexGroupメンバーがサポートされるようになりました。サポートされるファイル/ LUNの最大サイズも16TBから128TBに拡張されました。 
  • 以前に7-Modeシステムから移行したボリュームでは 、サポートされる最大ボリュームサイズは300TB、ファイル/ LUNサイズは128TBです。 
    • 移行したボリュームの場合、ボリュームレベルの設定「filesys-size-fixed」は「true」に設定されます。  この設定を「false」に変更してボリュームサイズを拡張します。 

sj-clus-01::> volume modify -volume datavol -filesys-size-fixed false
Volume modify successful on volume datavol of Vserver svm1.

sj-clus-01::>

  • ONTAPバージョン9.12.1P2以降をアップグレードした場合、volume modifyを使用してボリュームのサイズを100TBより大きくしたり、16TBを超えるファイルとLUNを自動的にサポートしたりできます。 

sj-clus-01::>
sj-clus-01::> volume modify -volume datavol -size 200t

Warning: Either the specified volume size or maximum autosize is larger than 100 TB or you are setting is-large-size-enabled flag to true. This will result in the volume supporting larger size limits. The new limit on the size of the volume will be 300TB. The limit on the size of a file or LUN will be 128TB. If this volume will become the source of a SnapMirror relationship, creation of SnapMirror or FlexCache relationships is only supported with volumes that reside in clusters with an effective cluster version of 9.12.1 or later, because of incompatible size limits. Revert of the cluster to an earlier version is not supported when a volume supports larger size limits. All volumes must be 100 TB or less, have all files be 16TB or less, and have larger size limit support disabled prior to revert.
Do you want to continue? {y|n}: y
Volume modify successful on volume datavol of Vserver svm1.

sj-clus-01::> volume show datavol -fields size,is-large-size-enabled
vserver volume   size  is-large-size-enabled
------- -------- ----- ---------------------
svm1   datavol 200TB true

sj-clus-01::>

  • 移行された同じ フレキシブルボリュームをFlexGroupに変換することもできます。 

sj-clus-01::> set advanced
sj-clus-01::*> volume conversion start -volume datavol -foreground true

Warning: * After the volume is converted to a FlexGroup, it will not be possible to change it back to a flexible volume.
     * Converting flexible volume "datavol" in Vserver "svm1" to a FlexGroup will cause the state of all Snapshot copies from the volume to be set to "pre-conversion". Pre-conversion Snapshot copies cannot be restored.
     * The volume is nearly out of available space. Converting this volume to a FlexGroup might lead to "No space left on device" errors.
     * Converting the volume to a FlexGroup will not add additional resources for capacity. After converting, use the "volume expand" command to add resources.
Do you want to continue? {y|n}: y
[Job 94] Job succeeded: success

sj-clus-01::*>
sj-clus-01::*> volume show datavol -fields size,is-flexgroup
vserver volume   size  is-flexgroup
------- -------- ----- ------------
svm1   datavol  200TB true

sj-clus-01::*>
 

 

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.