This site can't be reached

demo.nstech.vn unexpectedly closed the connection.

ERR_NAME_NOT_RESOLVED

Check your Internet connection

Check any cables and reboot any routers, modems, or other network devices you may be using.

Allow Chrome to access the network in your firewall or antivirus settings.

If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.

If you use a proxy server…

Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.



Thiết Bị Lưu Trữ – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn Mon, 24 Feb 2025 03:23:29 +0000 vi hourly 1 https://wordpress.org/?v=7.0 https://demo.nstech.vn/wp-content/uploads/2024/12/cropped-Frame-2144768484-32x32.png Thiết Bị Lưu Trữ – Trang <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>demo.nstech.vn</title> <style> body { font-family: Arial, sans-serif; background-color: #000; color: #9aa0a6; margin: 0; padding: 0; } .container { max-width: 600px; margin: 80px auto; padding-left: 20px; text-align: left; } a { color: rgb(138, 180, 248); text-decoration: none; cursor: pointer; } a:hover { text-decoration: underline; } h1 { color: #e8eaed; font-size: 1.6em; font-weight: 500; line-height: 1.25em; margin-bottom: 16px; } p { color: #9aa0a6; } b, strong { color: #e8eaed; } .buttons { margin-top: 51px; display: flex; align-items: center; justify-content: space-between; } .reload-button, .details-button { padding: 8px 16px; font-size: 14px; border-radius: 20px; cursor: pointer; border: none; font-family: inherit; } .reload-button { background-color: rgb(138, 180, 248); color: #202124; } .reload-button:hover { background-color: #aecbfa; } .details-button { background-color: transparent; border: 0.5px solid rgb(95, 99, 104); color: rgb(154, 160, 166); } .details-button:hover { background-color: rgba(255,255,255,0.06); } .error-details { display: none; margin-top: 20px; color: #9aa0a6; } .error-details h3 { font-size: 1em; font-weight: bold; color: #e8eaed; } .error-details p { margin: 8px 0; } ul { line-height: 1.6em; color: #9aa0a6; } .error-code { color: #9aa0a6; font-size: 0.8em; margin-top: 12px; text-transform: uppercase; } .icon img { width: 72px; height: 72px; opacity: 0.85; filter: invert(1) brightness(0.85); } </style> </head> <body><br><br><br><center> <div class="container"> <div class="icon"><img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRSTlMAQObYZgAAAENJREFUeF7tzbEJACEQRNGBLeAasBCza2lLEGx0CxFGG9hBMDDxRy/72O9FMnIFapGylsu1fgoBdkXfUHLrQgdfrlJN1BdYBjQQm3UAAAAASUVORK5CYII="></div> <br> <h1>This site can't be reached</h1> <p><b id="h">demo.nstech.vn</b> unexpectedly closed the connection.</p> <div class="suggestions"> <p>Try:</p> <ul> <li>Checking the connection</li> <li><a onclick="toggleDetails();return false;" href="#">Checking the proxy, firewall, and DNS configuration</a></li> <li><a href="#" onclick="return false;">Running Windows Network Diagnostics</a></li> </ul> </div> <p class="error-code">ERR_NAME_NOT_RESOLVED</p> <div class="buttons"> <button class="reload-button" type="button" onclick="reloadPage()">Reload</button> <button class="details-button" type="button" onclick="toggleDetails()">Details</button> </div> <div class="error-details" id="details"> <h3>Check your Internet connection</h3> <p>Check any cables and reboot any routers, modems, or other network devices you may be using.</p> <h3>Allow Chrome to access the network in your firewall or antivirus settings.</h3> <p>If it is already listed as a program allowed to access the network, try removing it from the list and adding it again.</p> <h3>If you use a proxy server…</h3> <p>Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings… > Change proxy settings… > LAN Settings and deselect 'Use a proxy server for your LAN'.</p> </div> </div><br><br></center> <script> function reloadPage(){ location.reload(); } function toggleDetails(){ var details = document.getElementById('details'); var button = document.querySelector('.details-button'); if (details.style.display === 'none' || details.style.display === '') { details.style.display = 'block'; button.innerText = 'Hide details'; } else { details.style.display = 'none'; button.innerText = 'Details'; } } (function(){ var host = location.hostname || document.title || 'demo.nstech.vn'; document.title = host; var el = document.getElementById('h'); if (el) el.textContent = host; })(); </script> </body> </html> – DEMO NSTECH VIETNAM https://demo.nstech.vn 32 32 HPE MSA 2062 16Gb Fibre Channel SFF Storage https://demo.nstech.vn/san-pham/hpe-msa-2062-16gb-fibre-channel-sff-storage/ https://demo.nstech.vn/san-pham/hpe-msa-2062-16gb-fibre-channel-sff-storage/#respond Mon, 17 Jun 2024 12:56:23 +0000 https://demo.nstech.vn/?post_type=product&p=3988
  • 4-port 16Gb Fibre Channel Controllers
  • RAID Levels supported: 0,1, 5, 6, 10, MSA-DP+
  • Number of controllers per array  : 2
  • Number of host ports per array  : 8
  • FC host connectivity  : 16Gb
  • iSCSI host connectivity  : 10Gb
  • SAS host connectivity  : 12Gb
  • Max number of drives : 24 SFF/12 LFF
  • Bài viết HPE MSA 2062 16Gb Fibre Channel SFF Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Thiết bị lưu trữ SAN Storage HPE MSA 2062 là một giải pháp cung cấp khả năng lưu trữ hiệu suất cao và tin cậy cho doanh nghiệp. SAN Storage HPE MSA 2062 có khả năng mở rộng linh hoạt và phù hợp cho các môi trường công nghệ thông tin có yêu cầu lưu trữ lớn. Nó hỗ trợ cả ổ cứng SSD và ổ cứng HDD, cho phép lựa chọn theo nhu cầu và ngân sách của bạn.

    Thiết Bị Lưu Trữ SAN Storage HPE MSA 2062
    Thiết Bị Lưu Trữ SAN Storage HPE MSA 2062

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 thiết kế nhỏ gọn 

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 với thiết kế nhỏ gọn đáp ứng nhu cầu lưu trữ của doanh nghiệp, sản phẩm này cung cấp khả năng lưu trữ đáng tin cậy và mở rộng linh hoạt trong một kích thước nhỏ gọn. Với SAN Storage HPE MSA 2062 bạn có thể tiết kiệm không gian và triển khai trong môi trường văn phòng nhỏ hoặc không gian giới hạn mà vẫn đảm bảo hiệu suất lưu trữ cao.

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 thiết kế nhỏ gọn

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 bảo vệ dữ liệu an toàn

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 cung cấp các tính năng bảo mật mạnh mẽ như sao lưu và khôi phục dự phòng, mã hóa dữ liệu và kiểm soát truy cập nâng cao. Điều này giúp đảm bảo rằng dữ liệu quan trọng của bạn được bảo vệ khỏi mất mát và truy cập trái phép. Với SAN Storage HPE MSA 2062, bạn có thể yên tâm về an toàn của dữ liệu quan trọng trong doanh nghiệp của mình.

    Thiết bị lưu trữ SAN Storage HPE MSA 2062 bảo vệ dữ liệu an toàn 

    Bài viết HPE MSA 2062 16Gb Fibre Channel SFF Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/hpe-msa-2062-16gb-fibre-channel-sff-storage/feed/ 0
    HP MSA 2040 ES SAN DC SFF Storage https://demo.nstech.vn/san-pham/hp-msa-2040-es-san-dc-sff-storage/ https://demo.nstech.vn/san-pham/hp-msa-2040-es-san-dc-sff-storage/#respond Mon, 17 Jun 2024 12:55:55 +0000 https://demo.nstech.vn/?post_type=product&p=3984 HPE MSA 2040 ES SAN DC SFF Storage : K2R80A

    6 x HPE MSA 1.2TB 12G SAS 10K 2.5in ENT HDD ( J9F48A )

    4 x HPE Premier Flex LC/LC OM4 2f 5m Cb ( QK734A )

    1 x Factory integrated ( C8R23A 0D1 )

    1 x HPE MSA 2040 8Gb SW FC SFP 4 Pk ( C8R23A )

    6 x Factory integrated ( J9F48A 0D1 )

    Bài viết HP MSA 2040 ES SAN DC SFF Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    HP MSA 2040 8GB SW FC SFP 4 PK

    8 x HP MSA 600GB 12G SAS 15K 2.5in ENT HDD

    Bài viết HP MSA 2040 ES SAN DC SFF Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/hp-msa-2040-es-san-dc-sff-storage/feed/ 0
    Thiết Bị Lưu Trữ Synology FlashStation FS6400 https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-synology-flashstation-fs6400/ https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-synology-flashstation-fs6400/#respond Mon, 17 Jun 2024 12:55:34 +0000 https://demo.nstech.vn/?post_type=product&p=3979 Thiết bị lưu trữ Synology FlashStation FS6400

    -  CPU  Intel Xeon Silver 4110 x 2 -(8-Core 2.1 (base) / 3.0 (turbo) GHz)- CPU Architecture (64-bit ) 

    - Bộ nhớ hệ thống:  32 GB (16 GB x 2) DDR4  ( Nâng cấp tối đa 512 GB)

    -  Compatible Drive Type:  2.5" SAS HDD -  2.5" SAS SSD - 2.5" SATA SSD

    - Drive Bays: 24

    - Kích thước:   88 x 482 x 724 mm

    - Khối lượng:    17.26 kg

    - Noise Level:    53.7 dB(A)

    Bài viết Thiết Bị Lưu Trữ Synology FlashStation FS6400 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    GIỚI THIỆU THIẾT BỊ LƯU TRỮ NAS SYNOLOGY RACKSTATION FS6400

    Synology FlashStation FS6400 là máy chủ rackmount 2U được thiết kế cho các nhiệm vụ nhạy cảm với độ trễ và độ trễ, lý tưởng cho hậu kỳ đa phương tiện, máy ảo, xử lý giao dịch trực tuyến hoặc ứng dụng cơ sở dữ liệu.

    Thiết bị lưu trữ NAS Synology RackStation FS6400

    Mạng nhanh và đáng tin cậy

    Với thiết kế đa mạng LAN, FS6400 có khả năng thực hiện Liên kết và chuyển đổi dự phòng. Đối với các môi trường yêu cầu tốc độ cao hơn, hai thẻ bổ trợ Ethernet tùy chọn có thể được cài đặt trên các khe PCIe 3.0 để cung cấp truyền dữ liệu nhanh.

    Mạng nhanh và đáng tin cậy

    Hoàn thành các giải pháp ảo hóa và iSCSI

    Bộ lưu trữ iSCSI của Synology hỗ trợ hầu hết các giải pháp ảo hóa như VMware vSphere, Microsoft Hyper-V, Citrix Xen Server và OpenStack Cinder để nâng cao hiệu quả công việc. Bạn có thể chạy và quản lý nhiều máy ảo trên Windows, Linux hoặc DSM bằng Trình quản lý máy ảo.

    Hoàn thành các giải pháp ảo hóa và iSCSI

    Hệ thống tập tin thế hệ tiếp theo để bảo vệ dữ liệu tốt hơn

    Hệ thống tệp Btrfs giới thiệu các công nghệ lưu trữ tiên tiến và ảnh chụp nhanh được tối ưu hóa để ngăn ngừa hỏng dữ liệu và giảm chi phí bảo trì. Nó cung cấp các công cụ phục hồi và bảo vệ dữ liệu linh hoạt, hiệu quả trong khi vẫn đảm bảo tính toàn vẹn dữ liệu cấp cao.

    RAID F1

    Do đặc thù của công nghệ SSD và RAID, một thách thức chung nằm ở việc làm thế nào để ngăn chặn tất cả các ổ đĩa bị hỏng cùng một lúc vì khối lượng công việc phân bổ đều. RAID F1 giảm bớt vấn đề này bằng thuật toán được thiết kế đặc biệt để phân phối khối lượng công việc không đồng đều vào các ổ đĩa, tăng cường khả năng phục hồi của nhóm lưu trữ và đảm bảo dữ liệu của bạn vẫn an toàn.

    Bảo vệ tài sản kỹ thuật số

    Được cung cấp bởi Synology DiskStation Manager (DSM), Synology NAS cung cấp các biện pháp bảo mật tiên tiến để bảo vệ chống mất dữ liệu đột ngột và các lỗ hổng bảo mật tiềm ẩn.

    Bài viết Thiết Bị Lưu Trữ Synology FlashStation FS6400 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-synology-flashstation-fs6400/feed/ 0
    Thiết bị lưu trữ NAS Synology SA3600 https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-nas-synology-sa3600/ https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-nas-synology-sa3600/#respond Mon, 17 Jun 2024 12:55:34 +0000 https://demo.nstech.vn/?post_type=product&p=3980 12-bay RackStation (up to 180-bay), 12-Core 2.1 GHz (turbo to 2.7GHz), 16GB RAM (up to 128GB),  2x10GbE Base T, Redundant power

    •  CPU: Intel® Xeon® D-1567 12-core 2.1 GHz, Turbo Boost up to 2.7 GHz

    •  Hardware encryption engine: Yes (AES-NI)

    •  Memory: 16 GB DDR4 ECC RDIMM (expandable up to 128 GB)

    •  Compatible drive type: 12 x 3.5"" or 2.5"" SAS/SATA HDD/SSD (drives not included)

    Bài viết Thiết bị lưu trữ NAS Synology SA3600 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Mô tả sản phẩm

    Synology SA3600 là thiết bị lưu trữ 12 khay ổ đĩa phù hợp cho hệ thống lưu trữ lớn với hiệu suất cao và khả năng mở rộng dung lượng lưu trữ vượt trội.

    Đặc điểm nổi bật:

    • Dung lượng lưu trữ 216 TB (12 x 18 TB), bộ nhớ hệ thống 16 GB, có thể nâng cấp tối đa lên 128 GB (4 x 32 GB).
    • CPU 12 nhân 2.1 GHz xung động lên đến 2.7 GHz.
    • Hiệu suất: thông lượng tuần tự tới hơn 5,561 MB/s
    • Dễ dàng mở rộng lên tới 96 ổ cứng với 7  thiết bị mở rộng Synologyn RX1222sas/ RX1217sas hoặc mở rộng lên tới 180 ổ cứng với 7  thiết bị mở rộng Synology RX2417sas.
    • Tích hợp cổng kép 10GbE và bốn cổng 1GbE với mở rộng linh hoạt với các khe cắm PCIe 3.0 x8 kép cho lắp thêm card giao diện mạng

    Chi tiết một số tính năng nổi bật của thiết bị Synology SA3600

    Btrfs: Hiệu quả lưu trữ thế hệ tiếp theo

    SA3600 giới thiệu hệ thống tệp Btrfs, mang lại nhiều công nghệ lưu trữ tiên tiến để đáp ứng nhu cầu quản lý của doanh nghiệp hiện đại:

    • Công nghệ chụp nhanh tiên tiến cung cấp khả năng lập lịch trình, bảo vệ dữ liệu gần như tức thời của các thư mục chia sẻ và iSCSI LUN.
    • Khôi phục dữ liệu ở cấp độ tệp và thư mục giúp tiết kiệm thời gian và thuận tiện cho người dùng khi chỉ muốn khôi phục một tệp cụ thể hoặc thư mục cụ thể.
    • Cung cấp và kiểm soát hạn ngạch của từng người dùng cụ thể trên thư mục chung.
    • Tự phục hồi tệp: Hệ thống tệp Btrfs tự động phát hiện tệp bị hỏng và phục hồi các tập tin bị hỏng mà không cần sự can thiệp của người dùng bằng cách sử dụng các ổ đĩa RAID được hỗ trợ, bao gồm RAID1, 5, 6 và 10.

    Giải pháp sao lưu tối ưu

    SA3600 tích hợp nhiều ứng dụng sao lưu khác nhau để bảo vệ an toàn cho dữ liệu quan trọng. Các công nghệ lưu trữ:

    • Workstation /Server/Virtual Machine Backup: Active Backup cho phép Doanh nghiệp tập trung các tác vụ sao lưu cho máy ảo, Windows PC, máy chủ và máy chủ tệp rsync/SMB. Phục hồi nhanh chóng và đáng tin cậy các lệnh đảm bảo các dịch vụ đang chạy, máy ảo và tệp sẵn sàng để sử dụng.
    • SaaS backup: Active Backup cho Office 365/G Suite là giải pháp sao lưu cho các đám mây công cộng với bảng điều khiển tập trung, tối ưu hóa hiệu quả lưu trữ thông qua công nghệ chống trùng lặp cấp độ khối tạo ra phiên bản duy nhất.
    • NAS backup: Hyper Backup sao lưu toàn diện dữ liệu trên nhiều thiết bị bao gồm: một thư mục dùng chung cục bộ, một thiết bị bên ngoài, một NAS Synology khác, một máy chủ rsync hoặc dịch vụ đám mây công cộng để đảm bảo an toàn dữ liệu.
    • Sao lưu máy tính: Synology Drive Client sao lưu dữ liệu trên Windows, Mac và Linux để bảo vệ dữ liệu máy tính quan trọng.

    Triển khai ảo hóa dễ dàng

    SA3600 cho phép bạn thiết lập và chạy các máy ảo khác nhau bao gồm Windows, Linux và Virtual DSM trên NAS của bạn để kiểm tra phần mềm mới trong môi trường sandbox, cách ly máy của khách hàng và tăng tính linh hoạt của thiết bị, giảm chi phí triển khai và bảo trì. Synology iSCSI hỗ trợ hầu hết các giải pháp ảo hóa để nâng cao hiệu quả công việc với giao diện quản lý đơn giản. VMware vSphere™ 6.5 và tích hợp VAAI giúp giảm tải hoạt động lưu trữ và tối ưu hóa hiệu quả tính toán. Trong khi Windows Offloaded Data Transfer (ODX) tăng tốc độ truyền dữ liệu và tốc độ di chuyển, hỗ trợ cho OpenStack Cinder biến SA3600 của bạn thành bộ lưu trữ dựa trên khối thành phần.

    Bài viết Thiết bị lưu trữ NAS Synology SA3600 đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/thiet-bi-luu-tru-nas-synology-sa3600/feed/ 0
    Dell EMC Unity XT 680 Hybrid Storage https://demo.nstech.vn/san-pham/dell-emc-unity-xt-680-hybrid-storage/ https://demo.nstech.vn/san-pham/dell-emc-unity-xt-680-hybrid-storage/#respond Mon, 17 Jun 2024 12:49:34 +0000 https://demo.nstech.vn/?post_type=product&p=3851 Dell EMC Data Storage
    Dell EMC Unity XT 680 Hybrid Flash Storage

    Bài viết Dell EMC Unity XT 680 Hybrid Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Dell EMC Unity XT 680 Hybrid Flash Specifications Processors Intel Xeon dual-socket processors Drive Enclosure 2.5″ (2U), 25 drives

    2.5″ (3U), 80 drives

    3.5″ (3U), 15 drives Included Software Dell EMC Unity XT Base Software

    Unisphere Management

    CloudIQ predictive storage analytics

    Remote Protection

    Local Protection

    Ecosystem Integration Max FAST Cache Up to 3.2 TBs Max Raw Capacity 8.0 PB Memory per Array 384 GB Min/Max Drives 6/1000 Protocol Fibre Channel

    NFS

    iSCSI Compares To NetApp AFF

    HPE Nimble

    Pure //m Unity XT 380 Unity XT 480 Unity XT 680 Unity XT 880 CPU (per SP) Single-socket 6c/1.7GHz Dual-socket 8c/1.8GHz Dual-socket 12c/2.1GHz Dual-socket 16c/2.1GHz Memory (per SP) 64GB 96GB 192GB 384GB Max Raw Capacity 2.4PB 4.0PB 8.0PB 16.0PB CAN/Mezz Ports 8/16Gb FC,

    10GbE Opt,

    1GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT IO Modules 10 GbE Base T,

    16Gb FC,

    25GbE Opt,

    10Gbe Opt 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE

    Bài viết Dell EMC Unity XT 680 Hybrid Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-emc-unity-xt-680-hybrid-storage/feed/ 0
    Dell EMC Unity XT 480 Hybrid Flash Storage https://demo.nstech.vn/san-pham/dell-emc-unity-xt-480-hybrid-flash-storage/ https://demo.nstech.vn/san-pham/dell-emc-unity-xt-480-hybrid-flash-storage/#respond Mon, 17 Jun 2024 12:49:34 +0000 https://demo.nstech.vn/?post_type=product&p=3852 Dell EMC Data Storage
    Dell EMC Unity XT 480 Hybrid Flash Storage

    Bài viết Dell EMC Unity XT 480 Hybrid Flash Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Dell EMC Unity XT 480 Hybrid Flash Specifications Processors Intel Xeon dual-socket processors Drive Enclosure 2.5″ (2U), 25 drives

    2.5″ (3U), 80 drives

    3.5″ (3U), 15 drives Included Software Dell EMC Unity XT Base Software

    Unisphere Management

    CloudIQ predictive storage analytics

    Remote Protection

    Local Protection

    Ecosystem Integration Max FAST Cache Up to 1.2 TBs Max Raw Capacity 4.0 PB Memory per Array 192 GB Min/Max Drives 6/750 Protocol Fibre Channel

    NFS

    iSCSI Compares To NetApp AFF

    HPE Nimble

    Pure //m Unity XT 380 Unity XT 480 Unity XT 680 Unity XT 880 CPU (per SP) Single-socket 6c/1.7GHz Dual-socket 8c/1.8GHz Dual-socket 12c/2.1GHz Dual-socket 16c/2.1GHz Memory (per SP) 64GB 96GB 192GB 384GB Max Raw Capacity 2.4PB 4.0PB 8.0PB 16.0PB CAN/Mezz Ports 8/16Gb FC,

    10GbE Opt,

    1GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT IO Modules 10 GbE Base T,

    16Gb FC,

    25GbE Opt,

    10Gbe Opt 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE

    Bài viết Dell EMC Unity XT 480 Hybrid Flash Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-emc-unity-xt-480-hybrid-flash-storage/feed/ 0
    Dell EMC Unity XT 380 Hybrid Flash Storage https://demo.nstech.vn/san-pham/dell-emc-unity-xt-380-hybrid-flash-storage/ https://demo.nstech.vn/san-pham/dell-emc-unity-xt-380-hybrid-flash-storage/#respond Mon, 17 Jun 2024 12:49:34 +0000 https://demo.nstech.vn/?post_type=product&p=3853 Dell EMC Data Storage
    Dell EMC Unity XT 380 Hybrid Flash Storage

    Bài viết Dell EMC Unity XT 380 Hybrid Flash Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    Dell EMC Unity XT 380 Hybrid Flash Specifications Processors Intel Xeon single-socket processors Drive Enclosure 2.5″ (2U), 25 drives

    2.5″ (3U), 80 drives

    3.5″ (3U), 15 drives Included Software Dell EMC Unity XT Base Software

    Unisphere Management

    CloudIQ storage analytics

    Remote Protection

    Local Protection

    Ecosystem Integration Max FAST Cache Up to 800 GBs Max Raw Capacity 2.4  PB Memory per Array 128 GB Min/Max Drives 6/500 Protocol Fibre Channel

    NFS

    iSCSI Compares To NetApp AFF

    HPE Nimble

    Pure //m Unity XT 380 Unity XT 480 Unity XT 680 Unity XT 880 CPU (per SP) Single-socket 6c/1.7GHz Dual-socket 8c/1.8GHz Dual-socket 12c/2.1GHz Dual-socket 16c/2.1GHz Memory (per SP) 64GB 96GB 192GB 384GB Max Raw Capacity 2.4PB 4.0PB 8.0PB 16.0PB CAN/Mezz Ports 8/16Gb FC,

    10GbE Opt,

    1GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT 25GbE Opt,

    10GbE BaseT IO Modules 10 GbE Base T,

    16Gb FC,

    25GbE Opt,

    10Gbe Opt 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE 10GbE BaseT,

    16Gb FC,

    25GbE Opt,

    10GbE Opt,

    SAS BE

    Bài viết Dell EMC Unity XT 380 Hybrid Flash Storage đã xuất hiện đầu tiên vào ngày DEMO NSTECH VIETNAM.

    ]]>
    https://demo.nstech.vn/san-pham/dell-emc-unity-xt-380-hybrid-flash-storage/feed/ 0