- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login 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
02-04-2002 12:02 PM
02-04-2002 12:02 PM
May be a simple issue: I have a user right now trying to login to the serever ( hp-ux 10.20 ) and couldn't get a prompt. It just hangs before getting the prompt. The home directory of the user is an automount NFS directory. I can see this user with a 'who' command. But I cannot kill the 'sh' process. The bdf shows the home directory is mounted and I can even see the content of his home directory
Any idea ..???
Thanks!
Shiju
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:16 PM
02-04-2002 12:16 PM
Re: Login problem
You've seen the drill:
Do you have the latest patches installed?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:16 PM
02-04-2002 12:16 PM
Re: Login problem
Edit his/her .profile and point the HISTFILE to somewherelse other than his/her home directory itself and see if it helps.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:25 PM
02-04-2002 12:25 PM
Re: Login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:26 PM
02-04-2002 12:26 PM
Re: Login problem
Harry, the patch level is fine. There are other users which uses this same routine for logging in and works fine. Any individual patches to check up?
Sri, I tried moving the .profile itself and didn't help.
Is there any way to kill the processes ?
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:33 PM
02-04-2002 12:33 PM
Re: Login problem
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:43 PM
02-04-2002 12:43 PM
Re: Login problem
How about these patches:
PHNE_25234
PHNE_15159
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:45 PM
02-04-2002 12:45 PM
Re: Login problem
As Sri suggest, have you tried moving the HISTFILE to a non-automounted directory?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:46 PM
02-04-2002 12:46 PM
Re: Login problem
What is the user shell. Is he using ksh ?.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:54 PM
02-04-2002 12:54 PM
Re: Login problem
Harry - the patch 25234 is not installed. I will try that.
Also, there is no HISTFILE in the user's home directory. I even moved the .profile file !
This is an NIS user.
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 12:54 PM
02-04-2002 12:54 PM
SolutionTry this on the client end.
1) Kill rpc.lockd and rpc.statd:
# kill -9 `ps -ef|grep rpc.lockd|grep -v grep|awk '{print $2}'`
# kill -9 `ps -ef|grep rpc.statd|grep -v grep|awk '{print $2}'`
2) Delete all files in /var/statmon:
# rm -R /var/statmon/sm.bak
# rm -R /var/statmon/state.bak
# mv /var/statmon/sm /var/statmon/sm.bak
# mv /var/statmon/state /var/statmon/state.bak
3)Restart rpc.statd and rpc.lockd:
# /usr/sbin/rpc.statd
# /usr/sbin/rpc.lockd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 01:13 PM
02-04-2002 01:13 PM
Re: Login problem
That was great ! It worked. The user is able to login now.
But i notified the old logins are still listing in 'who' command, but not in 'ps -aef' command ! any idea why ?
Thanks for ur help !
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 01:20 PM
02-04-2002 01:20 PM
Re: Login problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 01:35 PM
02-04-2002 01:35 PM
Re: Login problem
Thanks! I will take care about that ..
Shiju