- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: w does not show the user but ps does.
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
12-21-2001 05:41 AM
12-21-2001 05:41 AM
w does not show the user but ps does.
I have a case here that w command does not report the user but ps -ef does report the user. But actually the user has launched an application using citrix ICA client(using PC) and has actually closed the app. Also i see the Process the user started occupies 100% cpu and we seem to have a run away process. Please help.
Also let me know if this is two different problems or a single problem.
Thanks & Regards
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:45 AM
12-21-2001 05:45 AM
Re: w does not show the user but ps does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:51 AM
12-21-2001 05:51 AM
Re: w does not show the user but ps does.
As for the runaway process, if you're sure that it isn't needed just kill it:
# kill
and if the process still doesn't die:
# kill -9
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 05:56 AM
12-21-2001 05:56 AM
Re: w does not show the user but ps does.
You can probably just kill the process. Verify if the process is still connected to a terminal. Example
#ps -ef | grep dblogmon
dblogmon 29872 1 19 09:51:38 ? 0:00 menu menu
The "?" indicates that the process is no longer connected to a terminal.
Hope this helps,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 06:19 AM
12-21-2001 06:19 AM
Re: w does not show the user but ps does.
Second, the user probably exited out of their Citrix application improperly and caused the hung process. Kill it and have the user explain how they exit Citrix. If they have performed the exit improperly give them a little trainging.
HH,
C