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
Or take a direct look at one of the categories: Server
-
FUJITSU
-
Other
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
FUJITSU Primergy CX400 S2 Multi-Node Enclosure / Gehäuse for 4x CX250 S2 / CX270 S2 Server
Price with upgrades:
€ 210.08
Description
Description:
FUJITSU Primergy CX400 S2 Multi-Node Enclosure
Qty of nodes:
max. 4x possible
Supported nodes:
Primergy CX250 S2
Primergy CX270 S2
Hard disks:
max. 12x hot swap 3.5" hard disks possible - (3x disks per node)
Power supply:
2x 1200 W redundant (shared for all nodes)
Fans:
4x (shared for all nodes)
Opt. drive:
not included
Format:
19" Rack
Depth:
873mm
Height units:
2U
Weight:
16.3kg
Other equipment:
-
Condition:
used, very good, dust-free, few signs of usage visible
Included in delivery:
fully functional server without further accessories such as blind covers or software
Every server is being tested immediately before shipment!
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
Sternchen Text
* 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)
});
});
})