<?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: network settings ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468577#M597675</link>
    <description>Well... I have reading this thread and I don't agree on changing the lan card config for the HP9000 server: if the problem is the autoneg or even the lancard speed, then why the file transfer to the PC is performing well?&lt;BR /&gt;&lt;BR /&gt;I think it is more related to the unix ftp client than to the network card.&lt;BR /&gt; I will try to check this, because I have an L box with the same card...&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;</description>
    <pubDate>Thu, 30 Nov 2000 13:23:08 GMT</pubDate>
    <dc:creator>Antonio Valle_1</dc:creator>
    <dc:date>2000-11-30T13:23:08Z</dc:date>
    <item>
      <title>network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468569#M597667</link>
      <description>We have a number of L class servers running hpux 11 and when we ftp between them we get very lousy throughput (like a 35 M file from a laptop running NT to a server takes 7.75 seconds but from server to server the same file takes 20 mins) &lt;BR /&gt;Any ideas ?? - are there params that need looking at &lt;BR /&gt;Any help much appreciated &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 16:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468569#M597667</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-29T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468570#M597668</link>
      <description>Kevin:&lt;BR /&gt;&lt;BR /&gt;I would start by verifying the network connection characteristics with:&lt;BR /&gt;&lt;BR /&gt;# lanscan &lt;BR /&gt;Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In# State NamePPA        ID  Type      Support Mjr#&lt;BR /&gt;56.1     0x08000948ABF8 0   UP    lan0 snap0     1   ETHER     Yes     119&lt;BR /&gt;&lt;BR /&gt;note the PPA for your lan0 (or whatever your primary interface is)&lt;BR /&gt;# lanadmin -x 0&lt;BR /&gt;Current Speed                   = 100 Full-Duplex Auto-Negotiation-OFF&lt;BR /&gt;&lt;BR /&gt;verify that the result is correct.  If not, you may have to edit the /etc/rc.config.d corresponding to the card of your servers to make it FULL-duplex Auto-Neg-Off... &lt;BR /&gt;&lt;BR /&gt;I have found that sometimes if auto neg is turned on, performance is sub-par.</description>
      <pubDate>Wed, 29 Nov 2000 16:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468570#M597668</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-29T16:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468571#M597669</link>
      <description>thanks for the info Kofi&lt;BR /&gt;&lt;BR /&gt;output from the lanadmin command is&lt;BR /&gt;100 1/2 duplex and autoneg on &lt;BR /&gt;&lt;BR /&gt;so I need it to be 100 full off - ok what file in rc.config.d do I change ??</description>
      <pubDate>Wed, 29 Nov 2000 17:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468571#M597669</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-29T17:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468572#M597670</link>
      <description>The file you edit depends on the lan card you have - let's say that your lan card is lan0 do a:&lt;BR /&gt;&lt;BR /&gt;# grep "=lan0" /etc/rc.config.d/hp*conf | awk -F: '{ print $1 }'&lt;BR /&gt;&lt;BR /&gt;to tell you which file you need to edit.&lt;BR /&gt;&lt;BR /&gt;now edit the file (there are lots of comments to guide you)&lt;BR /&gt;&lt;BR /&gt;After you have made the changes, you would have to reboot for the changes to take effect.  ( or reset the lancard with the following steps:&lt;BR /&gt;&lt;BR /&gt;1. determine the rc script that initialises the card:&lt;BR /&gt;&lt;BR /&gt;# grep `grep "=lan0" /etc/rc.config.d/hp*conf | awk -F: '{ print $1 }'` /sbin/init.d/* | awk -F: '{ print $1 }'&lt;BR /&gt;&lt;BR /&gt;This will list the script name eg. hpgsc100  then you can reset the card with:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/hpgsc100 stop ; /sbin/init.d/hpgsc100 start &lt;BR /&gt;&lt;BR /&gt;then issue the commands from my previous post to confirm... if all fails reboot after making the changes (sometimes, switches do not behave well when cards get reset this way)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2000 17:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468572#M597670</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-29T17:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468573#M597671</link>
      <description>before you start hard-coding interface duplex settings, don't forget that you will also have to hard-code the switch ports, ANDyou will have to remeber all that should you or anyone else move cables around on your switch.&lt;BR /&gt;&lt;BR /&gt;you might want to make sure that there is a mismatch first - look at not just the NIC with lanadmin, but also the switch port stats. &lt;BR /&gt;&lt;BR /&gt;you might also look at the TCP stats to make sure there are lost segments - if there is a duplex mismatch there will be a non-trivial number of TCP retransmissions.&lt;BR /&gt;&lt;BR /&gt;once you have determined the mis-match, you can change the speed and duplex settings without rebooting by using lanadmin -X (iirc). as noted elsewhere, to have it happen again on the next boot, you need to edit the config file in /etc/rc.config.d/&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2000 04:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468573#M597671</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2000-11-30T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468574#M597672</link>
      <description>Thanks for the info &lt;BR /&gt;&lt;BR /&gt;Have checked with our network guys and the switch is set to 100 full neg off &lt;BR /&gt;&lt;BR /&gt;So will amend the settings using lanadmin to start with to see if response has improved</description>
      <pubDate>Thu, 30 Nov 2000 09:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468574#M597672</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-30T09:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468575#M597673</link>
      <description>Kofi&lt;BR /&gt;I have checked through all the hp*conf files and find no settings for any lans.In all the headers it states that to set the speed &amp;amp; duplex to use the lanadmin command which I have already done.Does this mean that lanadmin updates some config file ??</description>
      <pubDate>Thu, 30 Nov 2000 09:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468575#M597673</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-30T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468576#M597674</link>
      <description>No Kevin, the changes with lanadmin are temporary - when/if the server reboots, it would go back to what is listed in the hp*conf files.</description>
      <pubDate>Thu, 30 Nov 2000 13:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468576#M597674</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-30T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468577#M597675</link>
      <description>Well... I have reading this thread and I don't agree on changing the lan card config for the HP9000 server: if the problem is the autoneg or even the lancard speed, then why the file transfer to the PC is performing well?&lt;BR /&gt;&lt;BR /&gt;I think it is more related to the unix ftp client than to the network card.&lt;BR /&gt; I will try to check this, because I have an L box with the same card...&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2000 13:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468577#M597675</guid>
      <dc:creator>Antonio Valle_1</dc:creator>
      <dc:date>2000-11-30T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468578#M597676</link>
      <description>Kofi &lt;BR /&gt;&lt;BR /&gt;Thanks for your help - have made changes using the lanadmin command and all is now working ok.&lt;BR /&gt;Have read the notes on the pci 10/100 cards and found that I need to amend the hpbtlanconf file which I will now go off and do &lt;BR /&gt;</description>
      <pubDate>Thu, 30 Nov 2000 13:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468578#M597676</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-30T13:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: network settings ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468579#M597677</link>
      <description>Antonio&lt;BR /&gt;It was not just ftp causing the problem but moving data across the network to a backup server was also very slow (which is the ultimate aim of what I am trying to do).Having done the changes to the lan config to match the switch the time to transfer the file has gone from 20 mins to 3.5 secs !!!.&lt;BR /&gt;Feel free to give me anymore assistance when you have had a chance to play on your server</description>
      <pubDate>Thu, 30 Nov 2000 14:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-settings/m-p/2468579#M597677</guid>
      <dc:creator>Kevin Batter</dc:creator>
      <dc:date>2000-11-30T14:37:52Z</dc:date>
    </item>
  </channel>
</rss>

