2018年7月9日 星期一

[NetApp教學] ONTAP升級

這邊介紹簡單的ONTAP升級方式,首先到官網找一下版本,這邊有一個小技巧就是搜尋patch版本,如下圖,在To access a specific輸入版本號跟patch號,如果不這樣做就找不到版本的patch檔案下載。


將檔案下載回來後,就可以開始準備升級,這邊介紹的是使用USB的方式,簡單說是有三大步驟:
  • 將USB檔案上傳到NetApp
  • 更新image
  • 指定新的image為開機檔


步驟一:

將下載好的檔案存入USB並插入NetApp,然後進入advanced模式,接著上傳image到NetApp。
  • ::> set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by NetApp personnel. Do you want to continue? {y|n}: y
  • ::*> system image show Is Is Install Node Image Default Current Version Date -------- ------- ------- ------- ------------------------- ------------------- localhost image1 true true 9.3P4 6/14/2018 19:11:30 image2 false false 9.3P4 6/14/2018 19:11:44 2 entries were displayed.

步驟二:

更新Image
  • ::system node image*> system image update -package 93P6_q_image.tgz Warning: The recommended best-practice is to use the automated update procedure if you are attempting an upgrade or a minor version downgrade. Refer to the Clustered Data ONTAP Upgrade and Revert/Downgrade Guide for details. Do you want to continue? {y|n}: y Software update started on node localhost. Updating image2 with package 93P6_q_image.tgz. Listing package contents. Decompressing package contents. Invoking script (install phase). This may take up to 60 minutes.


步驟三:

完成後,看一下是否有上傳成功,然後切換開機順序

  • ::*> system image show Is Is Install Node Image Default Current Version Date -------- ------- ------- ------- ------------------------- ------------------- localhost image1 true true 9.3P4 6/14/2018 19:11:34 image2 false false 9.3P6 7/9/2018 16:10:10 2 entries were displayed. ::*> system image modify -node localhost -image image2 -isdefault true After a clean shutdown, image2 will be set as the default boot image on node ::*> system image show Is Is Install Node Image Default Current Version Date -------- ------- ------- ------- ------------------------- ------------------- localhost image1 false true 9.3P4 6/14/2018 19:11:34 image2 true false 9.3P6 7/9/2018 16:10:10 2 entries were displayed.







沒有留言: