Skip to content

Commit 5cf7b26

Browse files
authored
add dell r720 info
1 parent 7b987e4 commit 5cf7b26

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

_drafts/2025-06-23-homelab-tour.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,45 @@ After 3 years of self-hosting Nextcloud, I switched to Synology Drive for a more
150150
> **Experience Note:** Sometimes the best self-hosted solution is the one that requires the least maintenance. Synology Drive has been that for my personal files.
151151
{: .prompt-info }
152152

153-
### Test enterprise server (Dell R720)
153+
### Test Enterprise Server (Dell R720)
154+
155+
The power-hungry beast of the homelab - this old datacenter workhorse has served many purposes over the past year:
156+
157+
#### Evolution of Use Cases
158+
159+
| Period | Purpose | Configuration | Notes |
160+
|:-------|:--------|:--------------|:------|
161+
| **Phase 1** | Proxmox hypervisor | 24C/48T, 192GB RAM | Raw performance testing |
162+
| **Phase 2** | AI Playground | Quadro P2200 GPU | Ollama + Open WebUI |
163+
| **Current** | Backup Target | 4× 960GB RAID-Z2 | Weekly MinIO sync |
164+
165+
#### Hardware Modifications
166+
167+
The most interesting project was **flashing the RAID controller to IT mode** - completely bypassing hardware RAID for direct disk access:
168+
169+
> **Guide:** For H710/H310 crossflashing instructions, check out [Fohdeesha's excellent guide](https://fohdeesha.com/docs/perc.html)
170+
{: .prompt-tip }
171+
172+
#### Remote Management
173+
174+
iDRAC Enterprise makes this server a joy to manage remotely:
175+
176+
![iDRAC management interface](/assets/img/posts/idrac-dellr720.png)
177+
178+
#### Current Role: Off-site Backup Target
179+
180+
Given the ~200W idle power consumption, I've implemented a smart scheduling system:
181+
182+
- 🔌 **Power Schedule**: Wake-on-LAN 1-2× weekly
183+
- 💾 **Sync Task**: Pull MinIO backups from Hetzner VPS
184+
- 🛡️ **Storage**: RAID-Z2 for redundancy
185+
-**3-2-1 Rule**: Completes my backup strategy
186+
187+
> **Power Efficiency Note:** Running 24/7 would cost ~€20/month in electricity. Weekly syncs reduce this to ~€7/month while maintaining backup integrity.
188+
{: .prompt-warning }
189+
190+
*Still constantly changing my mind about what to run here - the curse of having enterprise hardware at home!*
154191

155-
- idrac
156-
- constantly changing my mind what to run here
157192

158193
### Proxmox
159194

158 KB
Loading

0 commit comments

Comments
 (0)