Skip to content
Snippets Groups Projects
hpServer.html 2.09 KiB
Newer Older
  • Learn to ignore specific revisions
  • Jonas Leder's avatar
    Jonas Leder committed
    <!DOCTYPE html >
    <html lang = "de" >
    <head >
        <meta charset = "UTF-8" >
        <meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
        <title></title>
        <link href = "/css/style.css" rel = "stylesheet" >
    </head >
    <body >
    <jl-header data-title="HP Server"></jl-header>
    <div id = "content" >
        <h2>Verbaute Hardware:</h2>
        <ul>
            <li><b>Grundserver: </b><a href="https://h20195.www2.hpe.com/v2/Getdocument.aspx?docname=c04128167">HP DL360e Gen8</a></li>
            <li><b>Prozessoren: </b>2x<a href="https://ark.intel.com/content/www/us/en/ark/products/75264/intel-xeon-processor-e5-2450-v2-20m-cache-2-50-ghz.html">Intel® Xeon® Processor E5-2450 v2</a></li>
            <li>
                <b>Arbeitsspeicher: </b>
                <ul>
                    <li>10x 8GB DDR3 ECC</li>
                    <li>2x 16GB HP DDR3 ECC</li>
                </ul>
            </li>
            <li><b>Netzteil: </b>2x 460W</li>
            <li>
                <b>Storage:</b>
                <ul>
                    <li>4x <a href="https://www.seagate.com/www-content/product-content/constellation-fam/constellation-es/constellation-es-3/en-us/docs/100671510b.pdf">2TB Seagate SAS (ST2000NM0023)</a></li>
                    <li><a href="https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/internal-drives/wd-blue-nvme-ssd/data-sheet-wd-blue-sn550-nvme-ssd-idk.pdf">1TB WD SN550 NVME</a></li>
                    <li><a href="https://www.seagate.com/files/www-content/product-content/seagate-video-hdd-fam/video-2-5-hdd/en-us/docs/100685366f.pdf">500GB Seagate Video (ST500VT000-1DK14, boot Platte)</a></li>
                </ul>
            </li>
            <li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox</a></li>
        </ul>
        <div class="center">
            <img src="/API/getFile.php?filename=img/hpServer.jpg">
        </div>
        <h2>Kommentare:</h2>
        <jl-comments_display></jl-comments_display>
        <jl-new_comment id="newComment"></jl-new_comment>
    </div>
    <jl-footer></jl-footer>
    
    <script src='https://www.hCaptcha.com/1/api.js' async defer></script>
    <script src="/js/script.js"></script>
    </body>
    </html>