Syntax
Update-VsanHclDatabase [-FilePath <String>] [-Server <VIServer[]>] [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet updates the vSAN hardware compatibility list (HCL) database. It can be updated by using the latest online version or from a file, if Internet is not accessible. The cmdlet updates the HCL database for all clusters on the specified servers.Parameters
Return Type
VoidNotes
Examples
-------------- Example 1 --------------
Update-VsanHclDatabase -FilePath "LocalHclDbFilepath"
Updates the vSAN HCL database on the vSphere server by using the content of the "LocalHclDbFilepath" file.
-------------- Example 2 --------------
Update-VsanHclDatabase
Updates the vSAN HCL database on the vSphere server by using the latest version from the Internet.