<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic sam disconnected in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846935#M92454</link>
    <description>&lt;BR /&gt;I was using sam via a telnet session when the connection failed.&lt;BR /&gt;&lt;BR /&gt;After logging on again (telnet) I see the sam processes are still running. &lt;BR /&gt;Can I simply kill the processes ?&lt;BR /&gt;# ps -ef | grep sam&lt;BR /&gt;root 17073 17036  0 16:00:51 pts/td    0:00 sam /usr/sbin/sam&lt;BR /&gt;root 17141 17140  0 16:01:00 pts/td    0:00 /usr/sam/lbin/samx -C -p 17078 -&lt;BR /&gt;s br_sa_bdevs /usr/sam/lib/%&lt;BR /&gt;root 17078 17073  0 16:00:51 pts/td    0:00 samx -K 17077 /usr/sam/lib/%L/fa&lt;BR /&gt;l.ui&lt;BR /&gt;root 17140 17078  0 16:00:59 pts/td    0:00 sh -c LANG=C LC_ALL=C /usr/sam/l&lt;BR /&gt;bin/samx -C -p 17078 -s br_s&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Franky</description>
    <pubDate>Mon, 18 Nov 2002 15:00:08 GMT</pubDate>
    <dc:creator>Franky Leeuwerck</dc:creator>
    <dc:date>2002-11-18T15:00:08Z</dc:date>
    <item>
      <title>sam disconnected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846935#M92454</link>
      <description>&lt;BR /&gt;I was using sam via a telnet session when the connection failed.&lt;BR /&gt;&lt;BR /&gt;After logging on again (telnet) I see the sam processes are still running. &lt;BR /&gt;Can I simply kill the processes ?&lt;BR /&gt;# ps -ef | grep sam&lt;BR /&gt;root 17073 17036  0 16:00:51 pts/td    0:00 sam /usr/sbin/sam&lt;BR /&gt;root 17141 17140  0 16:01:00 pts/td    0:00 /usr/sam/lbin/samx -C -p 17078 -&lt;BR /&gt;s br_sa_bdevs /usr/sam/lib/%&lt;BR /&gt;root 17078 17073  0 16:00:51 pts/td    0:00 samx -K 17077 /usr/sam/lib/%L/fa&lt;BR /&gt;l.ui&lt;BR /&gt;root 17140 17078  0 16:00:59 pts/td    0:00 sh -c LANG=C LC_ALL=C /usr/sam/l&lt;BR /&gt;bin/samx -C -p 17078 -s br_s&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Franky</description>
      <pubDate>Mon, 18 Nov 2002 15:00:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846935#M92454</guid>
      <dc:creator>Franky Leeuwerck</dc:creator>
      <dc:date>2002-11-18T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: sam disconnected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846936#M92455</link>
      <description>yes,&lt;BR /&gt;&lt;BR /&gt;if you kill -9 17140&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Nov 2002 15:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846936#M92455</guid>
      <dc:creator>Domenico_5</dc:creator>
      <dc:date>2002-11-18T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: sam disconnected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846937#M92456</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 18 Nov 2002 15:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846937#M92456</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-11-18T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: sam disconnected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846938#M92457</link>
      <description>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.</description>
      <pubDate>Mon, 18 Nov 2002 15:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846938#M92457</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-11-18T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: sam disconnected</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846939#M92458</link>
      <description>Thanks for your quick help !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Franky</description>
      <pubDate>Mon, 18 Nov 2002 16:59:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sam-disconnected/m-p/2846939#M92458</guid>
      <dc:creator>Franky Leeuwerck</dc:creator>
      <dc:date>2002-11-18T16:59:47Z</dc:date>
    </item>
  </channel>
</rss>

