Syntax
Update-VsanHclDatabase [-FilePath <String>] [-RunAsync] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<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.