Changes between Initial Version and Version 1 of skinny_elephants_recovery


Ignore:
Timestamp:
Apr 16, 2008, 12:40:43 PM (16 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • skinny_elephants_recovery

    v1 v1  
     1= How do I reboot a server via the console? =
     2
     3If a server fails and you are not able to [wiki:secure_shell secure shell] to investigate and fix the problem, the first step is to attempt to access the server via it's dom0 (if the server is a domU). Check our [wiki:server_overview server overview page] to see if the server in question is a domU and if so which dom0 it belongs to.
     4
     5If the server in question is a stand alone server or a dom0 than it should be accessible via the [wiki:telehouse_serial_access serial console]. The console should provide information about the crash. You can reboot the server by using the [http://www.brunolinux.com/01-First_Things_To_Know/Skinny_Elephants.html raising skinny elephants] trick.
     6
     7Since the console is provided via [deb:cereal], you need to use special break characters. The exact sequence is:
     8
     9{{{
     10ctrl-\-b-r
     11ctrl-\-b-s
     12ctrl-\-b-e
     13ctrl-\-b-i
     14ctrl-\-b-u
     15ctrl-\-b-b
     16}}}
     17
     18After each line you should get confirmation on screen that it was run.