How to kill a linux box?
# date ; echo 1 > /proc/sys/kernel/sysrq ; echo b > /proc/sysrq-trigger
This command just inform the kernel that the server crashed. So that the standby node can take over.
# date ; echo 1 > /proc/sys/kernel/sysrq ; echo b > /proc/sysrq-trigger
This command just inform the kernel that the server crashed. So that the standby node can take over.