VMware Cloud Community
geob
Enthusiast
Enthusiast

Storage Report ?

I'm hoping someone here has already tackled this and doesn't mind sharing their code.

I have several ESX clusters that are using shared Fiber storage. I'm looking for a way to utilize vMA to pull storage reports. I need to know LUN Name, how much is provizioned, and how much available.

Is this something that would be possible using vMA, and if so has anyone done this before?

Thanks in advance,

Geob

0 Kudos
1 Reply
lamw
Community Manager
Community Manager

yes.

I have a simple script that does extracts some of the basic information:

If you want something in more detail, you can take a look at this script:

There's also vCLI script that exists on vMA that you can also use too:

{code]

/usr/lib/vmware-vcli/apps/host/dsbrowse.pl

{code}

=========================================================================

William Lam

VMware vExpert 2009

VMware ESX/ESXi scripts and resources at:

Twitter: @lamw

VMware Code Central - Scripts/Sample code for Developers and Administrators

VMware Developer Comuunity

If you find this information useful, please award points for "correct" or "helpful".

0 Kudos