loading

DataON SBE

DataON
SBE Package

DataON SBE Package for Azure Stack HCI.
Please login to download the files.

Login Here



Version: 4.1.2401.49

Release Date: 2024/05/13

This version supports AZS-7xxx and S2D-7xxxx series servers

DataON recommends users update to this version at their earliest convenience.



Component Description Version
Chipset Intel® Server Chipset Driver for Windows /10.1.19485.8386 10.1.19485.8386
Onboard sSATA Driver VROC and RSTe Driver for Windows 8.0.0.4028
Intel® Network Adapter_X710 Network adapter driver 1.16.208.0
Intel® Network Adapter_E810 Network adapter driver 1.12.164.0
Intel® Network Adapter Firmware Intel(R) Ethernet Connection X710 9.5
Intel® Network Adapter Firmware Intel(R) Ethernet Connection X810 4.3
Mellanox Driver WinOF2 23.10.26252.0
SSDPF2KX038TZ P5510_3.8TB drive firmware JCV10400
SSDPF2KX076TZ P5510_7.6TB drive firmware JCV10400
SSDPF2KX019T1 P5520_1.92TB drive firmware 9CV10450
SSDPF2KX038T1 P5520_3.84TB drive firmware 9CV10450
SSDPF2KX076T1 P5520_7.68TB drive firmware 9CV10450
SSDPF2KX153T1 P5520_15.36TB drive firmware 9CV10450
SSDPF2KE016T1 P5620_1.6TB drive firmware 9CV10450
SSDPF2KE032T1 P5620_3.2TB drive firmware 9CV10450
SSDPF2KE064T1 P5620_6.4TB drive firmware 9CV10450
SSDPF2KE128T1 P5620_12.8TB drive firmware 9CV10450
SSDPF2NV153T2 P5316_15.36TB drive firmware ACV10340
SSDPF2NV307T2 P5316_30.72TB drive firmware ACV10340

Installation:

Install DataON SBE after Azure Stack HCI Deployment.


Use the following steps to install the DataON SBE package for DataON hardware updates.

  1. Log in to the DataON SBE files repository (this website) using credentials provided by the DataON support team.

  2. Download all of the files and place them into a new or existing C:\SBE directory on each node. The zipped file does NOT need to be unzipped. You can safely remove or overwrite any existing files in that folder.

    • SBE_Discovery_DataON.xml
    • SBE_DataON_AZS1_x.x.xxxx.xx.xml
    • SBE_DataON_AZS1_x.x.xxxx.xx.zip

  3. Log in to one of the cluster nodes using your LCM user ID created during cluster deployment.

  4. Run the manual discovery using the following command:

    Add-SolutionUpdate -SourceFolder “C:\SBE” -verbose


  5. Verify that the Update service discovered the update package and that it's available to start preparation and installation:

    $update = Get-SolutionUpdate | Where-Object {$_.PackageType -eq "SBE"} | Select -last 1

    $update


  6. To Start the update, run:

    $update | Start-SolutionUpdate

  7. To check on the update process, run:

    Get-SolutionUpdate


For more details, check: Apply Updates to your Azure Stack HCI clust...