Skip to main content

Determining space issues in aggregates

You can use the data center APIs in Unified Manager for DM Series to monitor the availability and utilization of space in your volumes. You can determine space issues in your volume and identify storage resources that are overutilized or underutilized.

The data center APIs for aggregates retrieve the relevant information about available and used space, and space saving efficiency settings. You can also filter the retrieved information based on specified attributes.

One method to determine any lack of space in your aggregates is to verify whether there are volumes in your environment with autosize mode enabled. You should then identify which volumes are being over-utilized and perform any corrective actions.

The following flowchart illustrates the process of retrieving information about volumes with autosize mode enabled:



This flow assumes that the clusters have already been created in ONTAP and added to Unified Manager.
  1. Obtain the cluster key, unless you know the value:
    CategoryHTTP verbPath
    datacenterGET

    /datacenter/cluster/clusters

  2. Using the cluster key as the filter parameter, query the aggregates on that cluster.
    CategoryHTTP verbPath
    datacenterGET

    /datacenter/storage/aggregates

  3. From the response, analyze the space usage of the aggregates and determine which aggregates have space issues. For each aggregate with space issue, obtain the aggregate key from the same JSON output.
  4. Using each aggregate key, filter all the volumes that have the value for the autosize mode parameter as grow.
    CategoryHTTP verbPath
    datacenterGET

    /datacenter/storage/volumes

  5. Analyze which volumes are being over-utilized.
  6. Perform any necessary corrective action, such as moving the volume across aggregates, to address the space issues in your volume. You can perform these actions from ONTAP or Unified Manager web UI.