Thursday, July 11, 2019

Showing flogi path status using UCS PowerTool

List FC VIF Path Status

Get-UcsDcxVc | where { $_.transport -eq "fc" } | select dn,switchid,operstate,adminstate,vnic,linkstate


List Ether VIF Path Status

Get-UcsDcxVc | where { $_.transport -eq "ether" } | select dn,switchid,operstate,adminstate,vnic,linkstate

No comments:

Post a Comment