diff --git a/tsa/howto/ganeti.mdwn b/tsa/howto/ganeti.mdwn index 850e0714eeb0a9834d6d46ddd5f60fa69df10899..c42734a07be052e75e2991341b41fba7ecbecc32 100644 --- a/tsa/howto/ganeti.mdwn +++ b/tsa/howto/ganeti.mdwn @@ -285,6 +285,15 @@ Import procedure: * DNS (grep in tor-dns source, `puppet agent -t; ud-replicate` on nevii) * nagios (don't forget to change the parent) * reverse DNS (upstream web UI, e.g. Hetzner Robot) + * grep for the host's IP address on itself: + + grep -r -e 78.47.38.227 -e 2a01:4f8:fff0:4f:266:37ff:fe77:1ad8 /etc + grep -r -e 78.47.38.227 -e 2a01:4f8:fff0:4f:266:37ff:fe77:1ad8 /srv + + * grep for the host's IP on *all* hosts: + + cumin-all-puppet + cumin-all 'grep -r -e 78.47.38.227 -e 2a01:4f8:fff0:4f:266:37ff:fe77:1ad8 /etc' 12. retire old instance (only a tiny part of [[retire-a-host]]):