ONTAP Discussions

CLI quota report

Niclas
4,345 Views

In C.DOT  cli when you run a quota report like this

mycluster::> volume quota report -vserver mysvm -fields volume ,tree ,disk-used , disk-limit

vserver volume     index tree      disk-used disk-limit
------- ---------- ----- --------- --------- ----------
svm01  vol0102 1     test2 51.95MB   100GB
svm01  vol0103 0     test3     0B        100GB
svm01  vol0104 0     test4   39.1GB   100GB

 

The disk-used field shows Human readable, which is fine some time but when you have more then 20 lines of quotas you cannot see the big ones.

so any one knows the trick to get it all in the same format ? like KB, MB or ...

1 ACCEPTED SOLUTION

asulliva
4,326 Views

Try the "set" command from ClusterShell.  I discussed it here as well.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

View solution in original post

1 REPLY 1

asulliva
4,327 Views

Try the "set" command from ClusterShell.  I discussed it here as well.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public