Results 1 to 4 of 4

Thread: Monitoring CSV free space without SCOM 2007

  1. #1
    Join Date
    Mar 2010
    Posts
    30

    Monitoring CSV free space without SCOM 2007

    I have some hard disk on CSV volume. I would like to monitor the disk space of this drives on CSV volume on Hyper-V hosts. Is there any way to monitor the free space? Please help!

  2. #2
    Join Date
    Feb 2008
    Posts
    2,635

    Re: Monitoring CSV free space without SCOM 2007

    There are two methods to check CSV free space manually. The first is to open up the Failover Clustering MMC and connect to the cluster. Here you should find the size and free space for the Cluster Shared Volume. Secondly, you can also do it in VMM by right-clicking on the cluster object and viewing the properties.

  3. #3
    Join Date
    May 2009
    Posts
    640

    Re: Monitoring CSV free space without SCOM 2007

    No there is no other way to monitor CSV usage other that via SCOM. You need to create a script with the help of SCOM management pack. You can even use powershell script in which you can have "get-clustersharedvolume" commandlet for getting freespace from a CSV volume.

  4. #4
    Join Date
    Nov 2008
    Posts
    774

    Re: Monitoring CSV free space without SCOM 2007

    To find free disk space through PowerShell, you will find the information about the disk inside the object returned by Get-ClusterSharedVolume. To retrieve this information, you can output to Format-Custom: PS> Get-ClusterSharedVolume "Cluster Disk 1" | fc *

Similar Threads

  1. Replies: 5
    Last Post: 30-01-2012, 05:42 PM
  2. Replies: 6
    Last Post: 28-04-2011, 10:40 PM
  3. Replies: 1
    Last Post: 30-11-2010, 05:05 PM
  4. Free DSL usage monitoring software
    By AGAMEMNON in forum Windows Software
    Replies: 5
    Last Post: 30-01-2010, 01:26 PM
  5. Replies: 0
    Last Post: 25-11-2008, 01:37 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,237,668.84471 seconds with 17 queries