- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login account dead.
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
10-15-2001 07:03 PM
10-15-2001 07:03 PM
When I type "who", I got the following results:
uxadm pts/ta Oct 16 10:59
opr pts/tc Oct 5 17:41
When I type "ps -t pts/tc", I got the following:
$ ps -t pts/tc
PID TTY TIME COMMAND
Is there any way to kill this dead login in this machine beside rebooting the server?
Thanks very much.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:09 PM
10-15-2001 07:09 PM
Re: Login account dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:11 PM
10-15-2001 07:11 PM
Re: Login account dead.
I think uxadm is a system user.
You must use root to display its UID.
#ps -t pts/tc
Not "$ps -t pts/tc".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:20 PM
10-15-2001 07:20 PM
Solutionhttp://us-support2.external.hp.com/cki/bin/doc.pl/sid=6058bf0d178624316e/screen=ckiDisplayDocument?docId=200000054599385
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:56 PM
10-15-2001 07:56 PM
Re: Login account dead.
This document helps me to delete the dead login. However, the step 4 had hanged for a long time and I had broken this process and amend the command "fwtmp -ic /tmp/utmp.binary" and skip step 5.
Anyway, thanks for your help and information.