跳转到主内容

在指定节点上执行ONTAP还原失败

i
Knowledge Base guidance

This article may include metadata, visibility, validation state, and related support guidance.

适用场景

  • ONTAP 9
  • ONTAP还原

问题描述

ONTAP还原在双节点HA对集群中的node1上成功、但在node2上失败。

::*> system node revert-to -node node2 -version 9.12

Error: "9.12"is an invalid value for field "-version <revert version>"
       Valid choices in this command's context: 9.11

::*> run -node node2
Type 'exit' or 'Ctrl-D' to return to the CLI
node2> revert_to 9.12
revert_to: Must first execute the clustershell system node revert-to command.

::*> system node image show 
         Is    Is                 Install
Node    Image   Default Current Version           Date
-------- ------- ------- ------- ------------------------- -------------------
node1
     image1  true   true   9.12.1P7          10/5/2023 10:28:18
     image2  false   false   9.13.1P2          10/4/2023 19:03:18
node2
     image1  false   false   9.12.1P7         10/5/2023 10:27:12
     image2  true    true   9.13.1P2          10/4/2023 19:03:50
4 entries were displayed.

::*> system image modify -node  node2 -image image1 -isdefault true

Warning: The default boot image is an earlier major version than the currently running version of ONTAP. Rebooting with this image at this time is not supported. Follow revert procedure to revert to this image. If you continue, the default boot image will be reset to the currently running image and the node will reboot.
Do you want to continue? {y|n}:y
------------------>在node2重新启动后, node2上具有较新版本的image2仍保持true 状态。