<?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 Re: ftp sometimes doesn't work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229337#M468229</link>
    <description>A)  "...ServerA isn't able to ftp anywhere&lt;BR /&gt;but every other server is able to ftp TO ServerA...."&lt;BR /&gt;&lt;BR /&gt;B)   "...So basically every server can connect to ServerA using ftp w/o a problem.&lt;BR /&gt;But Server A cannot ftp elsewhere...."&lt;BR /&gt;&lt;BR /&gt;C) Which you just posted "... When its having this issue it doesn't matter what server i try to ftp to... it just seems to hang..."&lt;BR /&gt;&lt;BR /&gt;You are contradicting yourself and the problem and need to focus.&lt;BR /&gt;&lt;BR /&gt;If it is affecting every server then it is probably a firewall issue and your port is blocked!!!&lt;BR /&gt;&lt;BR /&gt;-but-&lt;BR /&gt;&lt;BR /&gt;That it only happens for 5 minutes at a time suggests a big file transfer that in the giga bytes size that you should be able to cross reference the time stamp with.  &lt;BR /&gt;&lt;BR /&gt;Does your business make any cron auto exectued file transfers?&lt;BR /&gt;&lt;BR /&gt;Are your sys admins syncing up with a remote site, perhaps with Oracle database log files?</description>
    <pubDate>Wed, 10 Mar 2010 20:19:23 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2010-03-10T20:19:23Z</dc:date>
    <item>
      <title>ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229329#M468221</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;Here's the Overview. I have 2 Itanium servers, 11.23, production. 95% of times everything works good, but sometimes outgoing ftp from these servers do not work. I was alerted of this issue and while outgoing ftp doesn't work, incoming ftp connections do work. But after a couple of mins, everything goes back to normal. &lt;BR /&gt;&lt;BR /&gt;I don't see anything weird in syslog.. &lt;BR /&gt;Does anyone have an idea of what's going on??</description>
      <pubDate>Wed, 10 Mar 2010 18:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229329#M468221</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T18:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229330#M468222</link>
      <description>Just in case, here's what happens. Lets say hostnameA is the one in question here...&lt;BR /&gt;&lt;BR /&gt;hostnameA: ftp to hostnameB... just hangs&lt;BR /&gt;hostnameB: ftp to hostnameA... works</description>
      <pubDate>Wed, 10 Mar 2010 18:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229330#M468222</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T18:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229331#M468223</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;Do you have a 'ftp' proxy server?  Are you going through a fire wall?  I believe 'ftp' uses both ports 20 and 21, one for data transfer and the other for control.  &lt;BR /&gt;&lt;BR /&gt;Next time you see the problem, test the ports.&lt;BR /&gt;&lt;BR /&gt;telnet ip 20&lt;BR /&gt;telnet ip 21&lt;BR /&gt;&lt;BR /&gt;You should see a CONNECTION ESTABLISH message.  This is your verification that all is well.&lt;BR /&gt;&lt;BR /&gt;If the telnet hangs forever, then the port is blocked.&lt;BR /&gt;&lt;BR /&gt;And of course, try both the hostname and the ip address when testing, in order to verify the DNS resolver.</description>
      <pubDate>Wed, 10 Mar 2010 18:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229331#M468223</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-10T18:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229332#M468224</link>
      <description>Apart from network, how about the disk i/o in the receiving side?</description>
      <pubDate>Wed, 10 Mar 2010 18:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229332#M468224</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2010-03-10T18:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229333#M468225</link>
      <description>Thanks Michael for your response but I think you misunderstood my problem.&lt;BR /&gt;&lt;BR /&gt;ServerA isn't able to ftp anywhere&lt;BR /&gt;but every other server is able to ftp TO ServerA.&lt;BR /&gt;&lt;BR /&gt;So basically every server can connect to ServerA using ftp w/o a problem. &lt;BR /&gt;But Server A cannot ftp elsewhere.&lt;BR /&gt;&lt;BR /&gt;Now, like I said this isn't a constant problem but it has happened twice today for about a 5 mins period. Usually ServerA has no problem ftp'ing to wherever. but in some cases it seems like it hangs..&lt;BR /&gt;&lt;BR /&gt;Firewall isn't an issue, since all the servers are on the same network.&lt;BR /&gt;&lt;BR /&gt;And I don't think its a network issue, since everything else keep running status quo.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 19:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229333#M468225</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T19:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229334#M468226</link>
      <description>Also, &lt;BR /&gt;&lt;BR /&gt;I don't think its possible to telnet to ftp-data port 20... only 21..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Mar 2010 19:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229334#M468226</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T19:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229335#M468227</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you refer to this link you'll see that ftp uses both 20 and 21.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.iana.org/assignments/port-numbers" target="_blank"&gt;http://www.iana.org/assignments/port-numbers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Why don't you check you services file and inetd.conf file and see if its turned off?  Also verify the ftp arguements in inetd.conf to be the same as the other boxes.</description>
      <pubDate>Wed, 10 Mar 2010 19:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229335#M468227</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-10T19:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229336#M468228</link>
      <description>When its having this issue it doesn't matter what server i try to ftp to... it just seems to hang...</description>
      <pubDate>Wed, 10 Mar 2010 19:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229336#M468228</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229337#M468229</link>
      <description>A)  "...ServerA isn't able to ftp anywhere&lt;BR /&gt;but every other server is able to ftp TO ServerA...."&lt;BR /&gt;&lt;BR /&gt;B)   "...So basically every server can connect to ServerA using ftp w/o a problem.&lt;BR /&gt;But Server A cannot ftp elsewhere...."&lt;BR /&gt;&lt;BR /&gt;C) Which you just posted "... When its having this issue it doesn't matter what server i try to ftp to... it just seems to hang..."&lt;BR /&gt;&lt;BR /&gt;You are contradicting yourself and the problem and need to focus.&lt;BR /&gt;&lt;BR /&gt;If it is affecting every server then it is probably a firewall issue and your port is blocked!!!&lt;BR /&gt;&lt;BR /&gt;-but-&lt;BR /&gt;&lt;BR /&gt;That it only happens for 5 minutes at a time suggests a big file transfer that in the giga bytes size that you should be able to cross reference the time stamp with.  &lt;BR /&gt;&lt;BR /&gt;Does your business make any cron auto exectued file transfers?&lt;BR /&gt;&lt;BR /&gt;Are your sys admins syncing up with a remote site, perhaps with Oracle database log files?</description>
      <pubDate>Wed, 10 Mar 2010 20:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229337#M468229</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-03-10T20:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: ftp sometimes doesn't work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229338#M468230</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for the feedback Michael.&lt;BR /&gt;&lt;BR /&gt;It seems the issue only arises when mem usage is 100% and swap is really high.&lt;BR /&gt;&lt;BR /&gt;And i noticed that when ftp looks like it hangs, if I wait about a minute it would work. So, it seems its a lack of resource issue.&lt;BR /&gt;&lt;BR /&gt;Thanks anyways,</description>
      <pubDate>Wed, 10 Mar 2010 20:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-sometimes-doesn-t-work/m-p/5229338#M468230</guid>
      <dc:creator>Fern H2O</dc:creator>
      <dc:date>2010-03-10T20:30:53Z</dc:date>
    </item>
  </channel>
</rss>

