- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: quota report from netapp filer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 05:07 AM
08-05-2002 05:07 AM
quota report from netapp filer
Is it possible to get quota limits displayed at login time for users? Home dirs are mounted from netapp filer. Netapp filer is running rquotad and we have the latest quota patches installed. ( hpux 10.20 ).
$ quota -v
Disk quotas for kars (uid 1023):
Filesystem usage quota limit timeleft files quota limit timeleft
Thanks in Advance...
Regds,
Karvendhan M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 05:34 AM
08-05-2002 05:34 AM
Re: quota report from netapp filer
# quotacheck -a
and then run
# repquota /
But be sure that you set up quotas correctly by filesystem
You have the correct procedure in the man page
# man 5 quota
It's very easy!
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 05:43 AM
08-05-2002 05:43 AM
Re: quota report from netapp filer
normally if the quota is enabled, then while you login you will get a message "Checking for disk quotas". So check whether you have quota enabled on the system (quotaon). Check the permission of /usr/bin/quota and make sure it's executable to the world. I would also consider adding a line in the $HOME/.profile file - quota -v
hth,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 08:22 PM
08-05-2002 08:22 PM
Re: quota report from netapp filer
Quota reports on hfs or vxfs is fine.I want more info on getting quota info for a nfs mounted file-system. In our case user home dirs are mounted from netapp filer. Some apps&utils are from HP servers.
netapp is running rquotad and quota's are enabled for the users. but I am not getting any quota info when I run quota -v. All I could see is only the headers.
Does the quota command works in nfs mounted filesystems? If those are originally not hfs/vxfs but wafl/ufs, will it work?
Thanks & Regds,
Karvendhan M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 08:45 PM
08-05-2002 08:45 PM
Re: quota report from netapp filer
-Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 10:13 PM
08-05-2002 10:13 PM
Re: quota report from netapp filer
you cannot query a vxfs filesystems's quotas via rquotad.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 12:25 AM
08-09-2002 12:25 AM
Re: quota report from netapp filer
ONTAP Vesion is 5.3.6R2
anything to be done in filer side ?
Thanks,
~ Karvendhan M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2002 09:04 PM
08-27-2002 09:04 PM
Re: quota report from netapp filer
Can you check the following permission
-rwxr-xr-x 1 bin bin 20480 Jan 17 1997 /usr/bin/quota
-rw-r--r-- 1 root sys 1622 Aug 28 10:50 /etc/mnttab
You can also try
# /usr/sbin/quotaon /mnt
-Niraj