add some MQ notes
[mirror/dsa-wiki.git] / input / howto / decomission.mdwn
1 # Decomissioning hosts
2
3  * Get rid of any services running on the host.
4  * Optional, shut down the machine, then wait a month
5  * Zero disks
6
7     badblocks -v -s -p 5 -w -f DEVICE_GOES_HERE
8
9  * Revoke puppet certificate
10
11    * on handel: puppet node clean $HOST
12    * reinit samhain on handel
13
14  * Remove from LDAP
15    * rerun puppet on beethoven / the backup host
16    * reinit samhain on beethoven
17  * Remove from Nagios
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  * Remove MQ queues related to machine (see [[MQ]] for details)
22     for queue in $(rabbitmqadmin -N rainier list queues name | grep unger.debian.org | awk '{print $2}') ; do rabbitmqadmin -N rainier -V dsa delete queue name=$queue; done
23
24 Three months after decomissioning:
25
26  * Remove backups