Thursday, May 30, 2013

Quota Qtree -NetApps/Linux



Keywords:  Quota Qtree -NetApps/Linux

QUOTAS FOR QTREE


   We can assign quotas for USER, GROUP, & QTREE

 
  Steps to ASSIGN quotas


1. Make the below entry in /etc/quotas

  /vol/vol1/qtree1            tree  500mb

   /vol/vol1/qtree1 - give the QTREE full path

  tree - TYPE [ if we are assignining quotas for USER/GROUP mention as user/group]

  500mb – SIZE  [Qtree SIZE]

2. quota on -w vol1    [ it will scan the /etc/quotas file and it will ON the quota]

3. quota off vol1    [it will OFF the quota]


  Steps to RESIZE the quota


1. Make the Changes in /etc/quotas

  /vol/vol1/qtree1      tree  200m

2. quota off vol1

3. quota on vol1

   STEPS 2 & 3 to REINITIALIZE the quota


4. quota resize vol1 [Changes made in /etc/quotas file will take effect immediately


Thanks,
Santhosh Kumar R

No comments:

Post a Comment