I have been instructed to administrate a linux server, running SLES out of the box. It’s a Typo3 web server, and there are running some web apps in Tomcat, too, but there is no sensitive contents on that server (no personal information, no credit card numbers or that like) wich would require special protection. The server is provided by a data center, which does
- any hardware related stuff from disk redundancy to fire protection
- run a firewall, restricted to the very most possible
- backups of the data each night with
- MySQL dumps right before backup starts
Besides the “user application”, I already set up & checked that
- all services start up automatically after reboot
- the server does neither run in, nor reboot into runlevel 5 by exident
- measured values (memory, disk space, CPU) are being monitored
- log file rotation for applications installed manually is configured
- automatic OS updates are enabled
- the system clock does synchronize with a time server
Being left alone this way, when and why do you think this installation will leave the service (let it be an internal error or broken by hackers) because something has been overlooked by the unaware? In your experience, what is strikingly missing in my list?