Backup strategies 17 October 2012
---------------------------------

The desire is to:
backup persisted data structures and software (filesystem) on all 3 CNs such that we can roll back to a previous state
Need a CN "read only" mode
- shut down processing and indexing
- shut down postgres
- isolate LDAP maybe through firewall modifications?

- Logs? log aggregation is run through processing daemon, similarly search indexing has daemons controlling it

But need to maintain a running Tomcat to provide access to services. 


Bring down all services on a CN so that they can be shutdown and brought back up in a consistent state, and also restore from a backup so that we have the option to role back to a state prior to an upgrade.

TODO: Robert will add the step by step upgrade routine to the CN operations docs (ProductionRolloutProcedure)
TODO: Nick will add a ticket (#3340) and write a wrapper script for the LVM snapshot command that takes parameters for the VG name, partitions to snap, etc. Document when the snapshot was made.  Keep the naming scheme of the snapshots consistent.
TODO: Chris B. and Dave will try script on ORC and UNM