VMware Cloud Community
Pilu1978
Enthusiast
Enthusiast

Host MultiPath Info

Hi,

I am facing issues whenever I am trying to get the information of multipath info of the LUNs presented to esx hosts. The VRO is hanging whenever I am running the below code to fetch the information:

var esxhosts = VcPlugin.getAllHostSystems()

for each (esxhost in esxhosts){

if (esxhost.name == "xxxxxxxx"){

System.log(esxhost.config.storageDevice.scsiLun)

}

}

Please help.

0 Kudos
0 Replies