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

Re: Get naa number with Get-View

$
0
0

You can also try the following:

 

 

$esxcli= Get-EsxCli -VMHost $esxihost

$esxcli.storage.vmfs.extent.list() | ?{($_.DeviceName -like "naa.6000*")} | Sort Device | Select DeviceName, VolumeName

 

 

where $esxihost is your host name. Replace "naa.6000*"  with your device identifier.


Viewing all articles
Browse latest Browse all 231085

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>