Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 168455

Re: get esxi storage path details using powercli

$
0
0

Can we try to find out for which specific LUN the error is triggered ?

Try something like this

 

Get-VMHostmyhost.com|Get-ScsiLun|%{

    Write-Host"LUN $($_.CanonicalName)"

    Get-ScsiLunPath-ScsiLun$_

}


Viewing all articles
Browse latest Browse all 168455

Trending Articles