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
06-12-2002 05:52 AM
06-12-2002 05:52 AM
cpu full
This morning one of the user did something which put one of the process running way at 100% cpu. since the users log from pc it is very difficult to say what they did(like clicking on x) but they launch xmotif apps from pc thru xemulator. I have attached the lsof output. Can someone look into it and point out may be the rootcause of the process running away. This lsof was taken after the user logged out but still had his process running. Any help would be appreciated.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:55 AM
06-12-2002 05:55 AM
Re: cpu full
I think you would be better off looking at top or glance (or even sar) to see what process is the top CPU hog.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:58 AM
06-12-2002 05:58 AM
Re: cpu full
Check out with top, glance or sar to find out what process is occupying the CPU resources and then use the lsof command.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:12 AM
06-12-2002 06:12 AM
Re: cpu full
2 lines to neatly print the progs using cpu
1 UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|head -n1
2 UNIX95= ps -e -o pcpu -o ruser -o vsz -opid -o args|grep -v %CPU| sort -
nr|tail -n +2|head -n 20
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:15 AM
06-12-2002 06:15 AM
Re: cpu full
Still Ur CPU is loaded? If yes, Please use #top command and see which process is loading CPU. Or do U have any diagnostic software installed which gives the history ? Or U monitor CPU load alway by using top or sar or w command. Then U will be able to find out what went wrong.
Best of luck
shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:15 AM
06-12-2002 06:15 AM
Re: cpu full
Is there anything in
1)/var/adm/syslog/syslog.log
2)/var/dt/Xerrors
3)For the user
$HOME/.dt/startlog $HOME/.dt/errorlog
From when this happened.
Check you patch level.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:21 AM
06-12-2002 06:21 AM
Re: cpu full
What is
\hich\af2\dbch\af23\loch\f2
??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:38 AM
06-12-2002 06:38 AM
Re: cpu full
Thanks much for the response. I forgot to mention. the process which was running away was UAM.Harry, you can omit the first coloumn as i think it came out of word wrapping.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 07:07 AM
06-12-2002 07:07 AM
Re: cpu full
I think you have 3-4 X type services
ctxclipbo[ard]:27893
ctxwm:27894
ctxlogin:27790
ctxXtw:27789
The two below programs seem to have the most files open.
DSBS_CW:27920
UAM:28493
I think they are using "ccia" [whatever that is] and are accessing the data/logical volumes /dev/vg01/lvdata and /dev/vg01/lvnet
From the above your probably saying "I know all this" or "he's got that wrong". But the information you have given is not the whole story.
As far as what is using the CPU... you cannot say as the output looks at all the open files.
I would suggest
1 - look at "top", if you can post it.
2 - Look at the Applications that use the most CPU in glance (if you have it), see if they are doing anything weird.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 07:32 AM
06-12-2002 07:32 AM
Re: cpu full
If you have Measureware, you can add to the /var/opt/perf/alarmdef file to send an alert when a process CPU utilization is more than 90%.
Marty