On installCheck SMART baseline on arrival
Run smartctl -a /dev/sdX and record: Reallocated_Sector_Ct, Power_On_Hours, Spin_Retry_Count. Establishes baseline for future comparison.
MonthlyRun SMART short self-test
smartctl -t short /dev/sdX — takes 1-2 minutes, catches most developing issues. Schedule during off-peak.
QuarterlyRun SMART long self-test
smartctl -t long /dev/sdX — full surface scan, takes 1 hours for 2TB. Any test failure is grounds for immediate replacement.
QuarterlyCheck RAID array health
Verify no degraded drives. A degraded array with no hot spare is one failure from data loss. Check mdstat or controller UI.
AnnuallyVerify drive firmware version
Check WD support site for firmware updates. Some versions have known bugs affecting integrity.
Every 3-5 yearsPlan proactive replacement
Enterprise HDDs have higher failure rates after year 4-5. At 2TB per drive, budget for replacements before failures occur.