Skip to content
Snippets Groups Projects
Unverified Commit 3df2b6f8 authored by anarcat's avatar anarcat
Browse files

point to tsa-misc scripts

parent 01db77d0
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ host and make sure it comes back within a certain delay:
date &&
ping -c 10 -w 120 $HOST ; ssh $HOST uptime && echo "check uptime above"
(Update: the above script is now in `tsa-misc/reboot-guest`.)
If the host has an encrypted filesystem and is hooked up with Mandos, it
will return automatically. Otherwise it might need a password to be
entered at boot time, either through the initramfs (if it has the
......@@ -66,6 +68,8 @@ reboot procedure will look something like this:
ping -c 10 -w 120 $HOST ; \
ssh -tt root@$HOST tor-libvirt-luks-start
(Update: the above script is now in `tsa-misc/reboot-host`.)
If only the guests on the machine need a reboot, for example Nagios
complains about `libvirt-qemu` processes, use the
`tor-libvirt-stop-start` script.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment