跳转到主内容

如何使用SyncMirror配置将所有磁盘分配给池1?

Views:
16
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>

 

追加信息

附加信息 _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.

 

  • 这篇文章对您有帮助吗?