- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: logins hang on diskquota checks
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
04-11-2002 08:19 PM
04-11-2002 08:19 PM
logins hang on diskquota checks
I have someone on site that can get in as root but cannot su - to any user without throwing him out to the boot prompt. At login from telnet the session hangs at disk quota check. I disabled quota checks and it still hangs. /etc/shells permissions ok as well as all .profiles /usr/bin/sh and ksh.
I reloaded the kerenel to due to dlkm errors and those went away but the box still hangs at login.
I also verified that nfs_client and nfs_server were set at 0 in nfsconf since nfs is not running on this box and I am seeing no other hardware issues on this box.
The application folks that I maintain this system for have the box weighed down heavily and won't let me open her up at all.
Let me know what you think "WE" should do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:37 PM
04-11-2002 08:37 PM
Re: logins hang on diskquota checks
The problem is not on quotas.
Check whether the user has more processes running than his maxuprc limit.
Just do a ps -ef|grep "username" to find out the processes running.
Thanks
G Manikandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:41 PM
04-11-2002 08:41 PM
Re: logins hang on diskquota checks
Thanks TG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 09:13 PM
04-11-2002 09:13 PM
Re: logins hang on diskquota checks
Just check whether there is 1 run away process for the user.Just do a ps -ef|grep "username" to find out all the processes of the user.
What is the ouput of ps -ef|grep username
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 09:18 PM
04-11-2002 09:18 PM
Re: logins hang on diskquota checks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 09:24 PM
04-11-2002 09:24 PM
Re: logins hang on diskquota checks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 09:27 PM
04-11-2002 09:27 PM
Re: logins hang on diskquota checks
Is the home directory of the uses reside on a nfs file system?
http://aa11.cjb.net/hpux_admin/1996/0247.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xda6d37f45ef7d4118fef0090279cd0f9,00.html
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x23be4e49c5cdd5118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 09:33 PM
04-11-2002 09:33 PM
Re: logins hang on diskquota checks
http://aa11.cjb.net/hpux_admin/1996/0247.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xda6d37f45ef7d4118fef0090279cd0f9,00.html
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x23be4e49c5cdd5118ff40090279cd0f9,00.html
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=40611&q=checking%20disk%20quotas&fh
Is the home directory of the uses reside on a nfs file system?
Just rename your /usr/bin/quota and check whether it resolves the problem temporarily!