<?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 FTP problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270589#M178583</link>
    <description>hello, we have k380box with UX11.11 on it i transfer via ftp an export of database on another k260box. this transfer failed because of temp. network failure. now the machine do not connect to the other. i can do ftp from any and to any other maschine but not these to special machines. i can`t reboot(productionmachine) how can i reconize and stop the possible failed ftp job running to get a ftp connection again.</description>
    <pubDate>Fri, 07 May 2004 07:12:26 GMT</pubDate>
    <dc:creator>Ingo Duschl</dc:creator>
    <dc:date>2004-05-07T07:12:26Z</dc:date>
    <item>
      <title>FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270589#M178583</link>
      <description>hello, we have k380box with UX11.11 on it i transfer via ftp an export of database on another k260box. this transfer failed because of temp. network failure. now the machine do not connect to the other. i can do ftp from any and to any other maschine but not these to special machines. i can`t reboot(productionmachine) how can i reconize and stop the possible failed ftp job running to get a ftp connection again.</description>
      <pubDate>Fri, 07 May 2004 07:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270589#M178583</guid>
      <dc:creator>Ingo Duschl</dc:creator>
      <dc:date>2004-05-07T07:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270590#M178584</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to locate the processid &lt;BR /&gt;&lt;BR /&gt;$ ps -ef | grep ftp&lt;BR /&gt;&lt;BR /&gt;look if you can find a process connected to the other Unix box&lt;BR /&gt;&lt;BR /&gt;root   486   400 15 14:21:25 pts/1    0:17 ftp jr0001&lt;BR /&gt;&lt;BR /&gt;and kill the PID&lt;BR /&gt;# kill 486&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Fri, 07 May 2004 07:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270590#M178584</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-05-07T07:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270591#M178585</link>
      <description>thank for quick answer, but this is not the case i killed all processes with ftp.&lt;BR /&gt;the box can still ftp somewhere else and you can ftp the box from somewhere else, but i can`t ftp from the box to the special other one. if nothings going to help i?ll do a reboot at the weekend</description>
      <pubDate>Fri, 07 May 2004 07:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270591#M178585</guid>
      <dc:creator>Ingo Duschl</dc:creator>
      <dc:date>2004-05-07T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270592#M178586</link>
      <description>Ok, I misunderstood your question.&lt;BR /&gt;&lt;BR /&gt;Can you ping the "special box" ?</description>
      <pubDate>Fri, 07 May 2004 07:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270592#M178586</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-05-07T07:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270593#M178587</link>
      <description>no i can`t ping (strange) the backup machine &lt;BR /&gt;from the working one , which has only one networkcard and it is in the net so far.&lt;BR /&gt;what could this be that i can`t ping the other. from my workstation i can ping both.&lt;BR /&gt;from both machine i can ping several others.&lt;BR /&gt;i ve also rebooted the backup machine.</description>
      <pubDate>Fri, 07 May 2004 08:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270593#M178587</guid>
      <dc:creator>Ingo Duschl</dc:creator>
      <dc:date>2004-05-07T08:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270594#M178588</link>
      <description>not sure if you can restart your net services since it is production machines, i.e.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net stop&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;also the inetd service&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/inetd stop&lt;BR /&gt;# /sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;and try again.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 07 May 2004 08:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270594#M178588</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-07T08:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270595#M178589</link>
      <description>hy, the only networkcard can`t be stopped and being restarted production machine.....&lt;BR /&gt;but i`m sure this would help... anyway today`S friday i`m going to reboot the machine tomorrow there are not many people on it........&lt;BR /&gt;thank for your help</description>
      <pubDate>Fri, 07 May 2004 08:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/3270595#M178589</guid>
      <dc:creator>Ingo Duschl</dc:creator>
      <dc:date>2004-05-07T08:18:34Z</dc:date>
    </item>
  </channel>
</rss>

