Repquota error

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Repquota error
# 1  
Old 07-31-2012
Repquota error

I have configured quota on (/ partition) my RHEL 5 machine .Repquota -a and Repquota -u filesystem_name commands are working fine but when i enter Repquota -u user_name it gives following error .

repquota: can't stat() given mountpoint user_name: no such file or directory skipping ...
repquota : no correct mountpoint specified.
repquota :can't initialize mountpoint scan

pls help

Vaibhav
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Print Error in Console and both Error & Output in Log file - UNIX

I am writing a shell script with 2 run time arguments. During the execution if i got any error, then it needs to redirected to a error file and in console. Also both error and output to be redirected to a log file. But i am facing the below error. #! /bin/sh errExit () { errMsg=`cat... (1 Reply)
Discussion started by: sarathy_a35
1 Replies

2. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

3. UNIX for Advanced & Expert Users

repquota and quota number system

What is the repquota and quota number system? Does it use MB, GB, or KB? (1 Reply)
Discussion started by: cokedude
1 Replies

4. UNIX for Dummies Questions & Answers

> 5 ")syntax error: operand expected (error token is " error

im kinda new to shell scripting so i need some help i try to run this script and get the error code > 5 ")syntax error: operand expected (error token is " the code for the script is #!/bin/sh # # script to see if the given value is correct # # Define errors ER_AF=86 # Var is... (4 Replies)
Discussion started by: metal005
4 Replies

5. UNIX for Dummies Questions & Answers

repquota -g shows USER only. Groups created are not shown

Guys , i have created diskquota on group and user, however when i use repquota /home i get the user names and the quota values all right, however when i set one for a group i cant check it with repquota -g. help pls (0 Replies)
Discussion started by: dplate07
0 Replies

6. AIX

nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error

-------------------------------------------------------------------------------- Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no... (9 Replies)
Discussion started by: astjen
9 Replies

7. UNIX for Advanced & Expert Users

VSI-FAX error - Cannot login to server and Connecto error to host

I encounters a VSIFAX related error: vfxstat: Cannot login to server on rsac3: Connect error to host 172.16.1.45: Invalid argument It started happening last night with a core dump. Then we can't start VSIFAX again. I am runing VSI-FAX 4.2 on AIX box (0 Replies)
Discussion started by: b_jin
0 Replies

8. UNIX for Dummies Questions & Answers

awk Shell Script error : "Syntax Error : `Split' unexpected

hi there i write one awk script file in shell programing the code is related to dd/mm/yy to month, day year format but i get an error please can anybody help me out in this problem ?????? i give my code here including error awk ` # date-month -- convert mm/dd/yy to month day,... (2 Replies)
Discussion started by: Herry
2 Replies

9. UNIX for Dummies Questions & Answers

Error: Internal system error: Unable to initialize standard output file

Hey guys, need some help. Running AIX Version 5.2 and one of our cron jobs is writing errors to a log file. Any ideas on the following error message. Error: Internal system error: Unable to initialize standard output file I'm guessing more info might be needed, so let me know. Thanks (2 Replies)
Discussion started by: firkus
2 Replies

10. UNIX for Dummies Questions & Answers

Repquota doesn't work as Cronjob?!?

Hello: I'm trying to run repquota -ag > /home/usersdir/repquota.txt as a daily cronjob at midnight, but the file always ends up blank. I even tried writing a quick Perl script to e-mail me what running that command outputs, and it's nothing. Can root run repquota as a cronjob? Do I have... (1 Reply)
Discussion started by: b416
1 Replies
Login or Register to Ask a Question
FS_EXAMINE(1)						       AFS Command Reference						     FS_EXAMINE(1)

NAME
fs_examine - Shows data about the volume containing a directory or file SYNOPSIS
fs examine [-path <dir/file path>+] [-help] fs exa [-p <dir/file path>+] [-h] fs listvol [-p <dir/file path>+] [-h] fs listv [-p <dir/file path>+] [-h] fs lv [-p <dir/file path>+] [-h] DESCRIPTION
The fs examine command displays information about the volume containing each specified directory or file, including its volume ID number, quota and the percentage of its quota that is used. This command provides the most information about a volume, but the fs listquota command displays similar information in tabular format, and the fs quota command reports only the percentage of quota used. To set volume quota, use the fs setquota or fs setvol command. CAUTIONS
The partition-related statistics in this command's output do not always agree with the corresponding values in the output of the standard UNIX df command. The statistics reported by this command can be up to five minutes old, because the Cache Manager polls the File Server for partition information at that frequency. Also, on some operating systems, the df command's report of partition size includes reserved space not included in this command's calculation, and so is likely to be about 10% larger. OPTIONS
-path <dir/file path>+ Names a file or directory that resides in the volume about which to produce output. Partial pathnames are interpreted relative to the current working directory, which is also the default value if this argument is omitted. -help Prints the online help for this command. All other valid options are ignored. OUTPUT
The output displays information about the volume that houses each specified directory or file, in the following format Volume status for vid = I<volume ID> named I<volume name> Current offline message is I<message> Current disk quota is I<quota in kilobytes> Current blocks used are I<volume size in kilobytes> The partition has I<available partition> blocks available out of I<partition size> where the first line specifies the volume's ID number and name. The "Current offline message" line appears only if an administrator has included the -offlinemsg argument to the fs setvol command. The remaining lines report, respectively, o The volume's quota in kilobytes, or the string "unlimited" to indicate an unlimited quota. o The volume's current size in kilobytes. o The number of blocks available and total size of the host partition, both in kilobytes. EXAMPLES
The following example shows the output for the volume "user.smith" and the partition housing it: % fs examine -path /afs/abc.com/usr/smith Volume status for vid = 50489902 named user.smith Current maximum quota is 15000 Current blocks used are 5073 The partition has 336662 blocks available out of 4177920 PRIVILEGE REQUIRED
The issuer must have the "r" (read) permission on the ACL of the root directory of the volume that houses the file or directory named by the -path argument, and "l" (list) permission on the ACL of each directory that precedes it in the pathname. SEE ALSO
fs_listquota(1), fs_quota(1), fs_setquota(1), fs_setvol(1) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 FS_EXAMINE(1)