So i had the unfortunate scenario where I could not reboot or shutdown a Ubuntu server via the command line and no "out of band" access methods were available.
Luckily the following saved me:
Terminal command for hard-shutdown
Terminal command for hard-shutdown
sudo sh -c "echo o > /proc/sysrq-trigger"
Terminal command for hard-restartsudo sh -c "echo b > /proc/sysrq-trigger"
No comments:
Post a Comment