Customizing the Cluster Inventory report to display nodes reaching the maximum disk limit
You can customize the Cluster Inventory report to display a list of nodes that are reaching the maximum disk limit and sorted by increasing order.
About this task
You can also perform this task by going to the Reports page and clicking Run Report for the appropriate report.
Steps
-
To remove the grouping by cluster, or node, perform the following steps:
-
Click in the columns that needs to be ungrouped.
-
Click the icon.
-
Select Group > Delete Inner Group.
-
-
To move the Disk Count column next to the Model column, perform the following steps:
-
Click in the Disk Count column.
-
Click the icon and select Column > Reorder Columns.
-
In the Reorder Columns dialog box, use the up and down arrow keys to move the column to the required position.
-
-
To add a new computed column, perform the following steps:
-
Select a column, click , and select Column > New Computed Column.
-
In the New Computed Column dialog box, type
Maximum Disk Limit
in the Column Label field. -
From the Select Category list, select Comparison.
-
From the Select Function list, select Advanced.
-
In the Enter Expression field, type
IF([model]="FAS3250" , 960, 0)
. -
Click OK.
-
-
To add a second new column, perform the following steps:
-
Select the Maximum Disk Limit column, click the icon, and select Column > New Computed Column.
-
In the New Computed Column dialog box, type
Available Volume
in the Column Label field. -
From the Select Category list, select Math.
-
From the Select Function list, select DIFFERENCE.
-
From the Column 1 list, select Maximum Disk Limit.
-
From the Column 2 list, select Disk Count.
-
Click OK.
-
-
To sort the values, click in the Available Volume column, and click the icon.
-
Select Filter > Top/Bottom N.
-
In the Top/Bottom N dialog box, select Top N from the Filter field and enter a value in the text field.
-
Click OK.