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

ONTAPのアップグレード後にリポジトリからONTAP imagesを削除できますか?

Views:
2
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

環境

  • ONTAP 9
  • ONTAP のアップグレード

回答

  • ○クラスタがアップグレード中(進行中または一時停止中)でない場合、クラスタリポジトリからONTAPイメージを手動で削除できます
  • リポジトリからイメージを削除しても、クラスタの動作には影響しません
  • イメージを削除すると、各ノードのルート(/mroot)ファイルシステムのスペースが解放されます
  • 空きスペースが不十分なルートファイルシステムは、他の問題のほかに、今後のONTAPアップロードの完了を妨げる可能性があります
 

追加情報

以下のclusterコマンドを使用して、クラスタリポジトリを表示および管理できます。

  • リポジトリの内容を表示:

cluster-c1::> cluster image package show-repository
cluster-c1::> set adv
cluster-c1::*> system node image package show

通常の状況では、すべてのノードの内容がクラスタリポジトリと同じになります。

  • 不要になったバージョンを削除します:
cluster-c1::> cluster image package delete -version <image_name>
 
  • 完全またはほぼ満杯のmrootには他にも原因があります。例えば、不要になった大きなコアファイルを削除してスペースを解放することができます。

cluster-c1::> system node coredump show
cluster-c1::> system node coredump delete -node <nodename> -corename <corefilename>
<OR>
cluster-c1::> system node coredump delete-all
 

 
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.