Hi All,
I noticed that OCUM can generate used and committed values for aggregate capacity and I want to do something similar using the Management SDK, but I cannot figure out how ...
I took a look at the management SDK documentation and the recommended API call for getting aggregate space information, aggr-space-get-iter(). It seems to be capable of returning a lot of different attributes, but nothing that is obviously (to me) related to the committed space.
Or, perhaps OCUM is generating the committed values in some other way e.g. by summing up values for some volume attribute, for all the vols contained within an aggregate?
My goal is to just gather some simple usage info. for the storage management team:
- What size are the (data) aggregates
- How much of each aggregate is in use
- How much of each aggregate has been "given out" / allocated to user volumes / committed
Thanks in advance for your feedback!
BTW, looking at the returned attributes from the above API call, what is an "object store"? I.e. I see attributes with names like "object-store-size" ... is that an aggregate, or some other construct contained within an aggregate?
Cheers,
Robb.