Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (2024)

'+'

'+'

'+'

');$(".product-options dd li select").change(function(event,attrDependency){var originalEvent=(event.originalEvent!==undefined);if(originalEvent){ConfiguredBundles.showCreateLinkFlag=true;ConfiguredBundles.showLink();}var isCpu=$(this).closest('.is-cpu').length?true:false;var isPsu=$(this).closest('.is-psu').length?true:false;var isMem=$(this).closest('.is-memory').length?true:false;var option=$(this).parents('div.input-box');var li=$(this).closest('li');var optionId=$(li).closest('dd').attr("id");var dependencies=$(li).data('dependency');if(option.data('skip-dependencies')&&!dependencies.length&&!originalEvent){return true;}if($(li).data('disabled')){return true;}var drive_type=$(li).data('drive-type');var storage_controller=$(li).data('is-storage');var $selectedValue=$(this).val();var xeon_tdp=$(li).data('xeon');var raid_hard_max_size=$(li).data('maxharddiskqty');if(xeon_tdp&&isCpu&&(originalEvent||attrDependency)){$('[data-xeon-max]').each(function(i,dd){if($(dd).data('disabled')){return true;}var el=$(dd).find('select.qty')[0];if($(dd).data('xeon-max')

raid_hard_max_size&&$selectedValue!="0"){$(el).prop('value',0);$(el).prop('disabled',true);$(el).data("using-attr-dependence",'disk-size');if($(el).data("using-attr-disk-size")){var arrElem=$(el).data("using-attr-disk-size");arrElem.push(optionId);$.uniqueSort(arrElem);$(el).data("using-attr-disk-size",arrElem);}else{$(el).data("using-attr-disk-size",[optionId]);}$(el).addClass('disabled');if($(this).children('[type=checkbox]').length){$(this).children('[type=checkbox]').attr("checked",false)}$(el).trigger("change",["updateAttrDependency"]);rebuildMaxQtyForOption($(dd).parents('div.input-box'),el);}else{var diskSizeArr=$(el).data("using-attr-disk-size");if(diskSizeArr){diskSizeArr.splice($.inArray(optionId,diskSizeArr),1);$(el).data("using-attr-disk-size",diskSizeArr);if($(el).data("using-attr-disk-size").length==0){$(el).removeData("using-attr-disk-size");}}if(checkAttrDependency(el)){$(el).removeData("using-attr-dependence");}if($(el).data("using-max-qty")==undefined&&checkAttrDependency(el)){$(el).prop('disabled',false);$(el).removeClass('disabled');}}}});}if(drive_type&&(originalEvent||attrDependency)&&storage_controller){drive_type=drive_type.split(',');$('[data-drive-type]').each(function(i,dd){if($(dd).closest('dd').attr("id")!=optionId&&$(dd).data('disk-size')){if($(dd).data('disabled')){return true;}var el=$(dd).find('select.qty')[0];if(drive_type.indexOf($(dd).data('drive-type'))<0&&$selectedValue!="0"){$(el).prop('value',0);$(el).prop('disabled',true);$(el).data("using-attr-dependence",'driver-type');if($(el).data("using-attr-driver-type")){var arrElem=$(el).data("using-attr-driver-type");arrElem.push(optionId);$.uniqueSort(arrElem);$(el).data("using-attr-driver-type",arrElem);}else{$(el).data("using-attr-driver-type",[optionId]);}$(el).addClass('disabled');if($(this).children('[type=checkbox]').length){$(this).children('[type=checkbox]').attr("checked",false)}$(el).trigger("change",["updateAttrDependency"]);rebuildMaxQtyForOption($(dd).parents('div.input-box'),el);}else{var driverTypeArr=$(el).data("using-attr-driver-type");if(driverTypeArr){driverTypeArr.splice($.inArray(optionId,driverTypeArr),1);$(el).data("using-attr-driver-type",driverTypeArr);if($(el).data("using-attr-driver-type").length==0){$(el).removeData("using-attr-driver-type");}}if(checkAttrDependency(el)){$(el).removeData("using-attr-dependence");}if($(el).data("using-max-qty")==undefined&&checkAttrDependency(el)){$(el).prop('disabled',false);$(el).removeClass('disabled');}}}});}function checkAttrDependency(select){return $(select).data("using-attr-disk-size")==undefined&&$(select).data("using-attr-driver-type")==undefined&&$(select).data("using-attr-xeon")==undefined;}if(originalEvent&&$(option).find('li').data('sas-expander')){var depSelector='[data-hard-drive]';if(option.data('applies-to')){depSelector='#ms-option-id-'+option.data('applies-to')+' '+depSelector;}if($(depSelector).length){var $hard_drive_option=$(depSelector).first().parents('div.input-box');var $counter=$hard_drive_option.data('qty')+1;if($(this).val()>0){$hard_drive_option.data('sas-qty',$(option).find('li').data('sas-expander'));var $max_current_qty_sas=$($hard_drive_option).data('sas-qty');if(!is_sas_qty_rebild){$('[data-hard-drive]').find('.qty-opt select').each(function(){var $qty_product=$(this).parent().parent().find('.qty-holder').data('qty');var $max_current_qty=$max_current_qty_sas;if($max_current_qty>$qty_product){$max_current_qty=$qty_product;}for(var $g=$counter;$g<=$max_current_qty;$g++){var $qty_option=new Option($g,$g);$(this).append($($qty_option));}});is_sas_qty_rebild=true;}$hard_drive_option.parent().parent().find('dt label small').html('(Max '+$(option).find('li').data('sas-expander')+')');}else{$hard_drive_option.removeData('sas-qty');$hard_drive_option.parent().parent().find('dt label small').html('(Max '+$hard_drive_option.data('qty')+')');}var $sas_select=$hard_drive_option.find('.qty-opt select.qty').first();$hard_drive_option.find('.qty-opt select.qty').each(function(){if($(this).val()>0){$sas_select=$(this);return false;}});rebuildMaxQtyForOption($hard_drive_option,$sas_select)}}rebuildMaxQtyForOption(option,this);var option_qty=0;$(option).find('.qty-opt .qty').each(function(){option_qty+=Number($(this).val());});if(typeof dependencies==='object'&&dependencies.length>0){$.each(dependencies,function(i,dependency){var deps=dependency.link_selection_id.split(",");var dep=$('#selection-'+dependency.link_selection_id+' .qty-opt .qty');$.each(deps,function(i,depId){if($('#selection-'+depId).length){dep=$('#selection-'+depId+' .qty-opt .qty');return false;}})if(!$(dep).hasClass("dep-disabled")||isPsu||isCpu||isMem){if($(dep).val()!=0){var $depUpdatedQty=$(dep).data('dep-updated-qty');if($depUpdatedQty&&$depUpdatedQty[dependency.selection_id]){var $resetDepValue=Number($(dep).val()-$depUpdatedQty[dependency.selection_id]);if($resetDepValue<0){$(dep).val(0).change();}else{$(dep).val(Number($(dep).val()-$depUpdatedQty[dependency.selection_id])).change();}delete $depUpdatedQty[dependency.selection_id];$(dep).data('dep-updated-qty',$depUpdatedQty);}}$(dep).data('dep-updated',true);}});var checkbox_qty=Number($(this).val());var maxQtyDependencies=0;$.each(dependencies,function(i,dependency){var deps=dependency.link_selection_id.split(",");var dep=$('#selection-'+dependency.link_selection_id+' .qty-opt .qty');$.each(deps,function(i,depId){if($('#selection-'+depId).length){dep=$('#selection-'+depId+' .qty-opt .qty');return false;}})var option=dep.parents('div.input-box');var isAuto=option.parent().parent().hasClass('automatic-selection');var dep_max_qty=$(option).data('qty')||0;var qtyDepValue=Number($(dep).val());if(!isAuto&&dep.attr('disabled')){return true;}if(checkbox_qty==dependency.qty&&$(dep).data('dep-updated')){if(Number($(dep).val())!==(Number(dependency.link_qty)+qtyDepValue)){$(dep).val(Number(dependency.link_qty)+qtyDepValue).change();var $depUpdObj=$(dep).data('dep-updated-qty');if(!$depUpdObj){$depUpdObj={};}$depUpdObj[dependency.selection_id]=dependency.link_qty;$(dep).data('dep-updated-qty',$depUpdObj);}maxQtyDependencies+=Number($(dep).val());if(maxQtyDependencies>dep_max_qty){$(dep).val(dep_max_qty).change();}}else if('999'==dependency.qty&&$(dep).data('dep-updated')&&checkbox_qty){if(Number($(dep).val())!==(Number(dependency.link_qty)*checkbox_qty+qtyDepValue)){$(dep).val(Number(dependency.link_qty)*checkbox_qty+qtyDepValue).change();var $depUpdObj=$(dep).data('dep-updated-qty');if(!$depUpdObj){$depUpdObj={};}$depUpdObj[dependency.selection_id]=Number(dependency.link_qty)*checkbox_qty;$(dep).data('dep-updated-qty',$depUpdObj);}maxQtyDependencies+=Number($(dep).val());if(maxQtyDependencies>dep_max_qty){$(dep).val(dep_max_qty).change();}}else if('888'==dependency.qty&&$(dep).data('dep-updated')&&checkbox_qty){if(Number($(dep).val())!==(Number(dependency.link_qty)+qtyDepValue)){$(dep).val(Number(dependency.link_qty)+qtyDepValue).change();var $depUpdObj=$(dep).data('dep-updated-qty');if(!$depUpdObj){$depUpdObj={};}$depUpdObj[dependency.selection_id]=dependency.link_qty;$(dep).data('dep-updated-qty',$depUpdObj);}maxQtyDependencies+=Number($(dep).val());if(maxQtyDependencies>dep_max_qty){$(dep).val(dep_max_qty).change();}}});}if(attrDependency){ConfiguredBundles.showLoading(false);return true;}if(isCpu||isPsu){$(option).find('select').each(function(i,select){if($(select).closest('li').data('disabled')){return true;}if($(select).data("using-attr-dependence")==undefined){$(select).prop('disabled',false);$(select).removeClass('disabled');}});}if(isCpu){$('.is-memory select option').show();var ramOptions=$(this).closest('.is-cpu').find('dd').data('config-mem')[option_qty];if(ramOptions){var ramOptArray=ramOptions[0].split(',');var limitRam=ramOptions[1];$('.is-memory select').each(function(i,el){var limit;if(limitRam!=undefined&&$(el).data('memory-type')in limitRam){limit=limitRam[$(el).data('memory-type')];}limit=limit||ramOptArray[ramOptArray.length-1];if(Number($(el).val())>Number(limit)){$(el).val(limit);}var ramOptArrayLimited=ramOptArray.filter(function(x){return parseInt(x)<=parseInt(limit);});$(el).find('option').filter(function(){return $.inArray($.trim($(this).val()),ramOptArrayLimited)==-1;}).hide();});}}if(isMem){$('.is-memory select').prop('disabled',true).addClass('disabled');$(this).prop('disabled',false).removeClass('disabled');if(!option_qty){$('.is-memory select').prop('disabled',false).removeClass('disabled');}}if(isCpu||isPsu||isMem){var selectsQty=0;$(option).find('.qty-opt .qty').each(function(){selectsQty+=Number($(this).val());});if(selectsQty){$(option).find('select').each(function(i,el){if($(el).val()==0){$(el).prop('disabled',true);$(el).addClass('disabled');}});}}updateDeliveryMessage();ConfiguredBundles.showLoading(false);rebuildConfigurationList();});$('.product-options dd li input[type="radio"]').change(function(event){var originalEvent=(event.originalEvent!==undefined);if(originalEvent){ConfiguredBundles.showCreateLinkFlag=true;ConfiguredBundles.showLink();}var isCpu=$(this).closest('.is-cpu').length?true:false;var isPsu=$(this).closest('.is-psu').length?true:false;var isMem=$(this).closest('.is-memory').length?true:false;var option=$(this).parents('div.input-box');var li=$(this).closest('li');if($(li).data('disabled')){return true;}var optionId=$(li).closest('dd').attr("id");var dependencies=$(li).data('dependency');var drive_type=$(li).data('drive-type');var storage_controller=$(li).data('is-storage');var $selectedValue=$(this).val();var xeon_tdp=$(li).data('xeon');var raid_hard_max_size=$(li).data('maxharddiskqty');if(xeon_tdp&&isCpu&&originalEvent){$('[data-xeon-max]').each(function(i,dd){if($(dd).data('disabled')){return true;}var el=$(dd).find('select.qty')[0];if($(dd).data('xeon-max')raid_hard_max_size&&$selectedValue!=""){$(el).prop('value',0);$(el).prop('disabled',true);$(el).data("using-attr-dependence",'disk-size');if($(el).data("using-attr-disk-size")){var arrElem=$(el).data("using-attr-disk-size");arrElem.push(optionId);$.uniqueSort(arrElem);$(el).data("using-attr-disk-size",arrElem);}else{$(el).data("using-attr-disk-size",[optionId]);}$(el).addClass('disabled');if($(this).children('[type=checkbox]').length){$(this).children('[type=checkbox]').attr("checked",false)}$(el).trigger("change",["updateAttrDependency"]);rebuildMaxQtyForOption($(dd).parents('div.input-box'),el);}else{var diskSizeArr=$(el).data("using-attr-disk-size");if(diskSizeArr){diskSizeArr.splice($.inArray(optionId,diskSizeArr),1);$(el).data("using-attr-disk-size",diskSizeArr);if($(el).data("using-attr-disk-size").length==0){$(el).removeData("using-attr-disk-size");}}if(checkAttrDependency(el)){$(el).removeData("using-attr-dependence");}if($(el).data("using-max-qty")==undefined&&checkAttrDependency(el)){$(el).prop('disabled',false);$(el).removeClass('disabled');}}}});}if(drive_type&&originalEvent&&storage_controller){drive_type=drive_type.split(',');$('[data-drive-type]').each(function(i,dd){if($(dd).closest('dd').attr("id")!=optionId&&$(dd).data('disk-size')){if($(dd).data('disabled')){return true;}var el=$(dd).find('select.qty')[0];if(drive_type.indexOf($(dd).data('drive-type'))<0&&$selectedValue!=""){$(el).prop('value',0);$(el).prop('disabled',true);$(el).data("using-attr-dependence",'driver-type');if($(el).data("using-attr-driver-type")){var arrElem=$(el).data("using-attr-driver-type");arrElem.push(optionId);$.uniqueSort(arrElem);$(el).data("using-attr-driver-type",arrElem);}else{$(el).data("using-attr-driver-type",[optionId]);}$(el).addClass('disabled');if($(this).children('[type=checkbox]').length){$(this).children('[type=checkbox]').attr("checked",false)}$(el).trigger("change",["updateAttrDependency"]);rebuildMaxQtyForOption($(dd).parents('div.input-box'),el);}else{var driverTypeArr=$(el).data("using-attr-driver-type");if(driverTypeArr){driverTypeArr.splice($.inArray(optionId,driverTypeArr),1);$(el).data("using-attr-driver-type",driverTypeArr);if($(el).data("using-attr-driver-type").length==0){$(el).removeData("using-attr-driver-type");}}if(checkAttrDependency(el)){$(el).removeData("using-attr-dependence");}if($(el).data("using-max-qty")==undefined&&checkAttrDependency(el)){$(el).prop('disabled',false);$(el).removeClass('disabled');}}}});}function checkAttrDependency(select){return $(select).data("using-attr-disk-size")==undefined&&$(select).data("using-attr-driver-type")==undefined&&$(select).data("using-attr-xeon")==undefined;}if(originalEvent&&$(option).find('li').data('sas-expander')){var depSelector='[data-hard-drive]';if(option.data('applies-to')){depSelector='#ms-option-id-'+option.data('applies-to')+' '+depSelector;}if($(depSelector).length){var $hard_drive_option=$(depSelector).first().parents('div.input-box');var $counter=$hard_drive_option.data('qty')+1;if($(this).val()!=''){$hard_drive_option.data('sas-qty',$(option).find('li').data('sas-expander'));var $max_current_qty_sas=$($hard_drive_option).data('sas-qty');if(!is_sas_qty_rebild){$('[data-hard-drive]').find('.qty-opt select').each(function(){var $qty_product=$(this).parent().parent().find('.qty-holder').data('qty');var $max_current_qty=$max_current_qty_sas;if($max_current_qty>$qty_product){$max_current_qty=$qty_product;}for(var $g=$counter;$g<=$max_current_qty;$g++){var $qty_option=new Option($g,$g);$(this).append($($qty_option));}});is_sas_qty_rebild=true;}$hard_drive_option.parent().parent().find('dt label small').html('(Max '+$(option).find('li').data('sas-expander')+')');}else{$hard_drive_option.removeData('sas-qty');$hard_drive_option.parent().parent().find('dt label small').html('(Max '+$hard_drive_option.data('qty')+')');}var $sas_select=$hard_drive_option.find('.qty-opt select.qty').first();$hard_drive_option.find('.qty-opt select.qty').each(function(){if($(this).val()>0){$sas_select=$(this);return false;}});rebuildMaxQtyForOption($hard_drive_option,$sas_select)}}var option_qty=Number($(li).find('.qty-opt input.qty').val());var maxQtyDependencies=0;if(typeof dependencies==='object'&&dependencies.length>0){$.each(dependencies,function(i,dependency){var deps=dependency.link_selection_id.split(",");var dep=$('#selection-'+dependency.link_selection_id+' .qty-opt .qty');$.each(deps,function(i,depId){if($('#selection-'+depId).length){dep=$('#selection-'+depId+' .qty-opt .qty');return false;}})if(!$(dep).hasClass("dep-disabled")||isPsu||isCpu||isMem){if($(dep).val()!=0){$(dep).val(0).change();}$(dep).data('dep-updated',true);}});}if(typeof dependencies==='object'&&dependencies.length>0){$.each(dependencies,function(i,dependency){var deps=dependency.link_selection_id.split(",");var dep=$('#selection-'+dependency.link_selection_id+' .qty-opt .qty');$.each(deps,function(i,depId){if($('#selection-'+depId).length){dep=$('#selection-'+depId+' .qty-opt .qty');return false;}});if(dep.length==0){dep=$('#rselection-'+dependency.link_selection_id+' .qty-opt .qty');if(dep.length==0){return true;}var depRadio=$('#rselection-'+dependency.link_selection_id+' input[type="radio"]');if((option_qty==dependency.qty||'999'==dependency.qty||'888'==dependency.qty)&&!depRadio.is(':checked')){var radioButtons=$(depRadio).parents('div.input-box').find('input[type="radio"]');$(radioButtons).each(function(){$(this).prop('checked',false);});depRadio.prop('checked',true);bundle.changeSelection(depRadio[0]);}return true;}var isAuto=dep.hasClass('automatic-selection');var qtyDepValue=Number($(dep).val());if(!isAuto&&dep.attr('disabled')){return true;}if(option_qty==dependency.qty&&$(dep).data('dep-updated')){$(dep).val(Number(dependency.link_qty)+qtyDepValue).change();maxQtyDependencies+=Number($(dep).val());if(maxQtyDependencies>option_qty){$(dep).val(option_qty).change();}}else if('999'==dependency.qty&&$(dep).data('dep-updated')){$(dep).val(option_qty*Number(dependency.link_qty)+qtyDepValue).change();maxQtyDependencies+=option_qty;if(maxQtyDependencies>option_qty){$(dep).val(option_qty).change();}}else if('888'==dependency.qty&&$(dep).data('dep-updated')){$(dep).val(Number(dependency.link_qty)+qtyDepValue).change();maxQtyDependencies+=option_qty;if(maxQtyDependencies>option_qty){$(dep).val(option_qty).change();}}});}if(isCpu){$('.is-memory select option').show();var ramOptions=$(this).closest('.is-cpu').find('dd').data('config-mem')[option_qty];if(ramOptions){var ramOptArray=ramOptions[0].split(',');var limitRam=ramOptions[1];$('.is-memory select').each(function(i,el){var limit;if(limitRam!=undefined&&$(el).data('memory-type')in limitRam){limit=limitRam[$(el).data('memory-type')];}limit=limit||ramOptArray[ramOptArray.length-1];if(Number($(el).val())>Number(limit)){$(el).val(limit);}var ramOptArrayLimited=ramOptArray.filter(function(x){return parseInt(x)<=parseInt(limit);});$(el).find('option').filter(function(){return $.inArray($.trim($(this).val()),ramOptArrayLimited)==-1;}).hide();});}}updateDeliveryMessage();ConfiguredBundles.showLoading(false);rebuildConfigurationList();});$('

Current Configuration

'+'Sun Oracle X4270 X3-2L 12x 3.5" (LFF), 2x 2.5" (SFF)'+'

'+currency_symbol+''+product_price_html+''+'Ex. VAT'+'

'+currency_symbol+''+parseFloat(product_price_html*1.2).toFixed(2)+' Incl. Tax

').insertBefore('.current_configuration_bottom');$('.custom_incl_tax .price').html(currency_symbol+parseFloat(product_price_html*1.2).toFixed(2));function rebuildMaxQtyForOption(option,select){$(option).data("skip-dependencies",true);var option_qty=0;$(option).find('.qty-opt .qty').each(function(){option_qty+=Number($(this).val());});var option_max_qty=$(option).data('qty')||0;if($(option).data('sas-qty')){option_max_qty=$(option).data('sas-qty');}if(option_max_qty>0&&option_max_qty<99){var options_remaining=Number(option_max_qty-option_qty);if(options_remaining<=0){if(Number(+$(select).val()+options_remaining)<0){$(select).val(option_max_qty);}else{$(select).val(Number(+$(select).val()+options_remaining))}$(option).find('select').each(function(i,el){if($(el).val()==0){$(el).data("using-max-qty",'max-qty');$(el).prop('disabled',true);$(el).addClass('disabled');}else{$(el).children('option').each(function(){if($(this).val()>option_max_qty){$(this).hide();}});if($(el).attr('id')!==$(select).attr('id')){if((option_max_qty-$(select).val())==0||(option_max_qty-$(select).val()-$(el).val())<0){$(el).val(0);$(el).data("using-max-qty",'max-qty');$(el).prop('disabled',true);$(el).addClass('disabled');}}}});}else{var isCpu=$(option).closest('.is-cpu').length?true:false;var isPsu=$(option).closest('.is-psu').length?true:false;var isMem=$(option).closest('.is-memory').length?true:false;if(!isMem&&!isCpu){$(option).find("option").each(function(n,elo){$(elo).show();});}$(option).find('select').each(function(i,el){var $selectedValue=$(el).val();var li=$(el).closest('li');if($(li).data('disabled')){return true;}$(el).find("option").each(function(n,elo){if(isCpu||isPsu||isMem){if($(elo).val()>option_max_qty){$(elo).hide();}}else{if($selectedValue&&$selectedValue!="0"){if($(elo).val()-$selectedValue>options_remaining){$(elo).hide();}}else{if($(elo).val()>options_remaining){$(elo).hide();}}}});$(el).removeData("using-max-qty");if($(el).data("using-attr-dependence")==undefined){$(el).prop('disabled',false);$(el).removeClass('disabled');}});}}$(option).data("skip-dependencies",false);}function rebuildConfigurationList(){$('.current_configure').empty();$('.product-options dd li > input, .product-options dd input[type="hidden"]').each(function(){var qty=$(this).parent('li').find(".qty-opt").find(".qty").val();if($(this).attr('type')=='radio'){qty=$(this).prop('checked')&&$(this).val()?qty:0;}var div=$(this).parent().parent().parent().parent().parent();var enables='';if($(div).data('enables')){enables=$('[data-title-hash="'+$(div).data('enables')+'"]');var total_qty=0;var qtys=$(this).parents('div.input-box').find('.qty-opt .qty');$(qtys).each(function(){total_qty+=Number($(this).val());});if(total_qty){$(enables).find('.input-box').show();$(enables).find('.dependency-message').hide();}else{$(enables).find('.dependency-message').show();$(enables).find('.input-box').hide();}}if(qty>0){$(".current_configure").append('

'+'

'+''+qty+' x '+$.trim($(this).parent("li").find('.product_name').text())+''+'

'+'

');}else if($(this).attr('type')=='hidden'){$(".current_configure").append('

'+'

'+''+1+' x '+$.trim($(this).parent().find('.product_name').text())+''+'

'+'

');}else if($(this).attr('type')=='radio'&&$(this).prop('checked')&&$(this).val()){$(".current_configure").append('

'+'

'+''+qty+' x '+$.trim($(this).parent().find('.product_name').text())+''+'

'+'

');}});}rebuildConfigurationList();$(".current_configuration_bottom").append($('.product-options-bottom .add-to-cart'));$(".current_configuration_bottom").append('

Fast UK and EU Delivery

');$(".current_configuration_bottom").append('

Professionally Refurbished

');$(".current_configuration_bottom").append('

3 Year Return To Base Warranty

');function setupBuyBoxes(stopOffset,offsetTop){var width=$(window).width();if(width>=800){$(window).scroll(function(){if($(window).scrollTop()>offsetTop&&$(window).scrollTop()stopOffset){$('.current_configuration').addClass("stick-right");}else{$('.current_configuration').removeClass("stick-right");$('.current_configuration').removeClass("stick-right-bottom");}});$('.current_config_btn').remove();}else{$('body').append("

Current Configuration

"+currency_symbol+""+product_price_html+"

"+currency_symbol+""+parseFloat(product_price_html*1.2).toFixed(2)+" Incl. Tax

");$('.custom_incl_tax .price').html(currency_symbol+parseFloat(product_price_html*1.2).toFixed(2));}if($(".out_of_subscription_div").length==0){$('.current_configuration_bottom').append($('.add-email-quote'));}else if($(".out_of_subscription_div").length>0){$('.current_configuration_bottom').after('

');$('.out_of_subscription_div').appendTo('.current_configuration_out');$('.current_configuration_bottom').append($('.add-email-quote'));$('.add-to-cart-wrapper').hide();}$('.product-options-bottom').hide();}function updateDeliveryMessage(){if($('[data-backorder-days]').length){var $isFound=false;var $del_info=$('.product_del_info');var $days=0;var $del_icon_html='';$('[data-backorder-days]').each(function(){if($(this).val()>0){$isFound=true;if($(this).data('backorder-days')>$days){$days=$(this).data('backorder-days');}if($(this).data('backorder-days')>0){$(this).parents('li').children('.massage-backorders').html($del_icon_html+' '+$(this).data('backorder-days')+'-Day delay for this item configuration').css('color','red');}}else if($(this).parents('li').children('.massage-backorders')){$(this).parents('li').children('.massage-backorders').html('');}});if($isFound){if($days==0){$days=7;}$del_info.html($del_icon_html+$days+'-Day delay on this configuration');$del_info.css('color','red');}else{$del_info.html($del_icon_html+'Fast UK and EU Delivery');$del_info.removeAttr('style');}}}var stopOffset=$('#bottom').offset().top-$('.current_configuration').outerHeight()-(website_id==1?150:20);var offsetTop=$('.current_configuration').offset().top-parseInt((website_id==1?130:15));setupBuyBoxes(stopOffset,offsetTop);let previousWidth=window.innerWidth;let previousHeight=window.innerHeight;jQuery(window).resize(function(){let currentWidth=window.innerWidth;let currentHeight=window.innerHeight;let widthDifference=Math.abs(currentWidth-previousWidth);let heightDifference=Math.abs(currentHeight-previousHeight);if(widthDifference>200||heightDifference>500){setupBuyBoxes(stopOffset,offsetTop);previousWidth=currentWidth;previousHeight=currentHeight;}});window.onorientationchange=function(){setupBuyBoxes(stopOffset,offsetTop);};$('.current_config_btn').click(function(){row.push($(this).position().top);if(parseInt($('.current_config_btn').position().top)<$('.current_configuration').offset().top){$('html,body').animate({scrollTop:$('.current_configuration').offset().top-400},'slow');}else{$('html,body').animate({scrollTop:parseInt(row[0])-550},'slow');row=[];}});$(document).on('click','.current_config_close',function(){$('.current_configuration').scroll();});updateDeliveryMessage();});

Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (1)Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (2)Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (3)Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (4)Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (5)Sun Oracle X4270 X3-2L 12x 3.5 (LFF), 2x 2.5 (SFF) (6)

More Views

Sun Oracle X4270 X3-2L 12x 3.5" (LFF), 2x 2.5" (SFF)

SKU: ITM0011662

Availability:Out of stock


  • Single or Dual Processor
    Eight (8) Core Xeon
  • 16 Memory Slots
    Up to 512GB DDR3 RAM
  • 12 x 3.5" (LFF) & 2 x 2.5" (SFF)
    SAS-2 6G Compatibility
    Oops! Out of stock.
    Leave us your email and we'll let you know when its back in stock!
    Configuration
    • Price

      Quantity

    • Price

      Quantity

      • 2-Core Intel Xeon
      • 4-Core Intel Xeon
      • 6-Core Intel Xeon
      • 8-Core Intel Xeon

    Heatsink(s) are automatically added to your configuration as required for your CPU selections

    • Price

      Quantity

    All RAM listed below is compatible. Low-voltage RAM is best for applications requiring minimal power consumption. VLP is Very Low Profile RAM for systems with limited vertical space. There is no difference in compatability or performance.

    • Price

      Quantity

      • 4GB DDR3
      • 8GB DDR3
      • 16GB DDR3
      • 32GB DDR3
    • Price

      Quantity

      • SAS Solid State Drive (SSD)
      • SATA Solid State Drive (SSD)
      • SATA Hard Drive
      • SAS Hard Drive

    Caddy(s) are automatically added to configuration if required for selected drive(s)

    • Price

      Quantity

    • Price

      Quantity

      • SAS Solid State Drive (SSD)
      • SATA Solid State Drive (SSD)
      • SAS Hard Drive
      • SATA Hard Drive

    Caddy(s) are automatically added to configuration if required for selected drive(s)

    • Price

      Quantity

    • Price

      Quantity

      • Ethernet
      • Host Bus Adaptor
      • Converged Network Adaptor
      • Host Channel Adaptor
    • Price

      Quantity

    • Price

      Quantity

    '+'

    ')}.bind(this))}else{jQuery(this).parent().children('.multi-selected').html('')}});jQuery('.expansion-cards-heading').click(function(event,marker){var array=[];var i=0;var elements=jQuery(this).parent('ul.group-selection').find('li');if(marker){if(marker=="collapse"){jQuery(this).addClass('active');elements.each(function(){if(!jQuery(this).hasClass('expansion-cards-heading')){jQuery(this).addClass('hide');}});}else if(marker=="expand"){jQuery(this).removeClass('active');elements.each(function(){if(!jQuery(this).hasClass('expansion-cards-heading')){jQuery(this).removeClass('hide');}});}}else{jQuery(this).toggleClass('active');elements.each(function(){if(!jQuery(this).hasClass('expansion-cards-heading')){jQuery(this).toggleClass('hide');}});}elements.find('select.qty, .radio-option input[type="radio"]').each(function(index,elem){if(jQuery(elem).attr('type')=='radio'){if(jQuery(elem).val()&&jQuery(elem).is(':checked')){var $qtyRadio=jQuery(elem).parent().find('.qty-opt .qty').val();array[i]=$qtyRadio+' x '+jQuery(elem).parent().find('.label .product_name').html();i++;}}else{if(jQuery(elem).val()!=0){array[i]=jQuery(elem).val()+' x '+jQuery(elem).parent().parent().find('.label .product_name').html();i++;}}});if(array.length===1&&jQuery(this).hasClass('active')){jQuery(this).children('.one-selected').html(''+array[0])}else{jQuery(this).children('.one-selected').html('');}if(array.length>1&&jQuery(this).hasClass('active')){array.each(function(value){jQuery(this).children('.multi-selected').append('

    '+'

    '+''+value+''+'

    '+'

    ')}.bind(this))}else{jQuery(this).children('.multi-selected').html('')}});jQuery('#collapse-expand-all').click(function(){var marker=jQuery(this).data('marker');if(marker=="collapse"){jQuery(this).data('marker','expand');}else{jQuery(this).data('marker','collapse');}jQuery('.selection-drop-down, .expansion-cards-heading').each(function(){jQuery(this).trigger('click',[marker]);});});

    * Required Fields

    Price as configured:£0.00

    £0.00 Incl. Tax

    Email Quote

      Share this to your network:

      All quality tested, complete build to order Servers from Bargain Hardware are supported by a standard 3-Year Return To Base Warranty (excluding HDDs, SSDs, Batteries and GPUs). All internal HDDs, SSDs, Batteries and GPUs are supplied with a standard 1-Year Return To Base Warranty.

      At Bargain Hardware we only deal with enterprise and business class hardware from the world’s leading manufacturers. Originally sold with lengthy 3-5 year warranties, the Servers we sell are designed with robust architecture for the ultimate reliability.

      Our standard 3 Year Warranty provides sufficient time to allow you to fully 'soak test' your purchase and discover any unlikely, underlying issues. Modern systems have at most only a single mechanical part (the hard drive) and failure rates of the main electrical components (processor, memory and motherboard) are incredibly low.

      Sun Oracle X4270 X3-2L 12x 3.5  (LFF), 2x 2.5  (SFF) (2024)
      Top Articles
      Latest Posts
      Article information

      Author: Melvina Ondricka

      Last Updated:

      Views: 6266

      Rating: 4.8 / 5 (48 voted)

      Reviews: 95% of readers found this page helpful

      Author information

      Name: Melvina Ondricka

      Birthday: 2000-12-23

      Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

      Phone: +636383657021

      Job: Dynamic Government Specialist

      Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

      Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.