- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to remove the idle user
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-20-2008 05:07 AM
тАО11-20-2008 05:07 AM
Unable to remove the idle user
zzz123 - user1
yyy123 - user2
# who -u
zzz123 pts/0 Nov 10 22:31 0:14 17959 143.5.80.154
zzz123 pts/1 Nov 10 22:35 . 18152 143.5.80.154
yyy123 pts/2 Nov 10 22:39 old 18184 143.24.14.81
yyy123 pts/3 Nov 10 22:42 1:37 18235 143.24.14.81
______
# ps -eaf |grep -i zzz123
root 11129 10773 0 08:02:40 pts/1 0:00 grep -i zzz123
# ps -eaf |grep -i 17959
root 11131 10773 0 08:02:48 pts/1 0:00 grep -i 17959
# ps -eaf |grep -i yyy123
root 11133 10773 0 08:02:54 pts/1 0:00 grep -i yyy123
# ps -eaf |grep -i 18184
root 11139 10773 0 08:03:04 pts/1 0:00 grep -i 18184
________________
Unable to find the users process on ps -eaf ,which listed on who -u cmd....Kindly some one suggest us to clear this user from who command.
Thanks in advance....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 05:14 AM
тАО11-20-2008 05:14 AM
Re: Unable to remove the idle user
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1268078
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 05:14 AM
тАО11-20-2008 05:14 AM
Re: Unable to remove the idle user
Try using lsof utility ( list open files ) to find out what are the files/process that is own by those users.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 05:30 AM
тАО11-20-2008 05:30 AM
Re: Unable to remove the idle user
And Dennis..that link doesn't cleared my problem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 05:48 AM
тАО11-20-2008 05:48 AM
Re: Unable to remove the idle user
that, or a reboot is the only way to fix this. the users aren't logged in, the files are corrupted as they either didn't log out correctly or were abrubtly killed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 06:51 AM
тАО11-20-2008 06:51 AM
Re: Unable to remove the idle user
Not sure, this is just a thought...
Haven't tried this but tried to unmount a file system which work very well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 10:09 AM
тАО11-20-2008 10:09 AM
Re: Unable to remove the idle user
the problem is that the files used to track logins / logouts has been corrupted. the fix has been noted above.
i see no method by which unmounting a file system would help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 10:39 AM
тАО11-20-2008 10:39 AM
Re: Unable to remove the idle user
I suggest you look at the other links and search the forums. These are bogus users that aren't there any more.
>that link doesn't cleared my problem.
Sure it does. You need to look at the 10s of other links like it. You may need to nuke all of those /etc/utmp* files before you can get it cleaned up.
/etc/utmpx and /etc/utmps and maybe stop utmpd(1m).
>PJoshi: Can we use fuser or cfuser to find out the processes
Read carefully. The users are NOT there. The who(1) database is corrupted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2008 10:58 AM
тАО11-20-2008 10:58 AM
Re: Unable to remove the idle user
It might help if you listed what you did, or planned to do.
That link has N different suggestions and probably only the last works.
Also what HP-UX version do you have?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2008 04:40 AM
тАО11-21-2008 04:40 AM
Re: Unable to remove the idle user
Thanks!
Jaime.