Hello,
I want to know certain information about a virtual infrastructure. By example:
"ESX Host","LUN Id","Capacity","Type"
"ESX1","12","400 GB","Flat"
"ESX2","12","400 GB","Flat"
"ESX1","15","250 GB","Flat"
"ESX2","15","250 GB","Flat"
"ESX1","25","100 GB","vRDM"
"ESX1","33","200 GB","pRDM"
Or best for me:
"ESX Host","LUN Id","Capacity","Type","Datastore?"
"ESX1","12","400 GB","Flat","DataStore_1"
"ESX2","12","400 GB","Flat","DataStore_1"
"ESX1","15","250 GB","Flat","DataStore_2"
"ESX2","15","250 GB","Flat","DataStore_2"
"ESX1","25","100 GB","vRDM","N/A"
"ESX1","33","200 GB","pRDM","N/A"
Is it popssible?
Thank you
Best regards.