Operating System - HP-UX
1826993 Members
3411 Online
109705 Solutions
New Discussion

repquota -v showing no output

 
Rene Sesink
Occasional Contributor

repquota -v showing no output

Hello,

I'm working on a quota implementation project and came across a (small) problem.

I've got a fileserver with quota enabled. The logical volumes are exported through NFS and i've got rpc.quotad running.
I want to have a quota report of all users on a particular logical volume even if the user hasn't got a quotalimit.

I know on *BSD and Linux you can use repquota -v but somehow it's not working on HP-UX. I only see users which have quotalimits, not users without quotalimit.
Does someone have got a sollution for us?

Here some information:
# repquota -v /mnt/nyvfs12/lvol1
/dev/vgvfs12a/lvol1 (/mnt/nyvfs12/lvol1):
Block limits File limits
User used soft hard timeleft used soft hard timeleft
gruyters -- 759112 800000 900000 7531 0 0
zwart1 -- 335120 3584000 5376000 1987 0 0
snel1 -- 245328 512000 768000 1848 0 0

# mount|grep /dev/vgvfs12a/lvol1
/mnt/nyvfs12/lvol1 on /dev/vgvfs12a/lvol1 quota,log on Fri Nov 7 19:52:53 2003

# uname -mrs
HP-UX B.11.11 9000/800

# what /usr/sbin/repquota
/usr/sbin/repquota:
$Revision: B.11.11_LR
Fri Oct 27 00:00:41 PDT 2000 $

# swlist -l product|grep -i quota
DiskQuota B.11.11 DiskQuota

1 REPLY 1
David Hausman
Occasional Advisor

Re: repquota -v showing no output

Hello, If I undestand your question correctly use can use quot /filesystemname
to see usage for every ID using space in the file system. The quot command is available even if you do not have quotas implemented. repquota can only report on users that have an assigned quota. You can verify this by issuing edquota "userid" If all values are 0 then there are no quotas established for the userid.