2.3. Server Hardware Maintenance
💡 First Principle: Maintaining servers means being able to diagnose, repair, and update them without causing unnecessary downtime. The server's design reflects this: out-of-band management lets you access a crashed server remotely; hot-swap components let you replace failed parts without powering down; firmware updates fix bugs and add features without hardware changes.
Without good maintenance practices, small problems become large outages. A drive showing SMART warnings is an opportunity to replace it during a maintenance window; ignoring it is a gamble that it fails during peak hours.
⚠️ Common Misconception: Out-of-band management and in-band management do the same thing, just differently. The critical difference is dependency: in-band management (RDP, SSH) requires the OS to be running. Out-of-band management (iDRAC, iLO, IPMI) works even when the OS is completely unresponsive, crashed, or not yet installed—because it operates on a separate management processor with its own power and network connection.