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

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

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

環境

SyncMirror

回答

SyncMirrorを使用してすべてのディスクをプール1に割り当てるには、次の手順を実行します。

  1. ディスクの自動割り当てを無効にします。

::> disk option modify -autoassign off *

  1. プール1に割り当てるディスクの所有権を削除します。

::> disk removeowner -disk <disk name>

  1. ディスクをプール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>

 

追加情報

AdditionalInformation_Text

 

 

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.

 

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