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

Re: How to figure out to which VM belongs RDM LUN when you know its naa?

$
0
0

This powrCLI oneliner will help you in finding the VM with the RDM which has the specific naa ID. Change the NAA id with the one in vmkernel.log.

 

Get-VM | Get-HardDisk-DiskType"RawPhysical","RawVirtual" | where { $_.ScsiCanonicalName -eq "naa.50002ac00071239a"} | Select-Object Parent, ScsiCanonicalName


Viewing all articles
Browse latest Browse all 197835

Trending Articles



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