From 518029c5fb7d10ce5494e28b9cfc97fe4311790f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 15 May 2025 10:18:05 +0200 Subject: [PATCH] Add reset to note The SOL terminal usually messes the terminal output. This commit is adding note how to reset the bash terminal back after leaving SOL. --- modules/howtos/pages/restart_datacenter_server.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/howtos/pages/restart_datacenter_server.adoc b/modules/howtos/pages/restart_datacenter_server.adoc index f21387b..2a21b9d 100644 --- a/modules/howtos/pages/restart_datacenter_server.adoc +++ b/modules/howtos/pages/restart_datacenter_server.adoc @@ -41,4 +41,7 @@ many `~` as ssh jump hosts used. For instance, if you ssh to batcave01 -> noc01 -> ipmitool `~.` will disconnect you from batcave01, `~~.` will disconnect you from noc01 and `~~~.` will disconnect you from the ipmi console. + +This usually mess up the terminal as the sol terminal doesn't clean correctly after yourself. You +can use `reset` to reset the state of terminal back after leaving sol. ====