Table of ContentsView in Frames

Customizing the Qtree Capacity and Utilization report to display qtrees that have breached the file soft limit

You can customize the Qtree Capacity and Utilization report to display qtrees that have breached the file soft limit. You can filter and sort by file used, file hard limit, and file soft limit.

About this task

You can also perform this task by going to the Reports page and selecting Run Report for the appropriate report.

Steps

  1. To remove the grouping by SVM, cluster or volume, perform the following steps:
    1. Click in the columns that need to be ungrouped.
    2. Click the icon.
    3. Select Group > Delete Inner Group.
  2. To filter qtrees that do not have an unlimited file hard limit, click in the File Hard Limit column and open the Filter dialog box by clicking the icon.
    1. From the Condition drop-down list, select Not Equal To.
    2. Click Select Values and select Unlimited.
    3. Click Ok.
  3. To filter qtrees that do not have an unlimited file soft limit, click in the File Soft Limit column and open the Filter dialog box by clicking the icon.
    1. From the Condition drop-down list, select Not Equal To.
    2. Click Select Values and select Unlimited.
    3. Click Ok.
  4. To add a column for qtrees that have breached the file soft limit, perform the following steps:
    1. Click in the File Soft Limit column, click the icon, and select Column > New Computed Column
    2. In the New Computed Column dialog box, type Breached File Soft Limit Capacity in the Column Label field.
    3. From the Select Category list, select Text.
    4. From the Select Function drop-down list, select Advanced.
    5. In the Enter Expression field, type IF(([qtreeFileUsedPercent]*[fileLimit]/100 > [softFileLimit]), "Yes", "No").
    6. Click OK.
  5. To filter qtrees that have breached the soft file limit, click in the Breached File Soft Limit Capacity column and open the Filter dialog box by clicking the icon.
    1. From the Condition drop-down list, select Equal To.
    2. Click Select Values and select Yes.
    3. Click Ok.