You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This page describes the necessary steps to fully decomission a server. Be aware that some role specific steps may be required

  1. Shutdown the server
  2. Remove server from puppetdb. Run the following command on a puppetmaster

    # puppet node deactivate <server-fqdn>
  3. Remove all references to the decommisioned server from all hiera files. Remeber to remove both references to hostname and IP adress(es)

  4. Remove eventual config related to the decommisioned server in network equipment. I.e ip-helpers, port descriptions etc.
  5. WAIT FOR A WEEK

  6. Remove host from shiftleader
  7. Delete puppet certs from puppetca

    # puppet cert clean <server-fqdn>

     

     

  • No labels