2.3.2. Local Hardware Administration
💡 First Principle: When OOB management isn't available—during initial setup, if OOB is misconfigured, or for physical inspection—local administration tools provide direct access at the hardware level. These are the "in person" equivalent of OOB's remote capabilities.
Local Administration Tools
- KVM (Keyboard-Video-Mouse): A physical KVM switch allows one keyboard, monitor, and mouse to control multiple servers. You press a hotkey or use a switch to toggle between servers without moving cables.
- Crash cart: A portable cart with a monitor, keyboard, and (optionally) a laptop, used to access servers that don't have dedicated local KVM connections. Essential for initial server setup or emergency access.
- Serial console: Many servers have an RS-232 serial port that provides console access independent of video. Useful for BIOS configuration and low-level troubleshooting when OOB isn't available.
- Console connections: Direct monitor connections to the server's video output. The most basic form of access.
- Virtual administration console: Some servers include a built-in LCD panel or touchscreen on the front bezel that shows status information and allows basic configuration.
When Local Administration is Required
| Scenario | Why OOB Isn't Available | Solution |
|---|---|---|
| Initial server setup | OOB not yet configured | Crash cart or KVM |
| OOB misconfigured | Can't reach OOB interface | Local KVM or serial console |
| Physical inspection | Visual/tactile check required | On-site physical access |
| BIOS/UEFI changes | Some BIOS settings require local access | Local console or crash cart |
⚠️ Exam Trap: A crash cart is not the same as a KVM switch. A KVM switch is permanent infrastructure; a crash cart is a portable emergency tool. The exam may describe a scenario where a server needs immediate physical access—the crash cart is the answer when permanent local access infrastructure isn't in place.
Reflection Question: You need to configure the BIOS boot order on a new server before the OS is installed, and OOB management hasn't been set up yet. What local administration tool do you use?