- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sporadic mwm process consumes excessive cpu. Nee...
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
05-31-2000 06:31 AM
05-31-2000 06:31 AM
Occurs on hp-ux 11.0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 07:23 AM
05-31-2000 07:23 AM
Re: Sporadic mwm process consumes excessive cpu. Need to periodically kill.
Are you using mwm only or is CDE involved ? You can configure dtlogin to run mwm not dtwm is why I ask. My advise would be to install the latest Xserver and X11 Motif 2.1 patches (for hp-ux 11.xx) and if CDE involved the latest CDE patch as well.
Is it just mwm eating CPU , Parent or Child process ? and what about X ?
You may wish to try creating a file in a users $HOME directory : .Xdefaults and add the following :
*terminateServer or if CDE is behind the scenes look in /usr/dt/config/Xconfig ant the Dtlogin line TerminateServer : True ......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 08:02 AM
05-31-2000 08:02 AM
Re: Sporadic mwm process consumes excessive cpu. Need to periodically kill.
ee=`ps -e|grep processname|grep "?"|cut -c2-6`
kill -9 $ee
Don't use this on root process please.
Only on the identified processes ugging the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 08:03 AM
05-31-2000 08:03 AM
Re: Sporadic mwm process consumes excessive cpu. Need to periodically kill.
ee=`ps -e|grep processname|grep "?"|cut -c2-6`
kill -9 $ee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 10:08 PM
06-01-2000 10:08 PM
SolutionBill Hassell, sysadmin