3 * Get rid of any services running on the host.
4 * Optional, shut down the machine, then wait a month
7 badblocks -v -s -p 5 -w -f DEVICE_GOES_HERE
9 * Revoke puppet certificate
11 * on handel: puppet node clean $HOST
12 * reinit samhain on handel
15 * rerun puppet on backuphost / the backup host
16 * reinit samhain on backuphost
18 * Remove any references from puppet configuration
19 * Remove references to the host from DNS files, including reverse DNS
20 * Get rid of the HW (tell the hoster to get rid of it or other as appropriate)
21 * Update password file information for the $HOST
22 * Remove MQ queues related to machine (see [[doc/mq]] for details)
24 for queue in $(rabbitmqadmin -N rainier list queues name | \
25 grep unger.debian.org | \
26 awk '{print $2}') ; do
27 rabbitmqadmin -N rainier -V dsa delete queue name=$queue
30 Three months after decomissioning: