You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/usage/cli.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,24 @@ If ``console_enabled`` is ``true``, we can access the serial console using follo
308
308
If ``console_enabled`` is ``false`` or ``console_info`` is ``None`` then
309
309
the serial console is disabled. Note, there can only be one ipmi connection to the node, meaning only one user may access the console at a time.
310
310
311
+
Rescue Mode
312
+
-----------
313
+
314
+
A node can be booted in rescue mode, potentially allowing for some form of remediation if some aspect of the node fails. Doing so puts the node
315
+
on the rescue network temporarily to allow the rescue image to boot; then the node is returned to its original network configuration. If the node
316
+
has an external floating IP attached, you can then access the node by running ``ssh rescue@<floating-ip>`` and using the password specified in
317
+
the rescue command. For that reason, please specify a strong password.
318
+
319
+
Nodes should only be put into rescue mode temporarily. When you are finished, it is *highly* recommended that you unrescue the node for security purposes.
0 commit comments