We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We now have two servers in two different places with two different procedures for a hard reboot:
We should have a task that takes a server to reboot and then reboots it using the correct procedure on the correct supervising machine.
The text was updated successfully, but these errors were encountered:
The correct way to force-reboot the Xen vm if it is not responding is:
sudo /usr/lib/xen-4.4/bin/xl destroy cpantesters1.barnyard.co.uk sudo /usr/lib/xen-4.4/bin/xl create /etc/xen/cpantesters1.barnyard.co.uk
Sorry, something went wrong.
add hard reboot tasks
f9d0d77
These tasks will hard-reboot a server when it is unresponsive. Use these tasks when the machine is not responding to SSH. Fixes #18
19b04d5
No branches or pull requests
We now have two servers in two different places with two different procedures for a hard reboot:
We should have a task that takes a server to reboot and then reboots it using the correct procedure on the correct supervising machine.
The text was updated successfully, but these errors were encountered: