Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:server:dell:start [2019-10-09 08:16]
mattias [Hardware Watchdog]
blocks:server:dell:start [2019-10-09 08:20] (current)
mattias [Hardware Watchdog]
Line 3: Line 3:
      
 =====Hardware Watchdog=====  =====Hardware Watchdog===== 
-  +
 The hardware watchdog is a very efficient recovery method in the unlikely event the computer experience interference that makes the system instable and freezes.    The hardware watchdog is a very efficient recovery method in the unlikely event the computer experience interference that makes the system instable and freezes.   
 Follow these steps to enable the watchdog handled from Linux systemd.   Follow these steps to enable the watchdog handled from Linux systemd.  
Line 22: Line 22:
 Restart the server.  Restart the server. 
 To test, it is possible to freeze the kernel using the following method.   To test, it is possible to freeze the kernel using the following method.  
-:!:This method has risks, make sure there is backups available before doing trying this. Don’t do this in a production environment:!: + 
-In the terminal as pixi-admin uses. +:!: This method can cause issues, make sure there is backups available before trying this. Don’t do this in a production environment :!: 
 + 
 +In the terminal as pixi-admin user, type:
 <code> sudo -s </code>   <code> sudo -s </code>  
 Sets user as root.  Sets user as root. 
Line 29: Line 31:
 Enables all sysrq.  Enables all sysrq. 
 <code>  echo c > /proc/sysrq-trigger </code>  <code>  echo c > /proc/sysrq-trigger </code> 
-Creates a “kernel-panic” that halts the system. A secondary recover action counter starts at 255 seconds and when countdown = 0 the hardware will restart. +Creates a “kernel-panic” that halts the system. A secondary recover action counter starts at 255 seconds and when countdown = 0 the hardware should restart.