NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

Need help in getting report

RAMACHANDRA_CBRANDS
4,020 Views

Hi Experts,

Need help in pulling DFM graph report for individual volume usage history.

Normally I use below command for pulling overall volume usage in filer level.

dfm graph -s 18000 -e 0 -h 500 -w 1000 -F gif volume-usage filer-1 > filer-1.gif

I need similar type of command for taking individual volume usage.

Thanks,

Ram

3 REPLIES 3

UNNIKRISHNAN_KP9
4,020 Views

Hello Ram,

Have you tried specifying the volume name itself?

dfm graph -s 18000 -e 0 -h 500 -w 1000 -F gif volume-usage (vol name) > test.gif

Do let me know how this goes.

RAMACHANDRA_CBRANDS
4,020 Views

It didn't help.

UNNIKRISHNAN_KP9
4,020 Views

Hello.

Sorry I was not able to reply earlier.

You should be able to generate the graph using two options:

1. dfm graph -s 18000 -e 0 -h 500 -w 1000 -F gif volume-usage <controller_name>:<volume_name> > test.gif

2. Obtain the volume dfm object id and run the following:

         dfm graph -s 18000 -e 0 -h 500 -w 1000 -F gif volume-usage <object id>

Do let me know how this goes.

Public