Active IQ Unified Manager Discussions

Need help in getting report

RAMACHANDRA_CBRANDS
2,773 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
2,773 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
2,773 Views

It didn't help.

UNNIKRISHNAN_KP9
2,773 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