VMware Cloud Community
Arkady
Contributor
Contributor
Jump to solution

Monitoring SAN space

I need to monitor available space on the SAN attached to ESX hosts. I do not see any alert options via Virtual center.

Thank you in advance.

Reply
0 Kudos
1 Solution

Accepted Solutions
VirtualNoitall
Virtuoso
Virtuoso
Jump to solution

VI Powershell tool kit for windows beta was just released:

getting the data is dead simple. You would just have to wrap some code around it to notify and check on a specified frequency.:

get-viserver YourServerName; get-datatstore

Hope that helps!

View solution in original post

Reply
0 Kudos
2 Replies
williambishop
Expert
Expert
Jump to solution

You'll probably have to look at some type of script using vdf or the like. I don't know of any prepackaged tools that are cheap, but a script should suffice.

--"Non Temetis Messor."
VirtualNoitall
Virtuoso
Virtuoso
Jump to solution

VI Powershell tool kit for windows beta was just released:

getting the data is dead simple. You would just have to wrap some code around it to notify and check on a specified frequency.:

get-viserver YourServerName; get-datatstore

Hope that helps!

Reply
0 Kudos