- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- top processes have no name
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
03-08-2006 12:08 AM
03-08-2006 12:08 AM
I was asked to look at a hung workstation this morning. As we had been having network problems I took a PC/network person along with me.
I managed to log in remotely and saw that there were two processes running that had no name alongside them - each process was taking up 49%+ of the processor, which is why the workstation was hung. Because the processes had no name alongside them, the PC/network person with me suggested it was a virus. My protestation that there are no unix viruses was greeted with laughter!
I have been asked to investigate if this was caused by a virus. I have checked the forums, the manual page for top, and Marty Poniatowski's System Admin book and cannot find any reference to processes in top not having process names alongside them. If someone can give me a good reason why this would happen I can put paid to the theory that the workstation has a virus.
Mark Syder (like the drink but spelt different)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:22 AM
03-08-2006 12:22 AM
Re: top processes have no name
While this doesn't address your question about how processes can show in top without a name, I would like to point out that the statement that there are no viruses (viri??) in Unix is largely a matter of semantics. It really depends on how literally you define the term virus. While it is true that the chances of altering a running kernel are slim and none (a "true" virus), there are "exploits" (trojan horses, buffer overflows, etc.) in the Unix space.
Feel free to assign zero points to this, as it doesn't go anywhere near answering your question!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:30 AM
03-08-2006 12:30 AM
Re: top processes have no name
No, but it's a valid point, and deserves 3 points.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:33 AM
03-08-2006 12:33 AM
SolutionSounds possibly malicious
Could also be refresh problems on the screen caused by the usage
1)Use top -f option to output to a file and then od -c the output to look for a name with unprintable characters
2)Use the unix95 options in ps to show it
as well so you are sure top is ok.
Do you have any record of the top output
Steve Steel
- Tags:
- unprintable chars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:36 AM
03-08-2006 12:36 AM
Re: top processes have no name
Could you post your hpux version, and if it is 11.11 could you check if patch PHKL_29198 is installed?
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:37 AM
03-08-2006 12:37 AM
Re: top processes have no name
Sorry clicked the submit button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:41 AM
03-08-2006 12:41 AM
Re: top processes have no name
do you have searched for the PID?
And then check the PPID ...
Very interesting case ...
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:43 AM
03-08-2006 12:43 AM
Re: top processes have no name
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:50 AM
03-08-2006 12:50 AM
Re: top processes have no name
It is possbile to spawn a process and assign a name of your own choice to it, however, I'd first ask if you have used another tool, like 'glance' to validate your observation.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:03 AM
03-08-2006 01:03 AM
Re: top processes have no name
There were bugs with top, and his author (William LeFebvre) patched some of them.Most probably HP patched as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:11 AM
03-08-2006 01:11 AM
Re: top processes have no name
Mark