ASUS
Серверная платформа ASUS TS300-E9-PS4
Серверная платформа ASUS TS300-E9-PS4
Specifications
Processor / System Bus
1 x Socket LGA1151 *Refer to support page for more information Intel® Core™ i3 processorsIntel® Pentium™ processorsIntel® Xeon® processor E3-1200 v5 product family Intel®Xeon®processor E3-1200 v6 product family Intel® Celeron™ processors
Generation
E9
Core Logic
Intel® C236 Chipset
Memory
Total Slots : 4 (2-channel) Memory Size :* Refer to support page for more information 16GB, 8GB, 4GB UDIMMMemory Type :UDIMM non ECC and with ECC 2400 /2133 DDR4*Capacity : Maximum up to 64GB UDIMM
Expansion Slots
Total PCI/PCI-X/PCI-E/PIKE Slots: 41 x PCI-E x16 (Gen3 x16 link) + 1x PCI-E x8 (Gen3 x4 link) + 1 x PCI + 1 x MIO Or 1 x PCI-E x16 (Gen3 x8 link) + 1x PCI-E x8 (Gen3 x8 link) + 1x PCI-E x8 (Gen3 x4 link) + 1 x PCI + 1 x MIO
Storage
SATA Controller :Intel® Rapid Storage Technology Enterprise(RSTe) (For Linux/Windows)(Support Software RAID 0, 1, 10, 5 )2 x M.2 connector (2280/2260/2242) 8 x SATA3 6Gb/s ports *1Intel® C236SAS Controller :ASUS PIKE II 3108-8i 8-port SAS 12G HW RAID card(Optional)ASUS PIKE II 3008-8i 8-port SAS 12G RAID card(Optional)
HDD Bays
4 x Hot-swap 3.5" HDD BaysOptional ( additional 4 x HDD bays)
Auxiliary Storage FDD/CD/DVD
3 x 5.25" media bays(Options: No ODD/DVD-RW)
Networking
4 x Intel® I210AT + 1 x Mgmt LAN
Graphic
Aspeed AST2400 with 32MB VRAM
Front I/O Ports
2 x USB 3.0 ports 2 x USB 2.0 ports 1 x Audio out port (with optional MIO card)1 x MIC in port (with optional MIO card)
Rear I/O Ports
5 x RJ-45 ports (One for ASMB8-iKVM)2 x USB 3.0 ports 2 x USB 2.0 ports 1 x VGA port 1 x PS/2 KB/MS port1 x External Serial Port
Switch/LED
Front LED:1 x Power LED1 x Location LED1 x HDD Access LED1 x Message LEDLAN 1-4 LED
OS Support
Citrix XenServerCentOSWindows® Server 2012RedHat® Enterprise LinuxWindows® Server 2012 R2SuSE® Linux Enterprise ServerVMware*Subject to change without any noticeWindows® Server 2016
Management Solution
ASWM EnterpriseOptional ASMB8-iKVM for KVM-over-IP support
Regulatory Compliance
FCC(Class B), BSMI, C-Tick, CE
Dimensions
455mm x 217.5mm x 545mm17.93" x 8.56" x 21.45"
Form Factor
Tower
Weight
Net Weight: 15.0 KgGross Weight: 18.9 Kg
Power Supply
Single 500W 80 PLUS Bronze Power Supply Rating: 100-240V, 10A-6A, 50-60Hz, Class I
Environment
Operation temperature: 10℃ ~ 35℃Non operation temperature: -40℃ ~ 70℃Non operation humidity: 20% ~ 90% ( Non condensing)
Note
*1 8 x SATA 6Gb/s ports (4 by miniSAS HD) or SATA signal, gray SATA port will disable when M.2 is SATA signal)*2 2 x internal USB 3.0 connector (Type A USB socket)
// <![CDATA[
$(document).ready(function() {
XML_Reader("/websites/" + getWebsite().replace("-","") + "/XML/keyword.xml", "Keyword");
$("#spec_HighlightFeatures").remove();
});
var MDAId = '';
function ProductInformation(xml) {
if ($("MDAId", xml).text() != "") {
MDAId = $("MDAId", xml).text()
if ($("MDAId", xml).attr("IsGlobal") == "true") {
XML_ReaderByWebservice("getMDA_Xml", "MDA", "isGlobal=1");
}
else {
XML_ReaderByWebservice("getMDA_Xml", "MDA", "isGlobal=0");
}
}
}
function setMDAOS(val, MDATranslation) {
$("#spec-area #spec_HighlightFeatures").find('ul li:eq(0)').before("<li>" + val + " " + MDATranslation + "</li>");
}
function MDA(xml) {
$("MDA", xml).each(function (e) {
if (MDAId == $(this).attr('Id')) {
if (newVersionMenu == "1") $("div.container article").before("<div class=\"clearfix\" id=\"mda-box\"> <div class=\"pull-right\" id=\"MDA\">" + $("MDAContent", this).text() + "</div></div>");
else $("#MDA").html($("MDAContent", this).text());
$("#overview-top-nav").addClass("hasMDA");
}
});
}
function open_printer() {
window.print();
}
function Keyword(xml) {
$("content keyword", xml).each(function(e) {
showtipsSpec("keyword" + e, $("name", this).text(), $("details", this).text());
});
}
function showtipsSpec(id, keyword, tipcontent) {
if ($("#TT" + id).text() == "") {
$('body').append("<div id='TT" + id + "' style='display:none;'>" + tipcontent + "</div>");
}
var whichtd = $("#specifications li:contains(" + keyword + ")");
if (whichtd.html() != null) {
whichtd.each(function(e) {
var whichtd_text = $(this).html().toString();
var newtext = whichtd_text.replace(new RegExp(keyword, "gi"), "<a id='" + id + "' class='showtooltip' href='#' onclick='return false;'>" + keyword + "</a>");
$(this).html(newtext);
});
}
$('a.showtooltip', whichtd).bt({
padding: 20,
width: 300,
contentSelector: "$('div#TT" + id + "').html()",
spikeLength: 10,
spikeGirth: 10,
positions: ['bottom', 'left'],
centerPointX: 0.1,
hoverIntentOpts: { timeout: 1500 },
fill: 'rgba(255, 255, 255, 1)',
strokeWidth: 0,
cssStyles: { color: '#6B6B6B', background: '#fff', border: '1px solid #CCC' }
});
}
// ]]>