
UNSOLVED
Set Array LUN ID when creating LUN with ESI/Powershell
Is it possible to set the array LUN ID when creating a LUN with the ESI Powershell commands?
PS> $l = New-EmcLun -Pool $vnx1Gp1 -Name 'TestLun1' -Capacity 2GB
TaskStatus: Started
10% : Creating the LUN...
100% : The specified LUN has been created.
TaskStatus: Completed
PS> $l.ArrayLunId
4 # this is the ID I want to set
I am working with a pair of VNX5800s and ESI 4x.
Responses (0)
Solutions (0)
