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

安裝 ONTAP 軟體套件以進行手動升級

貢獻者

下載 ONTAP 軟體套件以進行手動升級後、您必須先在本機安裝、才能開始升級。

步驟
  1. 將權限等級設為「進階」、在提示繼續時輸入 * y* : set -privilege advanced

    進階提示 (*>)。

  2. 安裝映像。

    如果您有下列組態 …​ 使用此命令…​
    • 非 MetroCluster

    • 雙節點 MetroCluster

    system node image update -node * -package _location_ -replace-package true -setdefault true -background true

    _locity_可以是Web伺服器或本機資料夾、視ONTAP 版本而定。請參閱 system node image update 詳細資訊請參閱手冊頁。

    此命令會同時在所有節點上安裝軟體映像。若要一次在每個節點上安裝映像、請勿指定 -background 參數。

    • 4 節點 MetroCluster

    • 8 節點 MetroCluster 組態

    system node image update -node * -package location -replace-package true -background true -setdefault false

    您必須在兩個叢集上發出此命令。

    此命令會使用延伸查詢來變更目標軟體映像、此映像會安裝為每個節點的替代映像。

  3. 輸入 y 以在出現提示時繼續。

  4. 確認軟體映像已安裝在每個節點上。

    system node image show-update-progress -node *

    此命令會顯示軟體映像安裝的目前狀態。您應該繼續執行此命令、直到所有節點回報*執行狀態退出、*退出狀態*成功*為止。

    系統節點映像更新命令可能會失敗、並顯示錯誤或警告訊息。解決任何錯誤或警告之後、您可以再次執行命令。

    此範例顯示兩節點叢集、其中軟體映像已成功安裝在兩個節點上:

    cluster1::*> system node image show-update-progress -node *
    There is no update/install in progress
    Status of most recent operation:
            Run Status:     Exited
            Exit Status:    Success
            Phase:          Run Script
            Exit Message:   After a clean shutdown, image2 will be set as the default boot image on node0.
    There is no update/install in progress
    Status of most recent operation:
            Run Status:     Exited
            Exit Status:    Success
            Phase:          Run Script
            Exit Message:   After a clean shutdown, image2 will be set as the default boot image on node1.
    2 entries were acted on.