Quantcast
Viewing all articles
Browse latest Browse all 240675

Get-ScsiLun

$A=get-vmhost vmhostName

PowerCLI D:\Scripts\RDMReport> Get-ScsiLun -VmHost $A
Get-ScsiLun : 27.3.2013 12:19:55    Get-ScsiLun        Value cannot be null.
Parameter name: array
At line:1 char:12
+ Get-ScsiLun <<<<  -VmHost $A
    + CategoryInfo          : NotSpecified: (:) [Get-ScsiLun], VimException
    + FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.ViCore.Cmdlets.Commands.Host.GetScs
   iLun

 

 

Hi All,

 

Bit weird issue i'm facing.

I've written a powershell script to grab the RDM details. But all of sudden things stopped working.

when I digged dipper I see get-scsilun is failing.

I see different results.

I see it is working perfectly fine on one cluster and but on another cluster it is not working.

 

anyone has seen any such problems?

 

Thank you,

Preetam


Viewing all articles
Browse latest Browse all 240675

Trending Articles