auto: docs sync 2026-08-15T06:00:04+00:00
Files changed: engine/lint-report.md vault/.obsidian/workspace.json vault/docs/hardware/environment.md vault/projects/fleet-storage-memory-upgrade.md vault/projects/navi-recon-separation.md vault/runbooks/corescope-ingest-stall-oom.md vault/runbooks/edge2-access-reference.md vault/runbooks/edge2-boot-recovery.md vault/runbooks/navi-lift-to-media.md vault/runbooks/peertube-sitemap-redis-oom.md
This commit is contained in:
parent
973d5b6a53
commit
38c45a278c
10 changed files with 598 additions and 36 deletions
|
|
@ -10,7 +10,7 @@ related:
|
|||
- [[toc-cortex-pve9.2-update]]
|
||||
- [[fleet-patch-audit]]
|
||||
- [[pve-guest-park-and-adopt]]
|
||||
updated: 2026-08-14
|
||||
updated: 2026-08-15
|
||||
---
|
||||
# Fleet Storage and Memory Upgrade
|
||||
|
||||
|
|
@ -86,6 +86,34 @@ Open question: whether any of the spare 512 GB drives are 2.5" SATA rather than
|
|||
|
||||
---
|
||||
|
||||
## Candidate node — Dell OptiPlex 3080 Micro (tag D9NPZB3)
|
||||
|
||||
Decoded from the Dell factory configuration 2026-08-14. A 2020-era 1-litre machine, same class as the ThinkCentres running utility and data.
|
||||
|
||||
| | As shipped |
|
||||
|---|---|
|
||||
| CPU | Core i5-10500T — 10th gen Comet Lake, 6C/12T, 12 MB cache, 2.3 → 3.8 GHz, **35 W** |
|
||||
| RAM | 8 GB (2 x 4 GB) DDR4-2666 non-ECC SODIMM, 1Rx16 |
|
||||
| Storage | 256 GB WD SN730 NVMe (M.2 2280) |
|
||||
| Wireless | Intel Wi-Fi 6 AX200 2x2 + BT 5, internal antennas |
|
||||
| Other | Discrete TPM enabled, 65 W adapter, Windows 10 Pro |
|
||||
|
||||
**Expansion:** 2 SODIMM slots, **64 GB** maximum, DDR4-2666 non-ECC. Both slots ship filled with 4 GB sticks, so any upgrade is a replacement, not an addition. One M.2 2230/2280 slot at **PCIe Gen3 x4** (up to 2 TB) — a Gen4 drive buys nothing here. One free 2.5" SATA bay, up to 2 TB.
|
||||
|
||||
With 32 GB and a 1 TB NVMe it becomes a legitimate Proxmox node, roughly on par with utility.
|
||||
|
||||
Three caveats before committing it:
|
||||
|
||||
- **Non-vPro** (`2RC2N : INFO,INTEL,N-VPRO,BASE`). No Intel AMT, so no out-of-band management — it lands in the same hole as the rest of the fleet, where a wedged node means a physical visit. Only in-band management is configured, and `817-BBSI` shows system monitoring was not selected either.
|
||||
- **The 2.5" bay needs parts that did not ship.** The config carries `379-BBCY : No Additional Cable`, so the SATA cable and drive bracket are absent. Source them at purchase time; they are annoying to find later.
|
||||
- **Single 1 GbE Realtek NIC** (`K7F14 : SRV,DRVR,REALTEK,LOM`). Not a concern in practice — utility already loads `r8169` and runs fine.
|
||||
|
||||
Dell service-tag lookups cannot be automated from here: their support site is behind Akamai bot protection and returns `Access Denied` to plain fetches, to their own JSON product-selector endpoints, and to a real headless Chromium with a full browser fingerprint. Their TechDirect API would work but needs an OAuth key we do not hold. Either read the tag in a browser, or skip Dell entirely and run `dmidecode` on the machine, which yields more than the support page does.
|
||||
|
||||
Service tags already read off the fleet: utility `MJ0LZNYT` and data `MZ010LPV` (both Lenovo 11JN002RUS), cloud `MJ0LQCGJ` (Lenovo 11T3000RUS), media `58SM6X3` (Dell OptiPlex Micro 7020).
|
||||
|
||||
---
|
||||
|
||||
## Ceph — evaluated, not adopted
|
||||
|
||||
Goal was migration freedom: move guests between nodes at will and rebuild nodes as needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue