#Aggregate Space information

1 messages · Page 1 of 1 (latest)

patent elk
#

I am trying to gather some space info for all of our clusters. I need to find the current aggregate space that is used and determine the capacity that it will be when moved to a CVO instance. While starting to gather numbers I have notice that if I used get-ncaggr | select used this value is always near 0 but totalsize - availablesize is closer to the right number.

In trying to add numbers up to understand what the digital wallet has for a size i think that I need to take the get-ncaggr totalsize - available + get-ncaggrobjectstore used space .

Does anyone have any info on what the used is from get-ncaggr or a better way to determine the actual used size of the aggregates?

heavy anchor
#

Have you investigated get-ncaggrspace (I'm using PSTK 9.12.1.2302 with ONTAP 9.12.1P2)

#
    @{
        n="Physical space used";e={
            ConvertTo-FormattedNumber ($_.PhysicalUsed) datasize "0.00"
        }
    },PhysicalUsedPercent```
#
---------  ------------------- -------------------
Aggr0_C1N1 14.43 TB                             21```