View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Disaster Recovery

I feel yer pain. Honest.

Thots on how to organize this mess:
  1. Power up/down sequence
  2. Critical systems/software/pieces
  3. License and software services
  4. Backups
  5. Special cases, odd stuff, and Misc trouble-shooting stuff
  6. Cluster? (Not sure whether or not to include an entire dedicate section here.)

Power up sequence is:

Power down order is reverse of power-up.

Best way to reboot a system is on the console with
% reboot

Best way to shutdown a system is on the console with
% shutdown -h now

Reset-Button: As a last resort and only when the system is confirmed fully wedged

Critical systems/software/pieces/stuff


License and software services:


Backups:

...are run over to ICESS on the BUBs there and are called from root crontab entries on each BUB pointing at /home/sysadm/bin/Rsyncers/rsync-bub##

Special cases, Odd stuff, and Misc crap I can't find a better place to put:

/usr/bin/vib: a simple cludge for making a backup of a file in it's directory/.bk/filename.YYYYMMHHMM
Replacing a failed RAID disk:

Link to this Page