Commit Graph
2 Commits
Author SHA1 Message Date
Claude 95ea951741 fix: remove iDRAC HddSeq dependency removed in BIOS 2.19+
BIOS.StorageSettings.HddSeq no longer exists on R730xd firmware 2.19+.
Update --idrac mode to print a clear explanation instead of failing,
and update docs to skip Layer 1 and go straight to the Linux systemd service.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-27 03:57:54 +00:00
Claude 889c38c143 Add staggered drive spin-up script and systemd unit
12x 3.5" HDDs spinning up simultaneously can spike ~240W, pushing a single
750W PSU close to its limit. Two-layer fix:
- Layer 1: racadm iDRAC BIOS setting (HddSeq) fires at POST before OS loads
- Layer 2: stagger-spinup.service wakes drives one at a time via hdparm on boot

https://claude.ai/code/session_01TxTSnxDjgEVuNztdsWQjMD
2026-04-24 01:04:02 +00:00