Reference Guide

Figure 18. Check for updates
5. Click Check for updates.
A list of available updates is displayed, as shown in the following figure.
Figure 19. Select updates
6. Select the updates and click Install and Reboot to install and reboot the system.
Updating the out-of-box drivers
For certain system components, you might need to update the drivers to the latest Dell supported versions, which are listed in the
Supported Firmware and Software Matrix.
Run the following PowerShell command to retrieve the list of all driver versions that are installed on the local system:
Get-PnpDevice | Select-Object Name, @{l='DriverVersion';e={(Get-PnpDeviceProperty -InstanceId
$_.InstanceId -KeyName 'DEVPKEY_Device_DriverVersion').Data}} -Unique | Where-Object
{($_.Name -like "*HBA330*") -or ($_.Name -like "*mellanox*") -or ($_.Name -like "*Qlogic*") -
or ($_.Name -like "*X710*") -or ($_.Name -like "*intel*") -or ($_.Name -like "*Broadcom*")}
After you identify the required driver version, download the driver installers from https://www.dell.com/support or by using the Dell EMC
Repository Manager (DRM) as described in Obtaining the firmware catalog for AX nodes or Ready Nodes using the Dell EMC Repository
Manager.
After the drivers are downloaded, copy the identified drivers to AX nodes from where you can manually run the driver DUP files to install
the drivers.
26
Day 0 Operations