在指定节点上执行ONTAP还原失败
适用场景
问题描述
ONTAP还原在节点1上成功、但在双节点HA对集群中的节点2上失败。
::*> 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
true
状态。