Operating System - HP-UX
1837143 Members
2454 Online
110112 Solutions
New Discussion

HP-UX 11 quota NFS mounts

 
Peter Lachnitt
Advisor

HP-UX 11 quota NFS mounts

Hi,

I have a NetAPP Filer as NFS server that has quota enable on for filesystems that are to be exported. quota -v shows output.

However on the client, I used automounter to mount it. But when i execute quota -v, the output displays only the header:
root # quota -v xxxxxx
Disk quotas for xxxxxx (uid xxxx):
Filesystem usage quota limit timeleft files quota limit timeleft

Any one can help?
Peter Lachnitt
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor

Re: HP-UX 11 quota NFS mounts

Hi,

Try mounting the nfs filesystem on the client with the option

# mount -o quota

Regards,
Robert-Jan
harry d brown jr
Honored Contributor

Re: HP-UX 11 quota NFS mounts

How is HPux supposed to know what the disk quota's are on a NetAPP device?

live free or die
harry d brown jr
Live Free or Die
Peter Lachnitt
Advisor

Re: HP-UX 11 quota NFS mounts

Hi,

edit /etc/auto_master and add quota:
/inaetc /etc/auto_inaetc -ro,hard,intr,quota
/home /etc/auto_home -rw,hard,intr,quota

/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.client start

Umount all NFS mounts an mount new.
quota -v works now for NFS mounts

Thats all

Peter
Peter Lachnitt