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

Re: Adding multiple RDMs to a VM

$
0
0

This is one way of finding the LUN Id.

 

Get-VMHostMyEsx|Get-ScsiLun-LunTypedisk|
SelectCanonicalName,@{N="LUN ID";E={
  (
Select-String-Pattern":L(?<lunid>\d+)$"-InputObject$_.RuntimeName|
 
Select-ExpandPropertyMatches).Groups["lunid"].Value}}

 

You will need to create the SCSI controllers in order, you can't specify a controller ID afaik.

Each call to New-ScsiController will create a new one with the next sequential ID number.


Viewing all articles
Browse latest Browse all 228309

Trending Articles



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