614 lines
84 KiB
HTML
614 lines
84 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="fr"><head>
|
|||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|||
|
<meta name="robots" content="NOINDEX,NOFOLLOW">
|
|||
|
<meta charset="utf-8">
|
|||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|||
|
<title>Configurer un produit - Dell</title>
|
|||
|
<link rel="shortcut icon" href="https://v2.dell-matinfo.fr/images/favicon.ico">
|
|||
|
|
|||
|
<link href="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/custom.css" rel="stylesheet">
|
|||
|
|
|||
|
|
|||
|
<link href="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/product-configuration.css" rel="stylesheet">
|
|||
|
|
|||
|
<style type="text/css">/*
|
|||
|
* Container style
|
|||
|
*/
|
|||
|
.ps {
|
|||
|
overflow: hidden !important;
|
|||
|
overflow-anchor: none;
|
|||
|
-ms-overflow-style: none;
|
|||
|
touch-action: auto;
|
|||
|
-ms-touch-action: auto;
|
|||
|
}
|
|||
|
|
|||
|
/*
|
|||
|
* Scrollbar rail styles
|
|||
|
*/
|
|||
|
.ps__rail-x {
|
|||
|
display: none;
|
|||
|
opacity: 0;
|
|||
|
transition: background-color .2s linear, opacity .2s linear;
|
|||
|
-webkit-transition: background-color .2s linear, opacity .2s linear;
|
|||
|
height: 15px;
|
|||
|
/* there must be 'bottom' or 'top' for ps__rail-x */
|
|||
|
bottom: 0px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-y {
|
|||
|
display: none;
|
|||
|
opacity: 0;
|
|||
|
transition: background-color .2s linear, opacity .2s linear;
|
|||
|
-webkit-transition: background-color .2s linear, opacity .2s linear;
|
|||
|
width: 15px;
|
|||
|
/* there must be 'right' or 'left' for ps__rail-y */
|
|||
|
right: 0;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps--active-x > .ps__rail-x,
|
|||
|
.ps--active-y > .ps__rail-y {
|
|||
|
display: block;
|
|||
|
background-color: transparent;
|
|||
|
}
|
|||
|
|
|||
|
.ps:hover > .ps__rail-x,
|
|||
|
.ps:hover > .ps__rail-y,
|
|||
|
.ps--focus > .ps__rail-x,
|
|||
|
.ps--focus > .ps__rail-y,
|
|||
|
.ps--scrolling-x > .ps__rail-x,
|
|||
|
.ps--scrolling-y > .ps__rail-y {
|
|||
|
opacity: 0.6;
|
|||
|
}
|
|||
|
|
|||
|
.ps .ps__rail-x:hover,
|
|||
|
.ps .ps__rail-y:hover,
|
|||
|
.ps .ps__rail-x:focus,
|
|||
|
.ps .ps__rail-y:focus,
|
|||
|
.ps .ps__rail-x.ps--clicking,
|
|||
|
.ps .ps__rail-y.ps--clicking {
|
|||
|
background-color: #eee;
|
|||
|
opacity: 0.9;
|
|||
|
}
|
|||
|
|
|||
|
/*
|
|||
|
* Scrollbar thumb styles
|
|||
|
*/
|
|||
|
.ps__thumb-x {
|
|||
|
background-color: #aaa;
|
|||
|
border-radius: 6px;
|
|||
|
transition: background-color .2s linear, height .2s ease-in-out;
|
|||
|
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
|
|||
|
height: 6px;
|
|||
|
/* there must be 'bottom' for ps__thumb-x */
|
|||
|
bottom: 2px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__thumb-y {
|
|||
|
background-color: #aaa;
|
|||
|
border-radius: 6px;
|
|||
|
transition: background-color .2s linear, width .2s ease-in-out;
|
|||
|
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
|
|||
|
width: 6px;
|
|||
|
/* there must be 'right' for ps__thumb-y */
|
|||
|
right: 2px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-x:hover > .ps__thumb-x,
|
|||
|
.ps__rail-x:focus > .ps__thumb-x,
|
|||
|
.ps__rail-x.ps--clicking .ps__thumb-x {
|
|||
|
background-color: #999;
|
|||
|
height: 11px;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-y:hover > .ps__thumb-y,
|
|||
|
.ps__rail-y:focus > .ps__thumb-y,
|
|||
|
.ps__rail-y.ps--clicking .ps__thumb-y {
|
|||
|
background-color: #999;
|
|||
|
width: 11px;
|
|||
|
}
|
|||
|
|
|||
|
/* MS supports */
|
|||
|
@supports (-ms-overflow-style: none) {
|
|||
|
.ps {
|
|||
|
overflow: auto !important;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|||
|
.ps {
|
|||
|
overflow: auto !important;
|
|||
|
}
|
|||
|
}
|
|||
|
</style><style type="text/css">.oc-scrollbar-container {
|
|||
|
position: relative;
|
|||
|
height: 100%; }
|
|||
|
.oc-scrollbar-container .ps__rail-x,
|
|||
|
.oc-scrollbar-container .ps__rail-y {
|
|||
|
opacity: 0.6; }
|
|||
|
</style><script type="text/javascript" async="" src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/956c91af6f4eb.js"></script><style type="text/css">/*
|
|||
|
* Container style
|
|||
|
*/
|
|||
|
.ps {
|
|||
|
overflow: hidden !important;
|
|||
|
overflow-anchor: none;
|
|||
|
-ms-overflow-style: none;
|
|||
|
touch-action: auto;
|
|||
|
-ms-touch-action: auto;
|
|||
|
}
|
|||
|
|
|||
|
/*
|
|||
|
* Scrollbar rail styles
|
|||
|
*/
|
|||
|
.ps__rail-x {
|
|||
|
display: none;
|
|||
|
opacity: 0;
|
|||
|
transition: background-color .2s linear, opacity .2s linear;
|
|||
|
-webkit-transition: background-color .2s linear, opacity .2s linear;
|
|||
|
height: 15px;
|
|||
|
/* there must be 'bottom' or 'top' for ps__rail-x */
|
|||
|
bottom: 0px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-y {
|
|||
|
display: none;
|
|||
|
opacity: 0;
|
|||
|
transition: background-color .2s linear, opacity .2s linear;
|
|||
|
-webkit-transition: background-color .2s linear, opacity .2s linear;
|
|||
|
width: 15px;
|
|||
|
/* there must be 'right' or 'left' for ps__rail-y */
|
|||
|
right: 0;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps--active-x > .ps__rail-x,
|
|||
|
.ps--active-y > .ps__rail-y {
|
|||
|
display: block;
|
|||
|
background-color: transparent;
|
|||
|
}
|
|||
|
|
|||
|
.ps:hover > .ps__rail-x,
|
|||
|
.ps:hover > .ps__rail-y,
|
|||
|
.ps--focus > .ps__rail-x,
|
|||
|
.ps--focus > .ps__rail-y,
|
|||
|
.ps--scrolling-x > .ps__rail-x,
|
|||
|
.ps--scrolling-y > .ps__rail-y {
|
|||
|
opacity: 0.6;
|
|||
|
}
|
|||
|
|
|||
|
.ps .ps__rail-x:hover,
|
|||
|
.ps .ps__rail-y:hover,
|
|||
|
.ps .ps__rail-x:focus,
|
|||
|
.ps .ps__rail-y:focus,
|
|||
|
.ps .ps__rail-x.ps--clicking,
|
|||
|
.ps .ps__rail-y.ps--clicking {
|
|||
|
background-color: #eee;
|
|||
|
opacity: 0.9;
|
|||
|
}
|
|||
|
|
|||
|
/*
|
|||
|
* Scrollbar thumb styles
|
|||
|
*/
|
|||
|
.ps__thumb-x {
|
|||
|
background-color: #aaa;
|
|||
|
border-radius: 6px;
|
|||
|
transition: background-color .2s linear, height .2s ease-in-out;
|
|||
|
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
|
|||
|
height: 6px;
|
|||
|
/* there must be 'bottom' for ps__thumb-x */
|
|||
|
bottom: 2px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__thumb-y {
|
|||
|
background-color: #aaa;
|
|||
|
border-radius: 6px;
|
|||
|
transition: background-color .2s linear, width .2s ease-in-out;
|
|||
|
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
|
|||
|
width: 6px;
|
|||
|
/* there must be 'right' for ps__thumb-y */
|
|||
|
right: 2px;
|
|||
|
/* please don't change 'position' */
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-x:hover > .ps__thumb-x,
|
|||
|
.ps__rail-x:focus > .ps__thumb-x,
|
|||
|
.ps__rail-x.ps--clicking .ps__thumb-x {
|
|||
|
background-color: #999;
|
|||
|
height: 11px;
|
|||
|
}
|
|||
|
|
|||
|
.ps__rail-y:hover > .ps__thumb-y,
|
|||
|
.ps__rail-y:focus > .ps__thumb-y,
|
|||
|
.ps__rail-y.ps--clicking .ps__thumb-y {
|
|||
|
background-color: #999;
|
|||
|
width: 11px;
|
|||
|
}
|
|||
|
|
|||
|
/* MS supports */
|
|||
|
@supports (-ms-overflow-style: none) {
|
|||
|
.ps {
|
|||
|
overflow: auto !important;
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|||
|
.ps {
|
|||
|
overflow: auto !important;
|
|||
|
}
|
|||
|
}
|
|||
|
</style><style type="text/css">.oc-scrollbar-container {
|
|||
|
position: relative;
|
|||
|
height: 100%; }
|
|||
|
.oc-scrollbar-container .ps__rail-x,
|
|||
|
.oc-scrollbar-container .ps__rail-y {
|
|||
|
opacity: 0.6; }
|
|||
|
</style></head>
|
|||
|
|
|||
|
<body>
|
|||
|
<div class="app-container app-theme-white fixed-header body-tabs-shadow-btn">
|
|||
|
<div class="app-header header-shadow">
|
|||
|
<div class="app-header__logo">
|
|||
|
<a class="logo-src" href="https://v2.dell-matinfo.fr/"></a>
|
|||
|
|
|||
|
<a class="matinfo-logo" href="https://v2.dell-matinfo.fr/">
|
|||
|
<img src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/matinfo.jpg" alt="Matinfo">
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="app-header__menu">
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="app-header__content">
|
|||
|
<div class="app-header-left">
|
|||
|
<ul class="header-megamenu nav">
|
|||
|
<li id="products-menu" class="nav-item" data-customer="" data-language="fr" data-entity="43"><a class="nav-link dropdown-toggle">Catalogues</a></li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li class=" nav-item content-menu">
|
|||
|
<a href="#quotes-menu" data-toggle="collapse" class="dropdown-toggle nav-link">
|
|||
|
Devis et Commandes en cours
|
|||
|
</a>
|
|||
|
<div id="quotes-menu" class="collapse content-menu-panel">
|
|||
|
<ul class="links-menu">
|
|||
|
<li class="mb-2">
|
|||
|
<a href="https://v2.dell-matinfo.fr/mes-devis-commandes?customer=groupement&target=ordertab">
|
|||
|
Mes commandes
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li class="mb-2">
|
|||
|
<a href="https://v2.dell-matinfo.fr/mes-devis-commandes?customer=groupement&target=quotetab">
|
|||
|
Mes devis
|
|||
|
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li class="mb-2">
|
|||
|
<a href="https://v2.dell-matinfo.fr/mes-dernieres-configs?customer=groupement">
|
|||
|
Mes dernières configurations
|
|||
|
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</ul>
|
|||
|
|
|||
|
<div class="ad">
|
|||
|
<a href="https://v2.dell-matinfo.fr/mes-dernieres-configs?customer=groupement">
|
|||
|
<h4>Consultez vos devis favoris</h4>
|
|||
|
<img src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/pictures_002.jpeg">
|
|||
|
<span class="btn btn-outline-dark">
|
|||
|
Découvrir
|
|||
|
</span>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</li>
|
|||
|
|
|||
|
<li class=" nav-item content-menu">
|
|||
|
<a href="#about-products" data-toggle="collapse" class="dropdown-toggle content-toggle nav-link">
|
|||
|
Tout savoir sur nos produits
|
|||
|
</a>
|
|||
|
|
|||
|
<div id="about-products" class="collapse content-menu-panel">
|
|||
|
<ul class="links-menu">
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/36">
|
|||
|
Les produits du lot1 : Postes de travail fixes
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/29">
|
|||
|
Les produits du lot2 : Pc portables & accessoires
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/27">
|
|||
|
Les produits du lot3 : Stations de travail
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/40">
|
|||
|
Les produits du lot4 : Serveurs & infrastructure
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/24">
|
|||
|
Les mises à jour des lots
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/18">
|
|||
|
Webinaires
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
<ul class="links-menu">
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/74">
|
|||
|
Zoom sur les Latitude 9510 & 2en1
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/72">
|
|||
|
Zoom sur les moniteurs avec ports réseau
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/76">
|
|||
|
Tout savoir sur les moniteurs du marché [Nouveau]
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/66">
|
|||
|
Zoom sur l'optiplex 7070 Ultra
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/10">
|
|||
|
Le Pro Support Matinfo
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/78">
|
|||
|
Les services de déploiement de Dell [Nouveau]
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<div class="ad">
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/18">
|
|||
|
<h4>Retrouvez les webinaires déjà diffusés</h4>
|
|||
|
<img src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/pictures.jpeg">
|
|||
|
<span class="btn btn-outline-dark">
|
|||
|
Découvrir
|
|||
|
</span>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</li>
|
|||
|
|
|||
|
<li class=" nav-item content-menu">
|
|||
|
<a href="#help-menu" data-toggle="collapse" class="dropdown-toggle nav-link">
|
|||
|
Aide & Contacts
|
|||
|
</a>
|
|||
|
<div id="help-menu" class="collapse content-menu-panel">
|
|||
|
<ul class="links-menu">
|
|||
|
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/contacts-dell?target=contacts">
|
|||
|
Vos contacts commerciaux chez Dell
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/contacts-dell?target=customerSupport">
|
|||
|
Contacter le service client Dell
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/contacts-dell?target=supportTab">
|
|||
|
Contacter le support technique
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/contacts-dell?target=faq">
|
|||
|
Foire aux questions (FAQ)
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/contacts-dell?target=site-support">
|
|||
|
Contactez-nous
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/1">
|
|||
|
Le site en pratique
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<ul class="links-menu">
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/5">
|
|||
|
L'agenda événement
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/6">
|
|||
|
L'actualité DELL MATINFO
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/9">
|
|||
|
Politique RSE de DELL
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/4">
|
|||
|
Tout sur Matinfo
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/7">
|
|||
|
Où nous trouver?
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
<li>
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/79">
|
|||
|
Modalités de livraison & facturation anticipée
|
|||
|
</a>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
|
|||
|
<div class="ad">
|
|||
|
<a href="https://v2.dell-matinfo.fr/pages/9">
|
|||
|
<h4>La vision RSE Dell en 2030</h4>
|
|||
|
<img src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/pictures_003.jpeg">
|
|||
|
<span class="btn btn-outline-dark">
|
|||
|
Découvrir
|
|||
|
</span>
|
|||
|
</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</li>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<li class="nav-item content-menu">
|
|||
|
<span id="search-items"><div class="search-wrapper active"><div class="input-holder"><input type="search" placeholder="Rechercher un produit" class="search-input"><button class="search-icon"><span></span></button><button class="close"><span></span></button></div></div></span>
|
|||
|
</li>
|
|||
|
</ul>
|
|||
|
</div>
|
|||
|
<div class="app-header-right">
|
|||
|
|
|||
|
|
|||
|
<div class="header-dots">
|
|||
|
<div class="dropdown">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<a class="icon-wrapper icon-wrapper-alt rounded-circle mr-2 shopping-cart-icon" style="display:none" title="votre panier" href="https://v2.dell-matinfo.fr/cart?langue=fr">
|
|||
|
<div class="icon-wrapper-bg"></div>
|
|||
|
<i class="fas fa-shopping-cart"></i>
|
|||
|
<span class="shopping-cart-number">
|
|||
|
</span>
|
|||
|
<div class="icon-title">Panier</div>
|
|||
|
</a>
|
|||
|
|
|||
|
|
|||
|
<a class="icon-wrapper icon-wrapper-alt rounded-circle mr-2 shopping-cart-icon" style="display: block;" title="Mes favoris" href="https://v2.dell-matinfo.fr/mes-dernieres-configs?langue=fr&menu=2">
|
|||
|
<div class="icon-wrapper-bg"></div>
|
|||
|
<i class="fa fa-star"></i>
|
|||
|
<div class="icon-title">Favoris</div>
|
|||
|
</a>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<div class="header-btn-lg pr-0" id="user-menu" data-language="fr" data-customer="" data-user="5951" data-is-punchout="false" data-entity="43"><div class="widget-content p-0"><div class="widget-content-wrapper"><div class="widget-content-left"><div class="btn-group dropdown"><div class="header-user-handler" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><button class="p-0 user-dropdown"><div class="icon-wrapper icon-wrapper-alt rounded-circle "><i class="far fa-user"></i></div></button><div class="widget-content-left header-user-info"><div class="widget-heading">Guillaume Raffy</div><div class="widget-subheading">CNRS BRETAGNE & PAYS LA LOIRE (DR17) <br>Demandeur</div></div><i class="fas fa-angle-down ml-2 opacity-8"></i></div><div tabindex="-1" role="menu" aria-hidden="true" class="dropdown-menu dropdown-menu-lg dropdown-menu-right"><a class="nav-item-header nav-item">Profil</a><a class="dropdown-item" href="https://v2.dell-matinfo.fr/mon-compte"><i class="far fa-user fa-fw"></i>Informations personnelles</a><a class="dropdown-item"><i class="fas fa-exchange-alt "></i> Changer l'entité de navigation</a><div tabindex="-1" class="dropdown-divider"></div><a class="dropdown-item"><i class="fas fa-sign-out fa-fw mr-1"></i>Déconnexion</a></div></div></div></div></div></div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div id="catalogs-bar"></div>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="app-main">
|
|||
|
<div class="app-main__outer">
|
|||
|
<div class="app-main__inner white-bg">
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div id="configure-product-app" data-product-ref="rcrc1406676-4824727" data-catalog-ref="4" data-line-number=""><div class="product-configurator"><div class="row product-breadcrumb-row"><div class="col col-sm-8"><ul class="product-breadcrumbs"><li><a href="https://v2.dell-matinfo.fr/"><i class="fas fa-home "></i></a></li><li><a href="https://v2.dell-matinfo.fr/catalogue/4">Lot 4 : Serveurs et solutions d'infrastructures accessoires</a></li><li>Cat 2 Conf 7 PowerEdge R940</li></ul></div><div class="col text-right col-sm-4"><a class="btn btn-default btn-outline-primary" href="https://v2.dell-matinfo.fr/catalogue/4">Retour au catalogue</a></div></div><div class="row mt-4"><div class="col col-sm-8"><div class="product-pictures"><div class="row "><div class="col product-pictures-thumbnails col-sm-2"><div class="product-thumbnail active" style="background-image: url("/pictures?pictureUrl=https://dellmatinfo.blob.core.windows.net/pim/8dbc496c0fdeafb182a7fce4cda4c670.jpeg&height=75");"></div></div><div class="col col-sm-10"><div class="product-picture-wrapper"><div class="product-picture-center"><div class="product-picture" style="background-image: url("/pictures?pictureUrl=https://dellmatinfo.blob.core.windows.net/pim/8dbc496c0fdeafb182a7fce4cda4c670.jpeg&height=400");"></div><div class="product-links"><a class="btn btn-link" target="_blank" href="https://dellmatinfo.blob.core.windows.net/pim/b5fc03af03e9caf0ff605191aaa4929d.pdf"><i class="fas fa-file-pdf "></i>La fiche produit</a><button class="btn btn-link"><i class="fas fa-play-circle "></i>Voir la vidéo</button></div></div></div></div></div></div><div class="product-structure"><div class="modules-tabs"><nav><ul><li class="active">Matériel</li><li style="margin-left: auto;"><button class="btn btn-icon">Mode automatique <i class="fas fa-th-large "></i></button></li></ul></nav><div class="modules"><div class="product-module-configuration" style="color: rgb(1, 126, 184);"><header style="color: rgb(1, 126, 184);">CFI : Projet personnalisé de votre etablissement (si disponible)</header><div class="options options-blocks"></div></div><div class="product-module-configuration" style="color: rgb(128, 128, 128);"><header style="color: rgb(128, 128, 128);">Base</header><div class="options options-blocks"><div class="product-options-configuration-block option-selected"><header>PowerEdge R940<div class="option-selector"><i class="fas fa-check "></i></div></header><div class="mt-2 option-price">+ 0,00 €</div></div></div></div><div class="product-module-configuration" style="color: rgb(1, 126, 184);"><header style="color: rgb(1, 126, 184);">Processeurs (Passage)</header><div class="options options-lines"><div class="product-options-configuration-line"><i class="fal fa-square mr-4 mt-1 "></i><div class="option-info">Passage à 2 processeurs Intel Xeon Platinium 8260L 2.4GHz, 35.75M Cache,10.40GT/s, 2UPI, Turbo, HT,24C/48</div><div class="option-price">+ 10 706,00 €</div></div><div class="product-options-configuration-line"><i class="fal fa-square mr-4 mt-1 "></i><div class="option-info">Passage à 2 processeurs Intel Xeon Gold 6248 2.5GHz, 27.5M Cache,10.40GT/s, 3UPI, Turbo, HT,20C/40T (150W</div><div class="option-price">+ 4 250,00 €</div></div><div class="product-options-configuration-line"><i class="fal fa-square mr-4 mt-1 "></i><div class="option-info">Passage à 2 processeurs Intel Xeon Gold 6242 2.8GHz, 22M Cache,10.40GT/s, 3UPI, Turbo, HT,16C/32T (150W)</div><div class="option-price">+ 3 066,00 €</div></div><div class="product-options-configuration-line"><i class="fal fa-square mr-4 mt-1 "></i><div class="option-info">Passage à 2 processeurs Intel Xeon Gold 6254 3.1GHz, 24.75M Cache,10.40GT/s, 3UPI, Turbo, HT,18C/36T (200</div><div class="option-price">+ 5 306,00 €</div></div><div class="product-options-configuration-line option-selected"><i class="fas fa-check-square mr-4 mt-1 "></i><div class="option-info">2 processeurs Intel Xeon Gold 5215 2.5GHz, 13.75M Cache,10.40GT/s, 2UPI, Turbo, HT,10C/20T (85W) -
|
|||
|
scale-up pour les charges applicatives stratégiques Le PowerEdge R940
|
|||
|
est conçu pour optimiser vos applications stratégiques et vous permettre
|
|||
|
de prendre des décisions en temps réel. Avec quatre sockets et jusqu’à
|
|||
|
12 disques NMVe, le R940 offre des performances évolutives dans un
|
|||
|
format 3U.</div><hr><hr><div class="info"><span class="info-label">Livraison</span><span class="info-value"></span></div><hr><div class="info"><span class="info-label">Prix de base</span><span class="info-value strong">3784 € HT</span></div><hr><div class="info"><span class="info-label">Avec options</span><span class="info-value strong">3784 € HT</span></div><hr><ul class="cart-summary"></ul><div class="row "><div class="col d-flex col-sm-3"><span class="quantity-label"> Quantité :</span></div><div class="col col-sm-9"><div class="form-group "><div class="input-group"><input min="1" class="form-control rounded-0 text-right" type="number" placeholder="Quantité" value="1"></div></div></div></div><hr><button class="btn btn-primary btn-block"><i class="fas fa-check" style="cursor: default;"></i>Ajouter au panier</button></div></div><div style="position: absolute; height: 6px; right: 2px; bottom: 2px; left: 2px; border-radius: 3px;"><div class="hide" style="width: 342px; transform: translateX(0px);"></div></div><div style="position: absolute; width: 6px; right: 2px; bottom: 2px; top: 2px; border-radius: 3px;"><div class="scroll-thumbs" style="height: 0px;"></div></div></div></div></div></div></div></div>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<div id="help-widget"><div class="help-widget closed"><div class="trigger">Nous contacter ?<a class="trigger-action" title="Cacher"><i class="fa fa-chevron-right"></i></a></div></div></div>
|
|||
|
</div>
|
|||
|
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
|
|||
|
|
|||
|
<script type="text/javascript" async="" defer="defer" src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/piwik.js"></script><script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/jquery-3.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
|
|||
|
|
|||
|
<script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/bootstrap.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script>
|
|||
|
<script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/tinymce.js"></script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/site.js"></script>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/configure-product.js" defer="defer"></script>
|
|||
|
|
|||
|
<script src="20210407%20-%20Cat2%20Conf7%20PowerEdge%20R940%20-%20Dell_files/helpwidget.js"></script>
|
|||
|
<script type="text/javascript">
|
|||
|
var _paq = _paq || [];
|
|||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|||
|
_paq.push(['trackPageView']);
|
|||
|
_paq.push(['enableLinkTracking']);
|
|||
|
(function () {
|
|||
|
var u = "//matinfoanalytics.azurewebsites.net/";
|
|||
|
_paq.push(['setTrackerUrl', u + 'piwik.php']);
|
|||
|
_paq.push(['setSiteId', '1']);
|
|||
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
|||
|
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s);
|
|||
|
})();
|
|||
|
</script>
|
|||
|
<script type="text/javascript">
|
|||
|
(function () {
|
|||
|
window._uxa = window._uxa || [];
|
|||
|
try {
|
|||
|
if (typeof dataLayer !== 'undefined') {
|
|||
|
}
|
|||
|
} catch (e) { }
|
|||
|
if (typeof CS_CONF === 'undefined') {
|
|||
|
window._uxa.push(['setPath', window.location.pathname + window.location.hash.replace('#', '?__')]);
|
|||
|
var mt = document.createElement("script"); mt.type = "text/javascript"; mt.async = true;
|
|||
|
mt.src = "//t.contentsquare.net/uxa/956c91af6f4eb.js";
|
|||
|
document.getElementsByTagName("head")[0].appendChild(mt);
|
|||
|
}
|
|||
|
else {
|
|||
|
window._uxa.push(['trackPageview', window.location.pathname + window.location.hash.replace('#', '?__')]);
|
|||
|
}
|
|||
|
})();
|
|||
|
</script>
|
|||
|
|
|||
|
<div class="Toastify toast-top-right"></div></body></html>
|