This item is currently out of stock! Your options:
We have thousands of pre-configured servers, accessories, and spare parts in stock, but unfortunately not this one! We can still help:
Search for an alternative among all immediately available items:
Search
Does it have to be this exact item? We can look for it for you or build your custom device:
Go to contact form
Your choice
HPE Dual 240GB 6G SATA Read Intensive SSD M.2 UFF (5300B) with Smart Carrier M.2 (SCM) - P25248-001 / P19894-B21
Price with upgrades:
€ 100.83
Description
Description:
HPE Dual 240GB 6G SATA Read Intensive SSD M.2 UFF (5300B) with Smart Carrier M.2 (SCM) - P25248-001 / P19894-B21
Brand name:
HPE
Max. sequential throughput:
520 MiB/s read, 210 MiB/s write
Part number(s):
P25248-001 / P19894-B21
IOPS 4k:
50.500 read, 10.800 write
Manufacturer model:
Micron 5300 Boot
Type of memory cells:
TLC
Capacity:
240 GB
DWPD Endurance Rating:
1.0 DWPD
Interface:
6G SATA
TBW Endurance Rating:
438 TBW
Form factor:
M.2 2280 UFF to 2.5" SFF
24/7 operation:
suitable
Height:
15mm
Special feature:
Power Loss Protection
Compatible with nearly all machines from these model series:
HPE ProLiant Gen10 series
HPE ProLiant Gen10 Plus series
Notes:
SCM dual drive functionality supported on the Premium 2SFF HDD Kit (826687-B21), 2SFF HDD Riser Kit (826688-B21), 1SFF SAS/SATA Rear Backplane (867972-B21) and 2SFF SATA UFF Backplane Kit (867970-B21). Installation on any other bay will show one M.2 drive per bay.
Condition:
new, original packaging
Included in delivery:
1x disk kit with tray
Questions about this item?
We're happy to help! Contact us and we will get back to you as soon as possible!
Create new ticket
Footnotes
* All prices include VAT & plus shipping costs. The delivery time applies to deliveries to Germany. Delivery times for other countries, services, and information on calculating the delivery date can be found here. ** Subject to a positive credit check or for authorities and public institutions.
document.addEventListener('DOMContentLoaded', function() {
let subform = document.getElementById('custom-sib-form');
subform.addEventListener('submit', function (event)
{
event.preventDefault();
var form = event.target;
var formData = new FormData(form);
fetch(form.action, {
method: form.method,
body: new URLSearchParams(formData).toString(),
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
}
})
.then(data => {
document.getElementById('form-response').style.display = 'block';
form.querySelector('button[type="submit"]').disabled = true;
form.querySelector('button[type="submit"]').style.opacity = 0.8;
document.getElementById('form-response').style.color = '#17ca17';
document.getElementById('form-response').innerText = "You have successfully subscribed to the newsletter";
})
.catch(error => {
console.log(error)
});
});
})