Skip to main content
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

重新配置HA配對內的本機層(Aggregate)擁有權

貢獻者

您可以變更HA配對中節點之間的本機層(集合體)擁有權、而不會中斷本機層級的服務。

HA配對中的兩個節點均實體連線至彼此的磁碟或陣列LUN。每個磁碟或陣列LUN均由其中一個節點擁有。

當發生接管時、本機層(Aggregate)內所有磁碟或陣列LUN的擁有權會暫時從一個節點變更為另一個節點。不過、本地層的重新配置作業也可能永久變更擁有權(例如、如果已完成負載平衡)。所有權會在不進行任何資料複製程序或實體移動磁碟或陣列LUN的情況下變更。

關於這項工作
  • 由於磁碟區數限制是在本機層重新配置作業期間以程式設計方式驗證、因此不需要手動檢查。

    如果Volume數超過支援的上限、則本機層重新配置作業會失敗、並顯示相關的錯誤訊息。

  • 當來源節點或目的地節點上的系統層級作業正在進行時、您不應該啟動本機層重新配置;同樣地、您也不應該在本機層重新配置期間啟動這些作業。

    這些作業包括:

    • 接管

    • GiveBack

    • 關機

    • 另一個本地層重新配置作業

    • 磁碟擁有權變更

    • 本機層級或磁碟區組態作業

    • 更換儲存控制器

    • 升級ONTAP

    • 還原ONTAP

  • 如果您有MetroCluster 一個支援功能組態、則不應在災難恢復作業(_switchover、_rec修復_或_switchback)進行期間、啟動本機層重新配置。

  • 如果您有MetroCluster 一個不穩定組態、並在交換式本機層上啟動本機層重新配置、則作業可能會失敗、因為它超過DR合作夥伴的Volume限制數。

  • 您不應在毀損或正在進行維護的集合體上啟動本機層重新配置。

  • 在初始化本機層重新配置之前、您應該先在來源和目的地節點上儲存任何核心傾印。

步驟
  1. 檢視節點上的集合體、確認要移動哪些集合體、並確保它們處於線上狀態且狀況良好:

    storage aggregate show -node source-node

    下列命令顯示叢集中四個節點上的六個集合體。所有的集合體都在線上。node1和node3形成HA配對、Node2和Node4形成HA配對。

    cluster::> storage aggregate show
    Aggregate     Size Available Used% State   #Vols  Nodes  RAID Status
    --------- -------- --------- ----- ------- ------ ------ -----------
    aggr_0     239.0GB   11.13GB   95% online       1 node1  raid_dp,
                                                             normal
    aggr_1     239.0GB   11.13GB   95% online       1 node1  raid_dp,
                                                             normal
    aggr_2     239.0GB   11.13GB   95% online       1 node2  raid_dp,
                                                             normal
    aggr_3     239.0GB   11.13GB   95% online       1 node2  raid_dp,
                                                             normal
    aggr_4     239.0GB   238.9GB    0% online       5 node3  raid_dp,
                                                             normal
    aggr_5     239.0GB   239.0GB    0% online       4 node4  raid_dp,
                                                             normal
    6 entries were displayed.
  2. 發出命令以啟動Aggregate重新配置:

    storage aggregate relocation start -aggregate-list aggregate-1, aggregate-2…​ -node source-node -destination destination-node

    下列命令可將Agggr_1和aggr_2從Node1移至node3。node3是Node1的HA合作夥伴。只能在HA配對內移動集合體。

    cluster::> storage aggregate relocation start -aggregate-list aggr_1, aggr_2 -node node1 -destination node3
    Run the storage aggregate relocation show command to check relocation status.
    node1::storage aggregate>
  3. 使用監控 Aggregate 重新定位的進度 storage aggregate relocation show 命令:

    storage aggregate relocation show -node source-node

    以下命令顯示要移至節點3的集合體進度:

    cluster::> storage aggregate relocation show -node node1
    Source Aggregate   Destination    Relocation Status
    ------ ----------- -------------  ------------------------
    node1
           aggr_1      node3          In progress, module: wafl
           aggr_2      node3          Not attempted yet
    2 entries were displayed.
    node1::storage aggregate>

    重新配置完成後、此命令的輸出會顯示每個集合體的重新配置狀態為「Done」。