Tool

Utility to Get User Quotas on a Volume

Author Info

3 September 2009 - 3:06pm
Submitted by: dvijayababu

tool
Reads:

778

Score:
0
0
 
Comments:

0

license: 
Free

Prerequisites

  1. Perl must be installed and running on the Linux server where this utility will be used.
  2. NSS must be installed to get the VFS support.
    (The SDK for this API set can be downloaded from http://developer.novell.com/wiki/index.php/Virtual_File_Services_for_NetWare.)

This tool is used to get the user quotas on a volume.

It uses Virtual File Services to get the user quotas.

How to use the utility:

From a terminal prompt type:

perl userQuota.pl <enter>

Following menu will be displayed:

  1. To get user quota on a volume
  2. Exit

A sample output on selecting 1 would be:

Select Action: 1
Enter Volume Name to find user quotas: XYZ

---------------------------------------------------------
user Name                  : v123.novell
quota (in MB)             : 78
used Space (in MB)        : 0
---------------------------------------------------------
If user quota not assigned on volume.

Select Action: 1
Enter Volume Name to find user quotas: COMP

------------------------------------------------
            No User Quotas
------------------------------------------------

AttachmentSize
userQuota.pl.txt4.26 KB

Author Info

3 September 2009 - 3:06pm
Submitted by: dvijayababu




User Comments

© 2009 Novell, Inc. All Rights Reserved.