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

すべてのディスクを SyncMirror 構成を使用してプール 1 に割り当てるにはどうすればよいですか?

Views:
75
Visibility:
Public
Votes:
0
Category:
not set
Specialty:
metrocluster
Last Updated:

環境

SyncMirror

回答

すべてのディスクを SyncMirror でプール 1 に割り当てるには、以下の手順に従ってください。

  1. 自動ディスク割り当てを無効にする:

::> disk option modify -autoassign off *

  1. Pool 1 に割り当てるディスクの所有権を削除します:

::> disk removeowner -disk <disk name>

  1. ディスクを Pool 1 に割り当てます:

::> disk assign -disklist <disk name> -pool 1 -owner <node name>

  1. SyncMirror で使用するアグリゲートを作成します:

::> aggr create -aggregate <aggregate name> -disklist <disk name> -mirror-disklist <disk name> -node <node name>

 

追加情報

追加情報

 

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.
  • この記事は役に立ちましたか?