HPE ProLiant DL380 Gen10

Server · 2U Rack

Lifecycle confidence: ●●●●○ · Last refreshed 2026-05-31

Lifecycle

Released
2017-06-01
General Availability
2017-09-01
End of Sale
2023-01-31
End of Support
2028-01-31
End of Service Life
2025-06-30

EOL

Failure Outlook

Age: 8.7 years

Failure likelihood: 65%

Likely to fail (most → least)

  • PSUs (Flex Slot capacitor aging)
  • Smart Storage Battery / capacitor pack
  • Fan modules (high cycle count)
  • DIMM failures (age-related single-bit errors)
  • iLO5 NVRAM / RTC battery

Indicative TPM Pricing

Indicative — not a quote.

SLA tierAnnualMonthly
9×5 NBD $700 – $1,100 $58 – $92
24×7 NBD $910 – $1,430 $76 – $119
24×7×4 onsite + parts $1,260 – $2,200 $105 – $183
24×7×4 remote only $630 – $1,540 $52 – $128

Pricing confidence: ●●○○○

Monthly = annual ÷ 12. Real TPM monthly billing is typically ~5–10% higher than this — use annual for accurate budgeting.

Get a real quote:

Coming soon Coming soon Coming soon

Bushido is an information service. We do not sell maintenance contracts — partners listed above do.

Affiliate disclosure: Bushido may earn a referral fee from successful introductions to listed partners. Partners pay nothing to be vetted or listed; revenue accrues only on completed business. Vetting standards are published at /partners/apply.

Security Advisories (2)

  • CVE-2024-26742 ↗ HIGH — In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix disable_managed_interrupts Correct blk-mq registration issue with module parameter disable_managed_interrupts enabled. When we turn off the default PCI_IRQ_AFFINITY flag, the driver needs to register with blk-mq using blk_mq_map_queues(). The driver is currently calling blk_mq_pci_map_queues() which results in a stack trace and possibly undefined behavior. Stack Trace: [ 7.860089] scsi host2: smartpqi [ 7.871934] WARNING: CPU: 0 PID: 238 at block/blk-mq-pci.c:52 blk_mq_pci_map_queues+0xca/0xd0 [ 7.889231] Modules linked in: sd_mod t10_pi sg uas smartpqi(+) crc32c_intel scsi_transport_sas usb_storage dm_mirror dm_region_hash dm_log dm_mod ipmi_devintf ipmi_msghandler fuse [ 7.924755] CPU: 0 PID: 238 Comm: kworker/0:3 Not tainted 4.18.0-372.88.1.el8_6_smartpqi_test.x86_64 #1 [ 7.944336] Hardware name: HPE ProLiant DL380 Gen10/ProLiant DL380 Gen10, BIOS U30 03/08/2022 [ 7.963026] Workqueue: events work_for_cpu_fn [ 7.978275] RIP: 0010:blk_mq_pci_map_queues+0xca/0xd0 [ 7.978278] Code: 48 89 de 89 c7 e8 f6 0f 4f 00 3b 05 c4 b7 8e 01 72 e1 5b 31 c0 5d 41 5c 41 5d 41 5e 41 5f e9 7d df 73 00 31 c0 e9 76 df 73 00 <0f> 0b eb bc 90 90 0f 1f 44 00 00 41 57 49 89 ff 41 56 41 55 41 54 [ 7.978280] RSP: 0018:ffffa95fc3707d50 EFLAGS: 00010216 [ 7.978283] RAX: 00000000ffffffff RBX: 0000000000000000 RCX: 0000000000000010 [ 7.978284] RDX: 0000000000000004 RSI: 0000000000000000 RDI: ffff9190c32d4310 [ 7.978286] RBP: 0000000000000000 R08: ffffa95fc3707d38 R09: ffff91929b81ac00 [ 7.978287] R10: 0000000000000001 R11: ffffa95fc3707ac0 R12: 0000000000000000 [ 7.978288] R13: ffff9190c32d4000 R14: 00000000ffffffff R15: ffff9190c4c950a8 [ 7.978290] FS: 0000000000000000(0000) GS:ffff9193efc00000(0000) knlGS:0000000000000000 [ 7.978292] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 8.172814] CR2: 000055d11166c000 CR3: 00000002dae10002 CR4: 00000000007706f0 [ 8.172816] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 8.172817] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 8.172818] PKRU: 55555554 [ 8.172819] Call Trace: [ 8.172823] blk_mq_alloc_tag_set+0x12e/0x310 [ 8.264339] scsi_add_host_with_dma.cold.9+0x30/0x245 [ 8.279302] pqi_ctrl_init+0xacf/0xc8e [smartpqi] [ 8.294085] ? pqi_pci_probe+0x480/0x4c8 [smartpqi] [ 8.309015] pqi_pci_probe+0x480/0x4c8 [smartpqi] [ 8.323286] local_pci_probe+0x42/0x80 [ 8.337855] work_for_cpu_fn+0x16/0x20 [ 8.351193] process_one_work+0x1a7/0x360 [ 8.364462] ? create_worker+0x1a0/0x1a0 [ 8.379252] worker_thread+0x1ce/0x390 [ 8.392623] ? create_worker+0x1a0/0x1a0 [ 8.406295] kthread+0x10a/0x120 [ 8.418428] ? set_kthread_struct+0x50/0x50 [ 8.431532] ret_from_fork+0x1f/0x40 [ 8.444137] ---[ end trace 1bf0173d39354506 ]---
  • CVE-2024-40978 ↗ HIGH — In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedi_dbg_do_not_recover_cmd_read() function invokes sprintf() directly on a __user pointer, which results into the crash. To fix this issue, use a small local stack buffer for sprintf() and then call simple_read_from_buffer(), which in turns make the copy_to_user() call. BUG: unable to handle page fault for address: 00007f4801111000 PGD 8000000864df6067 P4D 8000000864df6067 PUD 864df7067 PMD 846028067 PTE 0 Oops: 0002 [#1] PREEMPT SMP PTI Hardware name: HPE ProLiant DL380 Gen10/ProLiant DL380 Gen10, BIOS U30 06/15/2023 RIP: 0010:memcpy_orig+0xcd/0x130 RSP: 0018:ffffb7a18c3ffc40 EFLAGS: 00010202 RAX: 00007f4801111000 RBX: 00007f4801111000 RCX: 000000000000000f RDX: 000000000000000f RSI: ffffffffc0bfd7a0 RDI: 00007f4801111000 RBP: ffffffffc0bfd7a0 R08: 725f746f6e5f6f64 R09: 3d7265766f636572 R10: ffffb7a18c3ffd08 R11: 0000000000000000 R12: 00007f4881110fff R13: 000000007fffffff R14: ffffb7a18c3ffca0 R15: ffffffffc0bfd7af FS: 00007f480118a740(0000) GS:ffff98e38af00000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007f4801111000 CR3: 0000000864b8e001 CR4: 00000000007706e0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 PKRU: 55555554 Call Trace: <TASK> ? __die_body+0x1a/0x60 ? page_fault_oops+0x183/0x510 ? exc_page_fault+0x69/0x150 ? asm_exc_page_fault+0x22/0x30 ? memcpy_orig+0xcd/0x130 vsnprintf+0x102/0x4c0 sprintf+0x51/0x80 qedi_dbg_do_not_recover_cmd_read+0x2f/0x50 [qedi 6bcfdeeecdea037da47069eca2ba717c84a77324] full_proxy_read+0x50/0x80 vfs_read+0xa5/0x2e0 ? folio_add_new_anon_rmap+0x44/0xa0 ? set_pte_at+0x15/0x30 ? do_pte_missing+0x426/0x7f0 ksys_read+0xa5/0xe0 do_syscall_64+0x58/0x80 ? __count_memcg_events+0x46/0x90 ? count_memcg_event_mm+0x3d/0x60 ? handle_mm_fault+0x196/0x2f0 ? do_user_addr_fault+0x267/0x890 ? exc_page_fault+0x69/0x150 entry_SYSCALL_64_after_hwframe+0x72/0xdc RIP: 0033:0x7f4800f20b4d

CVE data from NVD (National Vulnerability Database). KEV flag from CISA Known Exploited Vulnerabilities catalog. Always verify against the vendor's own security advisory portal.

Parts Market

Whole unit: $400 – $2000

Common parts

  • Standard Fan Kit (867810-B21) — $25
  • 32GB DDR4 RDIMM 2933MT/s (815098-B21) — $35
  • HPE Smart Storage Battery 96W (P01366-B21) — $30
  • HPE 800W Flex Slot Platinum PSU (865414-B21) — $85
  • HPE Smart Array P408i-a Controller (804331-B21) — $90

Modern Replacements

Direct successor: HPE ProLiant DL380 Gen10 Plus (2021) — Same 2U form factor; 3rd Gen Intel Xeon Scalable, PCIe 4.0, same rail kit

Current generation: HPE ProLiant DL380 Gen11 (2023) — 4th/5th Gen Intel Xeon, PCIe 5.0, DDR5, iLO 6, up to 64 cores; announced January 2023

Power / Rack

Idle: 85W · Typical: 350W · Max PSU: 800W

2U

Standard Bill of Materials (at GA)

The HPE ProLiant DL380 Gen10 base configuration at GA (late 2017, SKU 868703-B21) is a 2U dual-socket rack server shipping with one Intel Xeon Silver 4114 processor (10 cores, 2.2 GHz, 85 W), one 16 GB DDR4 RDIMM at 2666 MT/s (single DIMM in a 24-slot board supporting up to 3 TB with persistent memory), the HPE Smart Array P408i-a SR Gen10 controller with 2 GB flash-backed write cache, eight SFF (2.5") hot-plug SAS/SATA drive bays, an embedded Broadcom BCM5719 quad-port 1 GbE LOM adapter (331i), HPE iLO 5 Standard management (dedicated 1 GbE port), one 800 W Flex Slot Platinum hot-plug power supply (redundant second PSU optional), four standard fans, and a SFF Easy Install rail kit with cable management arm. The HPE Smart Storage Battery (96 W) for the RAID controller cache is included in pre-configured models. UEFI is the default boot mode.

ComponentDescriptionPart #QtyNotes
Chassis HPE ProLiant DL380 Gen10 8SFF 2U Rack Chassis 868703-B21 1 Base 8x 2.5" SFF SAS/SATA chassis; 24SFF (868704-B21) and 12LFF (868704-B21) variants also available
CPU Intel Xeon Silver 4114 (10C/20T, 2.2 GHz, 85 W, Skylake-SP) 826846-B21 1 Base 1P SKU at GA; supports 1st and 2nd Gen Xeon Scalable (Silver/Gold/Platinum/Optane-capable M series)
RAM 16 GB DDR4-2666 RDIMM Single Rank 838081-B21 1 24 DIMM slots (12 per CPU); max 3.0 TB DDR4 + optional Intel Optane DC Persistent Memory
RAID Controller HPE Smart Array P408i-a SR Gen10 with 2 GB FBWC (Flash-Backed Write Cache) 804331-B21 1 Embedded controller; supports RAID 0/1/10/5/50/6/60; P816i-a (4 GB cache) available for LFF configs
Smart Storage Battery HPE Smart Storage Battery 96W (capacitor-backed cache protector) P01366-B21 1 Required by P408i-a/P816i-a performance RAID controllers; sold separately for CTO; included in pre-configured models
PSU HPE 800W Flex Slot Platinum Hot Plug Power Supply (94%/96% efficiency) 865414-B21 1 Base config ships with 1 PSU; redundant 2nd PSU strongly recommended; 500W/1600W options also available
NIC HPE Ethernet 1Gb 4-port 331i Adapter (Broadcom BCM5719, embedded LOM) 629135-B22 1 Embedded on motherboard; FlexibleLOM slot for optional 10/25/40/100 GbE mezzanine cards
Management HPE iLO 5 Standard (embedded, dedicated 1 GbE management port) Q1J02A 1 iLO 5 Advanced license (BD505A) required for full remote console/virtual media; Datacenter tier (Q1J03A) also available
Fans HPE ProLiant DL380 Gen10 Standard Fan (4x for 1P config) 867810-B21 4 High-Performance Fan Kit required for NVMe, GPU, or rear-drive configurations; 2P adds 2 additional fans
Rails HPE Easy Install Rail Kit with Cable Management Arm (SFF) 867491-B21 1 Fits standard 19" EIA racks; CMA included; LFF variant (874578-B21) for LFF chassis

BOM reflects the standard base (1P) configuration at GA using the 8SFF chassis. Dual-processor configs, larger drive bays (12LFF, 24SFF), GPU variants, NVMe drive cages, and factory-OS installations are not enumerated. Part numbers correspond to HPE Option Kit (-B21) SKUs at time of GA launch; some may have been superseded by -AA1 or -B22 revisions. Always cross-reference with HPE's Spare Parts portal or the current QuickSpecs before ordering.

BOM is AI-synthesized from public datasheets. Cross-reference with the vendor's spare-parts portal before ordering.

Firmware

  • iLO5: 3.19 (released 2026-04-10)
  • System ROM (BIOS): U30 v2.98 (approx; verify on HPE Support portal)

Download pointer ↗

Next Steps

  • Want a real maintenance quote? → See the partner list in the pricing block above
  • Want to replace it? → See the modern replacements section
  • Want to repair it yourself? → Check secondhand pricing in the parts market block
  • Want the latest firmware? Vendor download page ↗
  • Want to verify security advisories? → See the advisories block — each CVE links to NVD detail
  • Want to verify our data? → Cross-reference with the vendor's own EOL bulletin and authoritative aggregators. Every field carries a confidence score above.

Bushido is an information service. We do not sell maintenance, parts, or support — partners listed above do.