Active IQ Unified Manager Discussions

Operation Manager report showing snapshot space usage

korns
2,383 Views

Is there a way in Operation Manager to list all the snapshots of a particular volume (or volumes on a system) along with exactly how much physical space each snapshot is taking on filer?

We are familiar with Snapshot Capacity report (showing space usage of all snapshots) and Volume Snapshot Details but they do not get to "space usage per snapshot".

Dave,

PS: similar to what one gets from snap list and/or snap delta

1 REPLY 1

adaikkap
2,383 Views

You have two options.

  1. Run dfm run cmd <filer id/name> snaplist <volume name>from OM to get the exact output as what you get from cli.
  2. run the cli dfpm dataset snapshot list <volume name/id> it is not necessafy that the volume is part of any dataset.

The output generate by the above cli is like this.

[root@lnx ~]# dfpm dataset snapshot list 117
Id   Name            Unique Id    Volume          Timestamp            Versioned  Dependencies    % of Total Blocks
---- --------------- ------------ --------------- -------------------- ---------- --------------- ----------
11019504 hourly.5        1301567446   f2020-:/vol0 31 Mar 2011 16:00:46 No         None            1%  (0%)
11019503 hourly.4        1301581831   f2020:/vol0 31 Mar 2011 20:00:31 No         None            1%  (0%)
11100778 nightly.1       1301596216   f2020-:/vol0 01 Apr 2011 00:00:16 No         None            1%  (0%)
11019501 hourly.3        1301625001   f2020:/vol0 01 Apr 2011 08:00:01 No         None            0%  (0%)
11019500 hourly.2        1301639446   f2020:/vol0 01 Apr 2011 12:00:46 No         None            0%  (0%)
11019499 hourly.1        1301653846   f2020:/vol0 01 Apr 2011 16:00:46 No         None            0%  (0%)
11019498 hourly.0        1301668231   f2020:/vol0 01 Apr 2011 20:00:31 No         None            0%  (0%)
11100773 nightly.0       1301682617   f2020:/vol0 02 Apr 2011 00:00:17 No         None            0%  (0%)
[root@lnx ~]#

Regards

adai

Public