Thursday 22 August 2013

NetApp: Bulk Quota Setting

Follow the steps below for bulk quota setting:

1. Go to //<filer>/c$/etc/quotas
2. Open the quotas file in WordPad
3. Add the following command: -

    /vol/<volume1>/<username1> tree <quota1> - - - -
    /vol/<volume2>/<username2> tree <quota2> - - - -
    /vol/<volume3>/<username3> tree <quota3> - - - -
    .
    .
    .
< continue until the last quota that you would like to set >

Example: -
     /vol/vol_nfs_test_01/user1 tree 2097152K - - - -
     /vol/vol_nfs_test_02/user2 tree 5126152K - - - -
     /vol/vol_nfs_test_03/user3 tree 2567152K - - - -
    .
    .
    .
     /vol/vol_nfs_test_50/user50 tree 2097152K - - - -

4. Leave a blank paragraph at the end of your last command line
5. Save the quotas file

No comments:

Post a Comment