- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk Quota Problem
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
07-31-2003 08:37 PM
07-31-2003 08:37 PM
Disk Quota Problem
We are running 11i on a T600 server. The machine is the NFS Server, and is not mounting any filesystems from any other machines. Disk quotas have been turned on for the users (mainly students) and there are about 17 filesystems mounted with quotas.
Now to the problem: When one telnets into the server, puts in the username and password, and thereafter it takes between 1 to 4 minutes to get the prompt. It stops at "Please wait...checking for disk quotas". If one is logged into the machine already and does a "quota -v" the same thing happens. Any ideas?
Thanks in advance,
Regards,
Emil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:08 PM
07-31-2003 09:08 PM
Re: Disk Quota Problem
Emil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 09:19 PM
07-31-2003 09:19 PM
Re: Disk Quota Problem
If you have the same problem with root ( & it doesn't have quotas), then it would appear its not a problem with disk quotas. Can you turn off quotas & check if you have the problem.
What's the performance like on the system? If disk activity is very high, often logins can be very slow.
If you have glance check disk activity or else use iostat or sar -d.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 11:51 PM
07-31-2003 11:51 PM
Re: Disk Quota Problem
Did you check dmesg and syslog for any
problems?
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 12:53 AM
08-01-2003 12:53 AM
Re: Disk Quota Problem
I don't think so this is the problem of disk quota
i think ur server performance is degrade
so pls check the server performance,
how much load on the system use the top command
ans also use the iostat, sar command to check the disk
above things might be help u
i want to know how many user login simultanously
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 01:08 AM
08-01-2003 01:08 AM
Re: Disk Quota Problem
Don't think it is quotas, think you have got some runaway processes, check
# sar
# top
# sar 5 5
Check if there are some processes taking all or almost all of your cpu's.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 02:02 AM
08-01-2003 02:02 AM
Re: Disk Quota Problem
NFS mounted home directories, maybe?
Problems in .profiles or /etc/profile?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 05:58 AM
08-01-2003 05:58 AM
Re: Disk Quota Problem
When I remove the quota option in /etc/fstab the login is normal. If I put the quota option back, it takes 1 to 4 minutes to logon.
Did the following and the login is normal.
mv /usr/bin/quota /usr/bin/quota.old
ln -s /bin/true /usr/bin/quota
The performance is great on the machine. I used top, sar, etc. to check. It is not waiting for I/O. There is nothing in the syslog or dmesg to indicate a problem.
Eventhough the problem is seen when one logs in or does a "quota -v" students do not log into this machine. It is a file server and users do not log in to it. But, as we have to have quotas enforced, it needs to work.
It does not mount any fileysystems from any other system. It just exports to other clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 08:48 AM
08-01-2003 08:48 AM
Re: Disk Quota Problem
Try to check for the /var/adm/*tmp files to see if they are too large...
Another problem isif you are running NIS and you have a slow DNS server(I tripped and Found that one.)
Tim