Difference between revisions of "Manual Node Recovery Guide"

From Internet Computer Wiki
Jump to: navigation, search
m
m (Touch ups)
Line 12: Line 12:
 
#:[[File:Grub menu.png|580px|screenshot]]
 
#:[[File:Grub menu.png|580px|screenshot]]
 
#From the GRUB edit mode screen, add the boot parameters: <code>recovery=1 version=ABC hash=XYZ</code> ''(replace ABC and XYZ with the version and hash provided by the recovery coordinator. Note that the hash should only be six-characters long.)''
 
#From the GRUB edit mode screen, add the boot parameters: <code>recovery=1 version=ABC hash=XYZ</code> ''(replace ABC and XYZ with the version and hash provided by the recovery coordinator. Note that the hash should only be six-characters long.)''
#:[[File:Grub boot edit 1.png|580px|screenshot]]
+
#:[[File:Grub boot edit 1.png|480px|screenshot]]
 
#:→→→
 
#:→→→
#:[[File:Grub boot menu 2.png|580px|screenshot]]
+
#:[[File:Grub boot menu 2.png|480px|screenshot]]
 
#Press ctrl-X or F10 to boot
 
#Press ctrl-X or F10 to boot
  
 
===3. Wait for recovery confirmation===
 
===3. Wait for recovery confirmation===
 
...
 
...

Revision as of 15:59, 22 May 2025

🚧🚧🚧 UNDER CONSTRUCTION 🚧🚧🚧

1. Receive recovery version and short hash

A recovery coordinator will notify all NNS Node Providers of the recover image version and associated short (6-character) hash that Node Providers will use to apply the upgrade

2. Complete Recovery

Note that the recovery can be completed from the node's BMC console view or from the physical console

  1. Reboot the machine
  2. At the grub menu, press 'e' to edit the boot parameters (you must press 'e' before the 15-second timeout)
    Do not worry if you miss the timeout. Just reboot the machine and try again.
    screenshot
  3. From the GRUB edit mode screen, add the boot parameters: recovery=1 version=ABC hash=XYZ (replace ABC and XYZ with the version and hash provided by the recovery coordinator. Note that the hash should only be six-characters long.)
    screenshot
    →→→
    screenshot
  4. Press ctrl-X or F10 to boot

3. Wait for recovery confirmation

...