Operating System - HP-UX
1752800 Members
5420 Online
108789 Solutions
New Discussion юеВ

Re: service samx - cpu 99%

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

service samx - cpu 99%

good morning

the server CPU was added to 99%
and what is consuming the service
some of you have been through this?

if I can help please

SERVER:/> ps -ef | grep samx
root 8811 1 0 Nov 7 ? 0:00 sh -c LANG=C LC_ALL=C /usr/sam/lbin/samx -C -p 8635 -s users /usr/sam/lib/%L/ug.ui
root 18463 18436 0 15:40:49 pts/2 0:00 grep samx
root 8812 8811 254 Nov 7 ? 4519:40 /usr/sam/lbin/samx -C -p 8635 -s users /usr/sam/lib/%L/ug.ui
7 REPLIES 7
Tim Nelson
Honored Contributor

Re: service samx - cpu 99%

kill the SAM processes.

it is only SAM
Eli Daniel
Super Advisor

Re: service samx - cpu 99%

I do not understand, how to run the kill process to samx. only sam
Johnson Punniyalingam
Honored Contributor
Solution

Re: service samx - cpu 99%

>>I do not understand,<<

It is the proces when sam runs
GUI for system administration on hpux.
samx is part sam. It includes the File editing libraries for those parts of sam

the reason for your server CPU was added to 99% due to process of "SAM"

>>how to run the kill process to samx. only sam<<

Try a straight kill 8811 8812 first.(man kill) -> more information

# kill 8811 8812

If that dosent work then kill -15

As a last resort kill -9

HTH,

Johnson
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: service samx - cpu 99%

>>The reason for your server CPU was added to 99% due to process of "SAM" <<<

Sounds like SAM didn't exit correctly - make sure you have recent patches applied
Problems are common to all, but attitude makes the difference
Dennis Handly
Acclaimed Contributor

Re: service samx - cpu 99%

>Johnson: # kill 8811 8812
>If that doesn't work then kill -15

Since kill defaults to -TERM there is no need to use -15.
Eli Daniel
Super Advisor

Re: service samx - cpu 99%

hi again,
this day the server is running another application that is consuming resources of the pc

INFORMATION ANNEX






ProcList CPU Rpt Mem Rpt Disk Rpt NextKeys SlctProc Help Exit
Glance C.04.60.000 10:01:14 SERVER ia64 Current Avg High
--------------------------------------------------------------------------------
Cpu Util S SRU U |100% 100% 100%
Disk Util F | 1% 2% 13%
Mem Util S SU UB B | 99% 99% 99%
Swap Util U UR R | 44% 44% 44%
--------------------------------------------------------------------------------
PROCESS LIST Users= 2
User CPU % Thrd Disk Memory Block
Process Name PID Name ( 200% max) Cnt IOrate RSS/VSS On
--------------------------------------------------------------------------------
evCGI.cgis 19960 root 96.6 1 0.0 10.8mb 33.3mb PRI
samx 8812 root 89.3 1 0.0 13.5mb 25.7mb PRI
dw.sapDBS_DV 1544 dbsadm 8.7 1 0.2 139.1mb 383.5mb SEM
midaemon 2839 root 2.6 2 0.0 38.7mb 43.6mb SLEEP
*******************************************************************************
Eli Daniel
Super Advisor

Re: service samx - cpu 99%


I could kill the processes without any problem