/* /\/\/\/\/\/\/\/\/ CLIENT-SPECIFIC STYLES /\/\/\/\/\/\/\/\/ */
#outlook a{padding: 0;} /* Force Outlook to provide a "view in browser" message */
.ReadMsgBody{width: 100%;} .ExternalClass{width: 100%;} /* Force Hotmail to display emails at full width */
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;} /* Prevent WebKit and Windows mobile changing default text sizes */
table, td{mso-table-lspace: 0pt; mso-table-rspace: 0pt;} /* Remove spacing between tables in Outlook 2007 and up */
img{-ms-interpolation-mode: bicubic;} /* Allow smoother rendering of resized image in Internet Explorer */
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
body, #bodyTable{
background-color: #DEE0E2;
}
/**
* @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
* @theme page
*/
#bodyCell{
border-top: 4px solid #BBBBBB;
}
/**
* @tip Set the border for your email.
*/
#templateContainer{
border: 1px solid #BBBBBB;
}
/**
* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
* @style heading 1
*/
h1{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 26px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all second-level headings in your emails.
* @style heading 2
*/
h2{
color: #404040 !important;
display: block;
font-family: Helvetica;
font-size: 20px;
font-style: normal;
font-weight: bold;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all third-level headings in your emails.
* @style heading 3
*/
h3{
color: #3d98c6 !important;
display: block;
font-family: Helvetica;
font-size: 16px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
* @style heading 4
*/
h4{
color: #808080 !important;
display: block;
font-family: Helvetica;
font-size: 14px;
font-weight: normal;
line-height: 100%;
letter-spacing: normal;
margin-top: 0;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-align: left;
}
/**
* @tip Set the background color and bottom border for your email's preheader area.
* @theme header
*/
#templatePreheader{
background-color: #F4F4F4;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
*/
.preheaderContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 125%;
text-align: left;
}
/**
* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
*/
.preheaderContent a:link, .preheaderContent a:visited, /* Yahoo! Mail Override */ .preheaderContent a .yshortcuts /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's header area.
* @theme header
*/
#templateHeader{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
*/
.headerContent{
color: #505050;
font-family: Helvetica;
font-size: 20px;
font-weight: bold;
line-height: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
text-align: left;
vertical-align: middle;
}
/**
* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
*/
.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
#headerImage{
height: auto;
max-width: 600px;
}
#socialShare img {
margin-right: 3px;
}
/* ========== Body Styles ========== */
/**
* @tip Set the background color and borders for your email's body area.
*/
#templateBody{
background-color: #FFFFFF;
border-top: 1px solid #FFFFFF;
/*border-bottom: 1px solid #CCCCCC;*/
}
/**
* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.
* @theme main
*/
.bodyContent{
color: #505050;
font-family: Helvetica;
font-size: 16px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.
*/
.bodyContent a:link, .bodyContent a:visited, /* Yahoo! Mail Override */ .bodyContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
/*background-color: #E7F1FC;*/
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #FFFFFF;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #404040;
font-family: Helvetica;
font-size: 12px;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/* ========== Column Styles ========== */
.templateColumnContainer{width: 200px;}
/**
* @tip Set the background color and borders for your email's column area.
*/
#templateColumns{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #CCCCCC;
}
/**
* @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
*/
.leftColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
*/
.leftColumnContent a:link, .leftColumnContent a:visited, /* Yahoo! Mail Override */ .leftColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's center column content text. Choose a size and color that is easy to read.
*/
.centerColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's center column content links. Choose a color that helps them stand out from your text.
*/
.centerColumnContent a:link, .centerColumnContent a:visited, /* Yahoo! Mail Override */ .centerColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
*/
.rightColumnContent{
color: #505050;
font-family: Helvetica;
font-size: 14px;
line-height: 150%;
padding-top: 0;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
*/
.rightColumnContent a:link, .rightColumnContent a:visited, /* Yahoo! Mail Override */ .rightColumnContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: normal;
text-decoration: underline;
}
/**
* @tip Set the background color and borders for your email's footer area.
* @theme footer
*/
#templateFooter{
background-color: #F4F4F4;
border-top: 1px solid #FFFFFF;
}
/**
* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
* @theme footer
*/
.footerContent{
color: #808080;
font-family: Helvetica;
font-size: 10px;
line-height: 150%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
text-align: left;
}
/**
* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
*/
.footerContent a:link, .footerContent a:visited, /* Yahoo! Mail Override */ .footerContent a .yshortcuts, .footerContent a span /* Yahoo! Mail Override */{
color: #606060;
font-weight: normal;
text-decoration: underline;
}
/* /\/\/\/\/\/\/\/\/ MOBILE STYLES /\/\/\/\/\/\/\/\/ */
@media only screen and (max-width: 480px){
/* /\/\/\/\/\/\/ CLIENT-SPECIFIC MOBILE STYLES /\/\/\/\/\/\/ */
body, table, td, p, a, li, blockquote{-webkit-text-size-adjust: none !important;} /* Prevent Webkit platforms from changing default text sizes */
body{width: 100% !important; min-width: 100% !important;} /* Prevent iOS Mail from adding padding to the body */
/* /\/\/\/\/\/\/ MOBILE RESET STYLES /\/\/\/\/\/\/ */
#bodyCell{padding: 10px !important;}
/* /\/\/\/\/\/\/ MOBILE TEMPLATE STYLES /\/\/\/\/\/\/ */
/* ======== Page Styles ======== */
/**
* @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
*/
#templateContainer{
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the first-level headings larger in size for better readability on small screens.
*/
h1{
font-size: 24px !important;
line-height: 100% !important;
}
/**
* @tip Make the second-level headings larger in size for better readability on small screens.
*/
h2{
font-size: 20px !important;
line-height: 100% !important;
}
/**
* @tip Make the third-level headings larger in size for better readability on small screens.
*/
h3{
font-size: 18px !important;
line-height: 100% !important;
}
/**
* @tip Make the fourth-level headings larger in size for better readability on small screens.
*/
h4{
font-size: 16px !important;
line-height: 100% !important;
}
/* ======== Header Styles ======== */
#templatePreheader{display: none !important;} /* Hide the template preheader to save space */
/**
* @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
#headerImage{
height: auto !important;
max-width: 600px !important;
width: 100% !important;
}
/**
* @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.headerContent{
font-size: 20px !important;
line-height: 125% !important;
}
/* ======== Body Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.bodyContent{
font-size: 18px !important;
line-height: 125% !important;
}
/**
* @tip Set the background color and border for your email's data table.
*/
.templateDataTable{
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableHeading{
background-color: #D8E2EA;
color: #336699;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableHeading a:link, .dataTableHeading a:visited, /* Yahoo! Mail Override */ .dataTableHeading a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Set the styling for your email's data table text. Choose a size and color that is easy to read.
*/
.dataTableContent{
border-top: 1px solid #DDDDDD;
border-bottom: 0;
color: #202020;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
line-height: 150%;
text-align: left;
}
/**
* @tip Set the styling for your email's data table links. Choose a color that helps them stand out from your text.
*/
.dataTableContent a:link, .dataTableContent a:visited, /* Yahoo! Mail Override */ .dataTableContent a .yshortcuts /* Yahoo! Mail Override */{
color: #3d98c6;
font-weight: bold;
}
/**
* @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
*/
.columnImage{
height: auto !important;
max-width: 480px !important;
width: 100% !important;
}
/**
* @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.leftColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the center column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.centerColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/**
* @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
*/
.rightColumnContent{
font-size: 16px !important;
line-height: 125% !important;
}
/* ======== Footer Styles ======== */
/**
* @tip Make the body content text larger in size for better readability on small screens.
*/
.footerContent{
font-size: 14px !important;
line-height: 115% !important;
}
.footerContent a {
display:block !important;
} /* Place footer social and utility links on their own lines, for easier access */
<h1 class="xn-hedline">Supermicro Shows Enterprise IT Building Blocks and Turnkey Solutions at CeBIT 2017</h1>
<div id="enrcontainer"></div>
<h2 class="xn-hedline">Complete Server, Storage, and Networking Solutions Target Software-Defined Data Center, Hyper Converged Infrastructure, Big Data Analytics and HPC Workloads</h2>
<p class="xn-distributor">PR Newswire</p>
<p class="xn-dateline">HANNOVER, Germany, March 20, 2017</p>
</div>
<p>
<span class="right" id="playercontainer"> </span><span class="xn-location">HANNOVER, Germany</span>, <span class="xn-chron">March 20, 2017</span> /PRNewswire/ -- <b>Super Micro Computer, Inc.</b> (NASDAQ: SMCI), a global leader in compute, storage and networking technologies including green computing, announces participation in the annual CeBIT exhibition being held in <span class="xn-location">Hannover, Germany</span> from <span class="xn-chron">March 20 to 24</span>. Supermicro will showcase enterprise and data center solutions in Booth B-66. </p>
<p>This year Supermicro's showcased products include the new SuperBlade® and BigTwin™ high density computing solutions. The <a href="https://www.supermicro.com/products/SuperBlade/" rel="nofollow" target="_blank">8U SuperBlade</a> is the newest in Supermicro's blade systems. The new 8U SuperBlade® supports both current and next generation Intel® Xeon® processor-based blade servers with the fastest 100G EDR InfiniBand and Omni-Path switches for mission critical, enterprise and data center applications. It also leverages the same Ethernet switches, chassis management modules, and software as the successful MicroBlade® for improved reliability, serviceability, and affordability. It maximizes the performance and power efficiency with DP and MP processors in half-height and full-height blades, respectively. The new smaller form factor 4U SuperBlade maximizes density and power efficiency while enabling up to 140 dual-processor servers or 280 single-processor servers per 42U rack.</p>
<p>The <a href="https://www.supermicro.com/products/nfo/BigTwin.cfm" rel="nofollow" target="_blank">Supermicro® BigTwin™</a> is a breakthrough multi-node server system with a multitude of innovations and industry firsts. BigTwin™ supports maximum system performance and efficiency by delivering 30% better thermal capacity in a compact 2U form-factor enabling solutions with the highest performance processor, memory, storage and I/O. Continuing Supermicro's NVMe leadership, the BigTwin is the first All-Flash NVMe multi-node system. BigTwin doubles the I/O capacity with three PCI-e 3.0 x16 slots and provides added flexibility with more than 10 networking options including 1GbE, 10G, 25G, 100G Ethernet and InfiniBand with its industry leading SIOM modular interconnect. </p>
<p>Supermicro will also be featuring the newest edition to the company's NVMe Flash portfolio supporting Intel's new Optane SSDs. Supermicro's industry leading portfolio of 60+ NVMe Flash based solutions with Intel Optane SSDs can deliver up to 11 million Write IOPs and 30TB of high performance Optane storage in a 1U form factor.</p>
<p>"We look forward to our participation on CeBIT each year as an opportunity to showcase our industry leading NVMe storage and enterprise computing solutions," said <span class="xn-person">Charles Liang</span>, President and CEO of Supermicro. "Both our BigTwin and SuperBlade systems are achieving market traction in high-density, energy-conscious data centers."</p>
<p>Supermicro offers the industry's most extensive selection of motherboards, servers and storage to support a wide range of markets including DS, DSS, Industrial and Machine Automation, Retail, Transport, Communication and Networking (Security), as well as Warm and Cold Storage.</p>
<p>Key server systems, storage systems, motherboards and Ethernet switches on display this year will include:</p>
<ul type="disc">
<li>
<a href="https://www.supermicro.com/products/nfo/Twin.cfm" rel="nofollow" target="_blank">BigTwin</a> features (<a href="https://www.supermicro.com/products/system/2U/2028/SYS-2028BT-HNR_.cfm" rel="nofollow" target="_blank">SYS-2028BT-HNR</a>+). 4 dual Intel® Xeon® processor nodes in a 2U form factor, 24 DIMM slots for up to 3TB of memory, 6 NVMe U.2 drive bays per node, and an SIOM networking card per node </li>
<li>The <a href="https://www.supermicro.com/products/MicroBlade/" rel="nofollow" target="_blank">Supermicro MicroBlade</a> represents an entirely new type of computing platform. It is a powerful and flexible extreme-density 6U/3U all-in-one total system that features 28/14 hot-swappable MicroBlade Server nodes supporting 28/14 Newest Dual-Node Intel® Xeon® processor-based UP systems with Intel Xeon processor E3-1200v5 family configurations with up to 2 SSDs/1 HDD per Node. </li>
<li>NVMe <a href="https://www.supermicro.com/products/nfo/Ultra.cfm" rel="nofollow" target="_blank">Ultra Server</a> for advanced in-memory computing. The system will include MemX, a high capacity, high performance, working memory and storage solution that offers superior performance at lower acquisition costs compared to traditional DRAM-only memory configurations. MemX uses NVMe-compatible, high performance HGST-branded Ultrastar SN200 family PCIe solid-state drives (SSDs) from Western Digital. The combined solution can deliver up to 11.7 terabytes (TB) of working memory and direct attached storage of 330 TB per 2U Ultra Server<sup>1</sup>. The combination of Ultra Server and MemX is the ideal solution for Cloud Computing, in-Memory database, and big data analytics workloads used by Cloud Service Providers, Hyperscale, and Enterprise deployments </li>
<li>7U <a href="https://www.supermicro.com/products/system/7U/7088/SYS-7088B-TR4FT.cfm" rel="nofollow" target="_blank">SuperServer</a> Eight socket R1 (LGA 2011) supports Intel® Xeon® processor E7-8800 v4/v3 family (up to 24-Core), up to 24TB in 192 DDR4 DIMM slots, up to 15 PCI-E 3.0 slots (8 x16, 7 x8), 4x 10Gb LAN (SIOM), 1 dedicated LAN for IPMI Remote Management, 1 VGA, 2 USB 2.0, 1 COM via KVM, up to 12 Hot-swap 2.5" SAS3 HDDs (w/ RAID cards), 20x 2.5" or 6x 3.5", internal HDDs (w/ RAID cards) (<a href="https://www.supermicro.com/products/system/7U/7088/SYS-7088B-TR4FT.cfm" rel="nofollow" target="_blank">SYS-7088B-TR4FT</a>) </li>
<li>4U <a href="https://www.supermicro.com/products/system/4U/6048/SSG-6048R-E1CR60N.cfm" rel="nofollow" target="_blank">SuperServer</a> with Dual socket R3 (LGA 2011) supports Intel® Xeon® processor E5-2600 v4/ v3 family (up to 160W TDP), up to 3TB ECC 3DS LRDIMM, up to DDR4-2400MHz; 24x DIMM slots, 2 PCI-E 3.0 x16, 1 PCI-E 3.0 x8, SIOM for flexible networking options, 60x 3.5" Hot-swap SAS3/SATA3 drive bays; 2x 2.5" rear Hot-swap SATA drive bays; optional 6 NVMe bays, LSI 3108 SAS3 HW RAID controller, Server remote management: IPMI 2.0/KVM over LAN / Media over LAN (<a href="https://www.supermicro.com/products/system/4U/6048/SSG-6048R-E1CR60N.cfm" rel="nofollow" target="_blank">SSG-6048R-E1CR60N</a>) </li>
<li>2U <a href="https://www.supermicro.com/products/system/2U/5028/SYS-5028TK-HTR.cfm" rel="nofollow" target="_blank">SuperServer</a> with four hot-pluggable system nodes with: Single socket P (LGA 3647) supports Intel® Xeon® Phi™ x200 processor, optional integrated Intel® Omni-Path fabric, CPU TDP support Up to 260W, up to 384GB ECC LRDIMM, 192GB ECC RDIMM, DDR4-2400MHz in 6 DIMM slots, 2 PCI-E 3.0 x16 (Low-profile) slots, Intel® i350 Dual port GbE LAN, 1 Dedicated IPMI LAN port, 3 Hot-swap 3.5" SATA drive bays, 1 VGA, 2 SuperDOM, 1 COM, 2 USB 3.0 ports (rear) (<a href="https://www.supermicro.com/products/system/2U/5028/SYS-5028TK-HTR.cfm" rel="nofollow" target="_blank">SYS-5028TK-HTR</a>) </li>
<li>1U <a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028U-TN10RT_.cfm" rel="nofollow" target="_blank">SuperServer</a> Dual socket R3 (LGA 2011) supports Intel® Xeon® processor E5-2600 v4/ v3 family; QPI up to 9.6GT/s, up to 3TB ECC 3DS LRDIMM up to DDR4- 2400MHz; 24x DIMM slots, 2 PCI-E 3.0 x8 slots(2 FH 10.5" L, 1 LP), 4x 10GBase-T ports, 10x 2.5" SATA (Optional 8x SAS3 ports via AOC) Hot-swap Drive Bays, Diablo Technologies™ Memory1™ Support (<a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028U-TN10RT_.cfm" rel="nofollow" target="_blank">SYS-1028U-TR4T+) </a> </li>
<li>1U <a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028GQ-TXRT.cfm" rel="nofollow" target="_blank">SuperServer</a> with dual socket Intel® Xeon® processor E5-2600 <b>v4</b> family (up to 145W TDP), up to 4 co-processors, up to DDR4-<b>2400</b>MHz<s>;</s> 16x DIMM slots, 3 PCI-E 3.0 x16 slots, 1 PCI-E 3.0 x8 Low-profile slot, 2x 10GBase-T LAN via Intel X540, 2x 2.5" Hot-swap drive bays, 2x 2.5" internal drive bays (<a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028GQ-TXRT.cfm" rel="nofollow" target="_blank">SYS-1028GQ-TXRT</a>) </li>
<li>1U <a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028GQ-TXRT.cfm" rel="nofollow" target="_blank">SuperServer</a> with dual socket Intel® Xeon® processor E5-2600<b>v4</b>/v3 family (up to 145W TDP), up to 4 co-processors, up to <b>512GB</b>ECC 3DS LRDIMM , up to DDR4-<b>2400</b>MHz; 16x DIMM slots, 3 PCI-E 3.0 x16 slots, 1 PCI-E 3.0 x8 Low-profile slot, 2x 10GBase-T LAN via Intel X540, 2x 2.5" Hot-swap drive bays, 2x 2.5" internal drive bays (<a href="https://www.supermicro.com/products/system/1U/1028/SYS-1028GQ-TXRT.cfm" rel="nofollow" target="_blank">SYS-1028GQ-TXRT</a>) </li>
<li>2U <a href="https://www.supermicro.com/products/nfo/NVMe.cfm?show=SELECT&type=40" rel="nofollow" target="_blank">NVMe Mission Critical Storage Server</a> with 40 Dual port NVMe Omni-Path SIOM support (<a href="https://www.supermicro.com/products/nfo/NVMe.cfm?show=SELECT&type=40" rel="nofollow" target="_blank">SSG-2028R-DN2R40L</a>) </li>
<li>Intel® Xeon-D 12-core embedded motherboard (<a href="http://www.supermicro.com/products/motherboard/Xeon/D/X10SDV-12C-TLN4F.cfm" rel="nofollow" target="_blank">X10SDV-12C-TLN4F</a>): with up to 128GB memory, 6 SATA3 ports, 1 PCI-E 3.0 x16, 1 M.2 PCI-E 3.0 x4, and 2x 10GbE network connectivity </li>
<li>Intel® Xeon-D 4-core embedded motherboard (<a href="https://www.supermicro.com/products/motherboard/Xeon/D/X10SDV-2C-TP8F.cfm" rel="nofollow" target="_blank">X10SDV -2C-TP8F</a>): with up to 128GB memory, 2 PCI-E 3.0 x8, 1 M.2 PCI-E 3.0 x4, and 2x 10G SFP+ networking connectivity </li>
<li>
<a href="https://www.supermicro.com/products/motherboard/Atom/A2SAV.cfm" rel="nofollow" target="_blank">ATOM Motherboard</a>, Intel® Atom™ processor E3940, SoC, FCBGA 1296, up to 8GB Unbuffered non-ECC DDR3-866MHz SO-DIMM in 1 DIMM slot, Dual GbE LAN ports via Intel I210-AT, 1 PCI-E 2.0 x2 (in x8) slot, M.2 PCIe 2.0 x2, M Key 2242/2280, 1 Mini-PCIe with mSATA, 2 SATA3 (6Gbps) via SoC, 4 SATA3 (6Gbps) via Marvel 88SE9230, 1 DP (DisplayPort), 1 HDMI, 1 VGA, 1 eDP (Embedded DisplayPort), 1 Intel® HD Graphics, 2 USB 3.0 (2 rear), 7 USB 2.0, (2 rear, 4 via headers, 1 Type A), 3 COM ports (1 rear, 2 headers), 1 SuperDOM, 4-pin 12v DC power connector (<a href="https://www.supermicro.com/products/motherboard/Atom/A2SAV.cfm" rel="nofollow" target="_blank">A2SAV</a>) </li>
<li>1U Top-of-Rack 48x Port 100Gb/s switch (<a href="https://www.supermicro.com/products/accessories/Networking/SSH-C48Q.cfm" rel="nofollow" target="_blank">SSH-C48Q</a>) – supports the 100Gbps Intel® Omni-Path Architecture (OPA), 48x 100 Gb/s ports - QSFP28, optional RJ45 1G management port and USB serial console port </li>
<li>1U <a href="https://www.supermicro.com/products/accessories/networking/SSE-G3648B.cfm" rel="nofollow" target="_blank">SuperSwitch</a> Top of Rack Bare Metal 1/10G Ethernet switch with 48x 1Gbps Ethernet RJ45 ports and 4x SFP+ 10Gbps Ethernet ports (<a href="https://www.supermicro.com/products/accessories/networking/SSE-G3648B.cfm" rel="nofollow" target="_blank">SSE-G3648BR</a>) </li>
</ul>
<p>Follow Supermicro on <a href="https://www.facebook.com/Supermicro" rel="nofollow" target="_blank">Facebook</a> and <a href="https://twitter.com/Supermicro_SMCI" rel="nofollow" target="_blank">Twitter</a> to receive their latest news and announcements.</p>
<p>
<b>About Super Micro Computer, Inc.</b> (NASDAQ: SMCI)</p>
<p>Supermicro® (NASDAQ: SMCI), the leading innovator in high-performance, high-efficiency server technology, is a premier provider of advanced server Building Block Solutions® for Data Center, Cloud Computing, Enterprise IT, Hadoop/Big Data, HPC and Embedded Systems worldwide. Supermicro is committed to protecting the environment through its "We Keep IT Green®" initiative and provides customers with the most energy-efficient, environmentally-friendly solutions available on the market.</p>
<p>Supermicro, SuperServer, SuperBlade, MicroBlade, BigTwin, Building Block Solutions and We Keep IT Green are trademarks and/or registered trademarks of Super Micro Computer, Inc.</p>
<p>Intel, Xeon, Optane, Xeon Phi and Atom are trademarks or registered trademarks of Intel Corporation in <span class="xn-location">the United States</span> and other countries.</p>
<p>All other brands, names and trademarks are the property of their respective owners.</p>
<p>
<i>(1)Based on the inclusion of 43 HGST Ultrastar SN200 family PCIe SSDs from Western Digital, which offer up to 7.68TB each.</i>
</p>