YOU as a good sysadmin knows that in 3 month this "temporary" webserver will be THE webserver of project XYZ and will be mission-critical ( nobodies knows of which mission, but who cares) !!!!
So to be on the safe side remember your boss (and yourself) that a single service MUST include:
- Way to startup/Shutdown in an autonomous way. /etc/init.d scripts...
- A Backup procedure and a restore procedure for all the data that cannot be installed from a package/compilation
- Monitoring of the service (for external webservers I use www.checkmyservers.com)
- Some graphs to be able to reply: "it's fast/slow like always"
- Might want some tuning to keep it slow and not dead. Slow server are working server so nobody can really complain about it.
- A documentation with a least how to connect and how to configure the preceding bullets.
A bientot
No comments:
Post a Comment