1835230 Members
2072 Online
110078 Solutions
New Discussion

sam disconnected

 
SOLVED
Go to solution
Franky Leeuwerck
Frequent Advisor

sam disconnected


I was using sam via a telnet session when the connection failed.

After logging on again (telnet) I see the sam processes are still running.
Can I simply kill the processes ?
# ps -ef | grep sam
root 17073 17036 0 16:00:51 pts/td 0:00 sam /usr/sbin/sam
root 17141 17140 0 16:01:00 pts/td 0:00 /usr/sam/lbin/samx -C -p 17078 -
s br_sa_bdevs /usr/sam/lib/%
root 17078 17073 0 16:00:51 pts/td 0:00 samx -K 17077 /usr/sam/lib/%L/fa
l.ui
root 17140 17078 0 16:00:59 pts/td 0:00 sh -c LANG=C LC_ALL=C /usr/sam/l
bin/samx -C -p 17078 -s br_s

Thanks in advance
Franky
4 REPLIES 4
Domenico_5
Respected Contributor
Solution

Re: sam disconnected

yes,

if you kill -9 17140

regards
Christopher McCray_1
Honored Contributor

Re: sam disconnected

Hello,

You should be, I have had to before when I mistakenly put sam in the background and not had my display set. After killing (-15) sam came up fine.

Hope this helps

Chris
It wasn't me!!!!
S.K. Chan
Honored Contributor

Re: sam disconnected

Yes you can and I think by killing PID 17073 should get rid of the rest of the child processes as well. Only use kill -9 if all else failed, otherwise a non-signal kill should do it for you.
Franky Leeuwerck
Frequent Advisor

Re: sam disconnected

Thanks for your quick help !

Regards,
Franky