- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: processes running for long
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-27-2004 09:32 PM
02-27-2004 09:32 PM
processes running for long
Some processes are running for very log in a HP-11.2.0 machine. If I kill those processes some others are taking the place. I am attching the log.
I got help previously from you all, so looking forward.
Regards,
Sugata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 10:02 PM
02-27-2004 10:02 PM
Re: processes running for long
The processes you have running are more than valid. Looks like someone has a dtterm session (which is your dtterm)
man dtterm for more info
Your xset is a user preference utility for x
man xset
dtprintinfo is the CDE print viewer
man dtprintinfo
The perl process could when be a job or programme your user vijayvk has running
netscape looks like a web browser someone has running
Why do you feel you need to kill these processes ?
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 10:06 PM
02-27-2004 10:06 PM
Re: processes running for long
Speak to the users of the process and find out what they are doing.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 10:45 PM
02-27-2004 10:45 PM
Re: processes running for long
So users are not able to invoke any other process while load is ok.
Although number of users & number of processes are almost same in other servers, they don't have any problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2004 01:26 AM
02-28-2004 01:26 AM
Re: processes running for long
In our environment this tends to happen when they simply close the Xserver application, or simply use the 'x' button instead of file->exit. I'm cleaning up those processes every now and then, but I can't really image these to be consuming enough memory to prevent people from logging on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2004 02:13 AM
02-28-2004 02:13 AM
Re: processes running for long
Have a look at who is using the most memory on your system
UNIX95= ps -e -o
ruser,vsz,pid,args|sed '1d'|sort -rnk2 | more
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2004 06:49 AM
02-28-2004 06:49 AM
Re: processes running for long
As far as memory issues, swapinfo -tm will show you if memory is a problem. The Total line percentage is the most useful. If it is less than 60-80% then the memory issues are related to 32bit programs and probably shared memory. You'll need a copy of shminfo to look at shared memory, and you'll also need to look at maxdsiz in the kernel (raise it to 900 megs).
Bill Hassell, sysadmin