< Back

Get-VsanRuntimeInfo

Sun Jan 19, 2020 7:17 pm

NAME Get-VsanRuntimeInfo



SYNOPSIS

This cmdlet retrieves the runtime information of a vSAN cluster.





SYNTAX

Get-VsanRuntimeInfo -Cluster <Cluster[]> [-Server <VIServer[]>] [<CommonParameters>]





DESCRIPTION

This cmdlet retrieves the runtime information and of a vSAN cluster, such as resynchronization traffic information

of the ongoing resynchronization operation.





PARAMETERS

-Cluster <Cluster[]>

Specifies the vSAN cluster from which you want to retrieve runtime information.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? true



-Server <VIServer[]>

Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this

parameter, the command runs on the default servers. For more information about default servers, see the

description of Connect-VIServer.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? true



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Zero or more VsanRuntimeInfo objects







NOTES









-------------------------- Example 1 --------------------------



Get-VsanRuntimeInfo -Cluster $vsanCluster



Retrieves the vSAN runtime information of the $vsanCluster cluster.



RELATED LINKS

Online Version: https://code.vmware.com/doc/preview?id= ... eInfo.html