<?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: Slow opening up a connection to HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609946#M808530</link>
    <description>try this for a test&lt;BR /&gt;&lt;BR /&gt;timex netstat -rn&lt;BR /&gt;&lt;BR /&gt;timex netstat -r&lt;BR /&gt;&lt;BR /&gt;If netstat -r takes a while it is almost definitely a resolution (DNS tyoe) problem. &lt;BR /&gt;&lt;BR /&gt;I get the feeling you want something other than "DNS is the problem"... so check out your network&lt;BR /&gt;&lt;BR /&gt;% netfmt -t 20 -f /var/adm/nettl.LOG000&lt;BR /&gt;% lanadmin .. this is menu driven so check out ecah interface&lt;BR /&gt;% lanadmin -x &lt;IF_NUMBER&gt; .. check if all the interfaces are correct, best to be auto detect.&lt;BR /&gt;% lanscan&lt;BR /&gt;Do some lanscans on other HP hardware &amp;amp; note the mac addresses.  this wil check out physical connectivity. then do &lt;BR /&gt;% linkloop -i &lt;IF&gt; &lt;MAC&gt;&lt;BR /&gt;&lt;BR /&gt;Also try ftping 10MB files and checking the transfere speed is acceptable.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/MAC&gt;&lt;/IF&gt;&lt;/IF_NUMBER&gt;</description>
    <pubDate>Wed, 24 Aug 2005 16:12:40 GMT</pubDate>
    <dc:creator>Tim D Fulford</dc:creator>
    <dc:date>2005-08-24T16:12:40Z</dc:date>
    <item>
      <title>Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609928#M808512</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a server that takes a long time to establish a network connection.  It is a HPUX 11i server running Openview Operation and Oracle.  When I try to do anything related to network, such as telnet, nslookup or a OVO command, it will hang for awhile before it returns to normal output.  But for connection that is already open, such as my X session, or telnet that is already opened, no delay at all.  There is no error on dmesg or syslog.  nfile and nproc looks good from "sar -v".  No network error from lanadmin.  The problem only happens intermittently.&lt;BR /&gt;&lt;BR /&gt;Do you have any suggestion where else I can look for problem?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 23 Aug 2005 13:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609928#M808512</guid>
      <dc:creator>echong</dc:creator>
      <dc:date>2005-08-23T13:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609929#M808513</link>
      <description>How is server utilization. and not just cpu utilization. how about disk, network and memory??</description>
      <pubDate>Tue, 23 Aug 2005 13:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609929#M808513</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-23T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609930#M808514</link>
      <description>This sounds like a dns issue.  Check your dns settings</description>
      <pubDate>Tue, 23 Aug 2005 13:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609930#M808514</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-08-23T13:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609931#M808515</link>
      <description>I could imagine this to be a DNS issue, like when the primary server sometimes is unavailable or needs a longer time to answer (most commonly seen with w2k/w2k3 DNS or configuration problems in bind)&lt;BR /&gt;&lt;BR /&gt;if You want to look into this, I'd recommend to use a simple script like i.e.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# this script will check Your every 10 seconds for one hour&lt;BR /&gt;i=0&lt;BR /&gt;while [ 360 -ge $i ]&lt;BR /&gt;do &lt;BR /&gt;sleep 10&lt;BR /&gt;timex nslookup #some server &amp;gt; /tmp/lookups.log&lt;BR /&gt;i=$(( $i + 1 ))&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;after one hour, look through the log file and check if every lookup finished within reasonable times (well below two or three seconds, that is)</description>
      <pubDate>Tue, 23 Aug 2005 13:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609931#M808515</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-08-23T13:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609932#M808516</link>
      <description>Couple of things to check.&lt;BR /&gt;&lt;BR /&gt;1:&lt;BR /&gt;nslookup &lt;SERVER ip=""&gt;&lt;BR /&gt;nslookup &lt;SERVER name=""&gt;&lt;BR /&gt;&lt;BR /&gt;nslookup &lt;CLIENT ip=""&gt;&lt;BR /&gt;nslookup &lt;CLIENT name=""&gt;&lt;BR /&gt;&lt;BR /&gt;On both,client machine and server.&lt;BR /&gt;&lt;BR /&gt;2:&lt;BR /&gt;check network settings on your server and on the switch that they are configured to the same values. 100 or 1000 and also Half-duplex or full-duplex.&lt;BR /&gt;&lt;BR /&gt;lanadmin -x &lt;LAN id=""&gt; (or maybe it's capital X ... to be honest, I don't remember, one is used to view, another to set)&lt;BR /&gt;&lt;/LAN&gt;&lt;/CLIENT&gt;&lt;/CLIENT&gt;&lt;/SERVER&gt;&lt;/SERVER&gt;</description>
      <pubDate>Tue, 23 Aug 2005 13:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609932#M808516</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-23T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609933#M808517</link>
      <description>I just use DNS as an example, so I am sure it is not a DNS problem.  In fact, DNS server is running on the same box.&lt;BR /&gt;&lt;BR /&gt;The system resouce is not a problem.  Checking from glance, everything looks good.&lt;BR /&gt;&lt;BR /&gt;No collision error.&lt;BR /&gt;&lt;BR /&gt;There is no problem once the connection is established.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 23 Aug 2005 13:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609933#M808517</guid>
      <dc:creator>echong</dc:creator>
      <dc:date>2005-08-23T13:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609934#M808518</link>
      <description>Forgot to mention that it happens on both in-bound or out-bound connections.</description>
      <pubDate>Tue, 23 Aug 2005 13:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609934#M808518</guid>
      <dc:creator>echong</dc:creator>
      <dc:date>2005-08-23T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609935#M808519</link>
      <description>Eric,&lt;BR /&gt;&lt;BR /&gt;It really does not matter if DNS is running on the same box or not. It mainly depends how your  server searches or tries to resolve the server names.&lt;BR /&gt;&lt;BR /&gt;if you happen to look at your /etc/nasswitch.conf and /etc/resolv.conf you can figure out a lot. If you can not tell what those files mean to you, come back and post them here and myself or someone else most probably can tell you what may be going wrong with your system, because all the symptoms you are telling on your original post, points to a DNS related issue which has been discussed many time over in these forums</description>
      <pubDate>Tue, 23 Aug 2005 14:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609935#M808519</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-23T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609936#M808520</link>
      <description>Your delay is roughly 20 seconds per failed DNS server. So when you telnet to the box, start counting. About 15-20 seconds means that the first DNS server specified in /etc/resolv.conf is not responding. If the delay is about 30-40 seconds, then the first 2 entries are not responding, and so on.&lt;BR /&gt; &lt;BR /&gt;To prove this, edit the /etc/nsswitch.conf file and fix the (very unreliable) entry for hosts: to read as follows:&lt;BR /&gt; &lt;BR /&gt;hosts:          files   [NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=return UNAVAIL=continue TRYAGAIN=return] &lt;BR /&gt; &lt;BR /&gt;Now edit /etc/hosts to add the IP address and name of the box you're on (the client) to the hosts file. Now try logging on. You should see instant response, indicating that you have DNS problems. One of the classic DNS failures is thatthe server does not keep reverse DNS records and/or does not know it's own name.</description>
      <pubDate>Tue, 23 Aug 2005 15:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609936#M808520</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-23T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609937#M808521</link>
      <description>It could also be a DNS problem relating to the client you are logging in from. We use VPN through the internet to connect from home, as the IP address we connect from is not known to the company's DNS server we get a delay of about 30 seconds when we telnet to the server. To confirm this, you could temporily rename /etc/resolv.conf and try to connect again. By renaming resolv.conf you are forcing the server to only use the /etc/hosts file so if it can't find the entry it will give up imediatly.</description>
      <pubDate>Wed, 24 Aug 2005 01:54:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609937#M808521</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2005-08-24T01:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609938#M808522</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you have a look at your name resolution..check your /etc/nsswitch.conf file for the hosts: entry. Change the host entry as follows and try telnet.&lt;BR /&gt;&lt;BR /&gt;hosts:        files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Wed, 24 Aug 2005 02:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609938#M808522</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-08-24T02:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609939#M808523</link>
      <description>try to telnet using IP address... if u see a considerable diffrence in response, you can confirm its a dns issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Wed, 24 Aug 2005 02:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609939#M808523</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-08-24T02:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609940#M808524</link>
      <description>Ok.  Seems everyone agree this is a DNS problem, I will investigate on this.&lt;BR /&gt;&lt;BR /&gt;I am running forward DNS on the same server, and using three other servers as forwarders.  I will start the tracing to see how it perform.  Does anyone know a good source on DNS performance tuning??&lt;BR /&gt;&lt;BR /&gt;Thanks for everyone's input.</description>
      <pubDate>Wed, 24 Aug 2005 10:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609940#M808524</guid>
      <dc:creator>echong</dc:creator>
      <dc:date>2005-08-24T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609941#M808525</link>
      <description>This is very likely not a performance issue. The server is dead or not replying to your HP-UX system's requests. No need to check the DNS server load, just use nslookup and post the error messages. If you see an error about the server, it is likely not configured to know it's own name (real common mistake in PC DNS servers). Test for forward and reverse lookups by using nslookup with the name of your client and then again with the IP address of your client. That's what telnetd is doing.</description>
      <pubDate>Wed, 24 Aug 2005 10:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609941#M808525</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-24T10:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609942#M808526</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Exactly..there shouldn't be a performance problem of DNA. Mostly a local name resolution problem..look at /etc/nsswitch.conf first, if ok then go ahead and check the /etc/resolv.conf and other things. I had also faced the same problem previously..After correcting the /etc/nsswitch.conf file it go resolved. In my case the nsswitch.conf was pointing to a NIS server which was unavailable.&lt;BR /&gt;&lt;BR /&gt;If it takes lon time to execute  SAM/swinstall mostly the problem is 99% with name resolution. My problem got resolved by doing #cp /etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Wed, 24 Aug 2005 10:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609942#M808526</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-08-24T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609943#M808527</link>
      <description>sorry last post had spelling errors..i was too hurry...&lt;BR /&gt;&lt;BR /&gt;=======&lt;BR /&gt;Exactly..this shouldn't be a performance problem of DNS. Mostly a its a local name resolution issue..look at /etc/nsswitch.conf first, if ok then go ahead and check the /etc/resolv.conf and other things. I had also faced the same problem previously..After correcting the /etc/nsswitch.conf file it got resolved. In my case the nsswitch.conf was pointing to a NIS server which was unavailable.&lt;BR /&gt;&lt;BR /&gt;If it takes long time to execute SAM/swinstall mostly the problem is 99% with name resolution. My problem got resolved by doing #cp /etc/nsswitch.files /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Wed, 24 Aug 2005 10:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609943#M808527</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-08-24T10:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609944#M808528</link>
      <description>Since this problem happen intermittently, so I assume it is not a configuration issue, otherwise I will have this problem all the time.  Right?</description>
      <pubDate>Wed, 24 Aug 2005 14:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609944#M808528</guid>
      <dc:creator>echong</dc:creator>
      <dc:date>2005-08-24T14:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609945#M808529</link>
      <description>Hypotetical scenario:&lt;BR /&gt;let's say your /etc/nsswitch.conf looks like this:&lt;BR /&gt;&lt;BR /&gt;hosts: dns [NOTFOUND=continue UNAVAIL=continue] files [NOTFOUND=continue UNAVAIL=continue TRYAGAIN=return]&lt;BR /&gt;&lt;BR /&gt;and your /etc/resolv.conf looks like this:&lt;BR /&gt;&lt;BR /&gt;domain mycompany.com&lt;BR /&gt;nameserver 10.11.12.200&lt;BR /&gt;nameserver 10.11.12.201&lt;BR /&gt;nameserver 10.11.12.202&lt;BR /&gt;&lt;BR /&gt;under these circumstances, if nameserver 10.11.12.200 goes down, whereas nameserver 10.11.12.201 and nameserver 10.11.12.202 are up, you will experience about a 20 seconds delay as Bill indicated in his first post in this thread. &lt;BR /&gt;&lt;BR /&gt;if nameserver 10.11.12.200 and nameserver 10.11.12.201 go down together whereas nameserver 10.11.12.202 staying up, you will experience about a 40 seconds delay as your server will wait about this much time to get an answer from each server.&lt;BR /&gt;&lt;BR /&gt;I think you've got the idea. So, if you guarantee that, when you are experiencing this intermittent delay, these dns servers are up and serving addresses without any problems, yes I must agree with you, your problem is not with DNS, but I found it, 99 times out of 100 that it is related to DNS servers. The box may be up but the DNS admin maybe making a massive address change, which will knock down your main DNS server offline while the zone files get generated, or, somebody maybe attacking your DNS server for vulnerability testing (this is true only if your internal and external DNS server is the same one). Give any reason that you can think of which can knock its performance down or knock it totally offline here. &lt;BR /&gt;&lt;BR /&gt;So, before ruling out of DNS issue, first try Bill's suggestion and change the search order in the nsswitch.conf file as he indicated to files first dns second. Then put the ip addresses of the frequently accessed hosts into /etc/hosts file, then see if you get the same latency problems. I can almost assure you that you will not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 15:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609945#M808529</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-24T15:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609946#M808530</link>
      <description>try this for a test&lt;BR /&gt;&lt;BR /&gt;timex netstat -rn&lt;BR /&gt;&lt;BR /&gt;timex netstat -r&lt;BR /&gt;&lt;BR /&gt;If netstat -r takes a while it is almost definitely a resolution (DNS tyoe) problem. &lt;BR /&gt;&lt;BR /&gt;I get the feeling you want something other than "DNS is the problem"... so check out your network&lt;BR /&gt;&lt;BR /&gt;% netfmt -t 20 -f /var/adm/nettl.LOG000&lt;BR /&gt;% lanadmin .. this is menu driven so check out ecah interface&lt;BR /&gt;% lanadmin -x &lt;IF_NUMBER&gt; .. check if all the interfaces are correct, best to be auto detect.&lt;BR /&gt;% lanscan&lt;BR /&gt;Do some lanscans on other HP hardware &amp;amp; note the mac addresses.  this wil check out physical connectivity. then do &lt;BR /&gt;% linkloop -i &lt;IF&gt; &lt;MAC&gt;&lt;BR /&gt;&lt;BR /&gt;Also try ftping 10MB files and checking the transfere speed is acceptable.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/MAC&gt;&lt;/IF&gt;&lt;/IF_NUMBER&gt;</description>
      <pubDate>Wed, 24 Aug 2005 16:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609946#M808530</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-08-24T16:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slow opening up a connection to HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609947#M808531</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;My opinion is before you go for an advanced troubleshooting, take 2 mins to heck the basic configuration files like nsswitch.conf. Any way you are not loosing anything. If this is ok then Agree you go ahead and troubleshoot your DNS. Why dont you try changing the search order of nsswitch.conf. I have already mentioned in my last post abt this. This takes only negligible time ad you can be confident when doing the next level of troubleshooting.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Aug 2005 22:08:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slow-opening-up-a-connection-to-hp-ux/m-p/3609947#M808531</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-08-24T22:08:52Z</dc:date>
    </item>
  </channel>
</rss>

