Get-LcmHardwareCompatibility

This cmdlet verifies that the components in the base image are compatible with all vSAN storage controllers on the hosts in the cluster in accordance with the VMware Compatibility Guide. vSphere Lifecycle Manager scans the base image and checks whether the physical I/O device controllers are compatible with the specified ESXi version. Compatibility is checked for the vSAN storage controllers only.

Syntax

-Cluster  <Cluster[]>
[-RunAsync]
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Cluster
Cluster[] named
  • wildcards
  • pipeline
  • Specifies the name of the cluster to check for hardware compatibility.
    optional
    RunAsync
    SwitchParameter named Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    -VMHost  <VMHost[]>
    [-RunAsync]
    [-Server  <VIServer[]>]
    [CommonParameters]

    Parameters

    Required Parameter Name Type Position Features Description
    required
    VMHost
    VMHost[] named
  • wildcards
  • Specifies the name of the host to check for hardware compatibility.
    optional
    RunAsync
    SwitchParameter named Indicates that the command returns immediately without waiting for the task to complete. In this mode, the output of the cmdlet is a Task object. For more information about the RunAsync parameter run "help About_RunAsync" in the VMware PowerCLI console.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Lcm.LcmHardwareCompatibility

    Examples


    Example 1

    Get-LcmHardwareCompatibility 'lcm-cluster'

    Checks whether the storage controllers of the hosts in the 'lcm-cluster' cluster are compatible with vSAN in accordance with the VMware Compatibility Guide.

    Related Commands

    Feedback

    Was this page helpful?