<?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 autoneg setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455234#M12286</link>
    <description>On my HP9000 which is used soley as a backup server for 85 servers (most are NT), the current nic setting for fast ethernet is 100 half with AUTONEG ON. I assume the autoneg on is the same as autosense which means the 100 half is being ignored. My wan support said the server is broadcasting a large number of runt errors. The port is set at 100 half, so technically the two (port and nic) should be in agreement unless the autoneg setting is causing the 100 half to be ignored. &lt;BR /&gt;&lt;BR /&gt;1. Does the autoneg setting cause the 100 half to be ignored?&lt;BR /&gt;2. How can I change it? SAM would not let me because it complained about Bind not being updated as a result of Berlkely settings.&lt;BR /&gt;3. Can I change the setting without a reboot?&lt;BR /&gt;4. Most of our NT servers are set at 100 full, but the default is 100 half on HP. Is this prefered for a server being used only for backups which does generate major traffic.</description>
    <pubDate>Wed, 18 Oct 2000 17:50:31 GMT</pubDate>
    <dc:creator>James Rohrich</dc:creator>
    <dc:date>2000-10-18T17:50:31Z</dc:date>
    <item>
      <title>autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455234#M12286</link>
      <description>On my HP9000 which is used soley as a backup server for 85 servers (most are NT), the current nic setting for fast ethernet is 100 half with AUTONEG ON. I assume the autoneg on is the same as autosense which means the 100 half is being ignored. My wan support said the server is broadcasting a large number of runt errors. The port is set at 100 half, so technically the two (port and nic) should be in agreement unless the autoneg setting is causing the 100 half to be ignored. &lt;BR /&gt;&lt;BR /&gt;1. Does the autoneg setting cause the 100 half to be ignored?&lt;BR /&gt;2. How can I change it? SAM would not let me because it complained about Bind not being updated as a result of Berlkely settings.&lt;BR /&gt;3. Can I change the setting without a reboot?&lt;BR /&gt;4. Most of our NT servers are set at 100 full, but the default is 100 half on HP. Is this prefered for a server being used only for backups which does generate major traffic.</description>
      <pubDate>Wed, 18 Oct 2000 17:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455234#M12286</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-10-18T17:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455235#M12287</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Dont use sam - edit the proper file in /etc/rc.config.d - propably called hpbase100conf (depending on you lan adapter)&lt;BR /&gt;&lt;BR /&gt;Notice that in order to run autoneg the switch should also be set to autonegotiation. What I think your problem might be here is that the switch might be hardcoded 100-full duplex. The drivers cant handle this and ends up running 100half and the result is a lot of runts (and posibly error disabled port).&lt;BR /&gt;&lt;BR /&gt;If the switch is hard coded just set SPEED to 100FD.</description>
      <pubDate>Wed, 18 Oct 2000 18:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455235#M12287</guid>
      <dc:creator>Lasse Knudsen</dc:creator>
      <dc:date>2000-10-18T18:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455236#M12288</link>
      <description>My recollection of it is that 100Half, Auto Neg on will auto negotiate, but only up to 100 Half.&lt;BR /&gt;&lt;BR /&gt;So see what your system is currently running at, run `lanscan` to see what the NMID is for the NIC you're interested in.  Let's call this vaule 4&lt;BR /&gt;&lt;BR /&gt;You can check the current speed with:&lt;BR /&gt;# lanadmin -x 4&lt;BR /&gt;Current Speed  = 100 Half-Duplex&lt;BR /&gt;&lt;BR /&gt;You can force this to 100 Full with:&lt;BR /&gt;# lanadmin -X 100FD 4&lt;BR /&gt;&lt;BR /&gt;WARNING: an incorrect setting could cause serious network problems!!!&lt;BR /&gt;&lt;BR /&gt;(like your NIC may entirely stop working until to fix it via the console)&lt;BR /&gt;&lt;BR /&gt;Also, if you'd like to do this on boot, you need to modify /etc/rc.config.d/* (mine was hpbase100conf, but yours may vary) and change&lt;BR /&gt;HP_BASE100_SPEED[X]=AUTO_ON&lt;BR /&gt;to&lt;BR /&gt;HP_BASE100_SPEED[X]=100FD&lt;BR /&gt;&lt;BR /&gt;It's possible that there is a 100FD_AUTO_ON setting.  You'll need to check your references.</description>
      <pubDate>Wed, 18 Oct 2000 18:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455236#M12288</guid>
      <dc:creator>Sean Bastille</dc:creator>
      <dc:date>2000-10-18T18:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455237#M12289</link>
      <description>James:&lt;BR /&gt;&lt;BR /&gt;Use 'lanscan' to get the NMID for 'lanadmin'.&lt;BR /&gt;&lt;BR /&gt;lanadmin -x &lt;NMID&gt; displays settings like auto-negotiation and speed.&lt;BR /&gt;&lt;BR /&gt;lanadmin -X &lt;NMID&gt; can set them (temporarily).&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/NMID&gt;&lt;/NMID&gt;</description>
      <pubDate>Wed, 18 Oct 2000 18:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455237#M12289</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-18T18:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455238#M12290</link>
      <description>The port can be reset to what I want. Typically in our environment which is more NT than UNIX, we avoided auto if we knew the speed. My impression now is that the port is set at 100 half, but the nic is set with AUTONEG ON so my 100 half setting is being ignored. &lt;BR /&gt;&lt;BR /&gt;Does the edit of that file require a reboot and is 100 half preferred over 100 full.</description>
      <pubDate>Wed, 18 Oct 2000 18:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455238#M12290</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-10-18T18:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455239#M12291</link>
      <description>Resetting the NIC speed does not require a reboot, though it will cause a hiccough in network access.  As a rule, HP recommends against using autonegotiation.  IIRC, HP will not guarantee that 3rd party switches will "negotiate" properly with HP NIC cards.  Set the speed explicitely.&lt;BR /&gt;&lt;BR /&gt;If your switch will run 100FD, then use full.  It is theoretically twice as fast as half-duplex. In half duplex, the card will allow traffic in only one direction at a time: either talking or listening out the line.  With full duplex, packets can travel both directions in an intermingled stream.</description>
      <pubDate>Wed, 18 Oct 2000 18:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455239#M12291</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-18T18:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455240#M12292</link>
      <description>The config file shows:&lt;BR /&gt;HP_BASE100_SPEED(0)=100HD&lt;BR /&gt;&lt;BR /&gt;This seems to imply that I am in congruence with the port setting and that possibly what is shown in SAM is ignored.</description>
      <pubDate>Wed, 18 Oct 2000 18:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455240#M12292</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-10-18T18:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455241#M12293</link>
      <description>As opposed to using the AUTONEG feature, you can turn it off and hard set the NIC to be 100FD. &lt;BR /&gt;&lt;BR /&gt;Can do this with lanscan (get the NMID if 10.20, get the ppa if 11.00), run the lanadmin -X NMID# 100FD.&lt;BR /&gt;&lt;BR /&gt;Then edit the file in the /etc/rc.config.d so that when the system boots, the card will come up at the specified settings.</description>
      <pubDate>Wed, 18 Oct 2000 18:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455241#M12293</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-10-18T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455242#M12294</link>
      <description>The way to test how the card is actually set is with the lanadmin -x &lt;NMID&gt; command.  The NMID can be found from a lanscan.  For instance:&lt;BR /&gt;&lt;BR /&gt;# lanscan&lt;BR /&gt;Hardware Station        Crd Hardware Net-Interface   NM  MAC        HP DLPI Mjr&lt;BR /&gt;Path     Address        In# State    NameUnit State  ID  Type       Support Num&lt;BR /&gt;8/0/1/0  0x0060B04BF366 1   UP       lan1     UP     4   ETHER      Yes     119&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x 4&lt;BR /&gt;Current Speed                   = 100 Full-Duplex&lt;/NMID&gt;</description>
      <pubDate>Wed, 18 Oct 2000 19:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455242#M12294</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-18T19:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455243#M12295</link>
      <description>Please verify that if my hpbase100conf shows on the 3rd and 4th line (first 2 are just lan card and station address) and i know the second line below is a comment:&lt;BR /&gt;  &lt;BR /&gt;HP_BASE100_SPEED(0)=100HD&lt;BR /&gt;#HP_BASE100_DUPLEX(0)=&lt;BR /&gt;&lt;BR /&gt;that I am running 100 Half Duplex and autoneg that shows as yes in SAM is actually not on. &lt;BR /&gt;</description>
      <pubDate>Wed, 18 Oct 2000 19:12:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455243#M12295</guid>
      <dc:creator>James Rohrich</dc:creator>
      <dc:date>2000-10-18T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: autoneg setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455244#M12296</link>
      <description>Assuming that HP_BASE100_SPEED is the correct variable and that this is the correct configuration file (I have seen a system where unnecessary patch installations resulted in unused/inaccurate network configuration/startup files.) then the lines you posted show that the card should initially have been set to 100 half-duplef IF the () were actually [].  Hard braces are the expected (at least in all systems I have seen) delimiter for card instances.&lt;BR /&gt;&lt;BR /&gt;However, as has ben posted before, lanadmin is the only way to tell what settings are operating on the card NOW.  If the -x flag is not working for your lanadmin command, it means that you are missing required network patches.  Look for PHNE_18924 (or a superceding patch).</description>
      <pubDate>Wed, 18 Oct 2000 19:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/autoneg-setting/m-p/2455244#M12296</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-18T19:31:56Z</dc:date>
    </item>
  </channel>
</rss>

