<?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: auto negotiate in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819084#M86196</link>
    <description>All;&lt;BR /&gt;&lt;BR /&gt;Thank you for your responses. From your inputs and my experience with the BUILT-IN card I have no choice but, deal with whatever I get which is 10 Mbp/s.  NO budget for add ons. &lt;BR /&gt;&lt;BR /&gt;again thank you</description>
    <pubDate>Fri, 04 Oct 2002 15:03:47 GMT</pubDate>
    <dc:creator>Amir Fadaghi</dc:creator>
    <dc:date>2002-10-04T15:03:47Z</dc:date>
    <item>
      <title>auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819072#M86184</link>
      <description>Hello HP_UX gurus;&lt;BR /&gt;&lt;BR /&gt;I have a K class server with a Ethernet card.  the speed on this card is set at 10 Mb/s.  I want to set it to auto negotiate and not sure if it is set so.  Could you tell how I can set this card to auto negotiate.&lt;BR /&gt;&lt;BR /&gt;appreciate your help</description>
      <pubDate>Fri, 04 Oct 2002 10:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819072#M86184</guid>
      <dc:creator>Amir Fadaghi</dc:creator>
      <dc:date>2002-10-04T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819073#M86185</link>
      <description>The general consensus seems to be not to auto-negotiate but, if that's what you really want to do - what's your OS?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 04 Oct 2002 10:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819073#M86185</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-04T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819074#M86186</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Match the product number on the card with the information in the link below.  From this you will be able to deduce the correct configuraton file to change.&lt;BR /&gt;&lt;BR /&gt;Moat folks find that auto-negotation is unreliable and set *both* their switch and their lan card to 100MG full duplex with no autonegotation.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/tips.html" target="_blank"&gt;http://techsolutions.hp.com/fe/tips.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://techsolutions.hp.com/fe/products.html" target="_blank"&gt;http://techsolutions.hp.com/fe/products.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 04 Oct 2002 11:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819074#M86186</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-04T11:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819075#M86187</link>
      <description>Most K class Ethernet cards can be set to Auto Negotiate in SAM -&amp;gt; Networking and Communications -&amp;gt; Network Interface Cards.&lt;BR /&gt;&lt;BR /&gt;In here you can set the speedto whatever you want, but you might come up against performace issue by setting it to autosense reather that 10 or 100.&lt;BR /&gt;&lt;BR /&gt;You can also set the speed in /etc/rc.config.d/hppci100conf, set HP_PCI100_SPEED[0]=10FD</description>
      <pubDate>Fri, 04 Oct 2002 11:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819075#M86187</guid>
      <dc:creator>Tom Horan</dc:creator>
      <dc:date>2002-10-04T11:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819076#M86188</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Run the script to get your current settings&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;PATH=/usr/sbin:/usr/bin&lt;BR /&gt;ppas=`lanscan | awk '$3~/^[0-9]$/{print $3}' | xargs`&lt;BR /&gt;for i in $ppas&lt;BR /&gt;do&lt;BR /&gt;printf "Card at PPA %s - " $i&lt;BR /&gt;ipa=`ifconfig lan${i} 2&amp;gt;/dev/null | awk '{ip=$2}END{if(ip==""){printf("Not assig&lt;BR /&gt;ned ")}else{printf("%s ",ip)}}'`&lt;BR /&gt;printf "IP Address: %15s- " "$ipa"&lt;BR /&gt;# lanadmin -s $i | awk '{printf("%4d Mbps\n",$NF/1000000)}'&lt;BR /&gt;lanadmin -x $i 2&amp;gt;/dev/null | awk '{$1="";printf("%s",$0)}'&lt;BR /&gt;echo ""&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Oct 2002 11:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819076#M86188</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-04T11:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819077#M86189</link>
      <description>You need to run ioscan to find out what driver your card uses - "ioscan -kfnC lan".  Then you can match that driver to the config file in /etc/rc.config.d/.  The comments in the relevant config file should tell you how to set auto-negotiate.  I believe the paramater you need is "auto_on".&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 04 Oct 2002 11:12:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819077#M86189</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-04T11:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819078#M86190</link>
      <description>Hi Amir&lt;BR /&gt;&lt;BR /&gt;Have a look at these frequently asked questions&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 04 Oct 2002 11:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819078#M86190</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-04T11:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819079#M86191</link>
      <description>All my 'Ethernet' Cards on my K classes are 10/Half Duplex with no option for alteration and therefore no need for auto-negotiation. Use 'SAM - Networking and Communication - Network Interface Cards' and the 'Modify' pull-down menu to confirm whether auto-negotiate is available.&lt;BR /&gt;&lt;BR /&gt;So perhaps the point is moot?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 04 Oct 2002 11:34:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819079#M86191</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-10-04T11:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819080#M86192</link>
      <description>All;&lt;BR /&gt;&lt;BR /&gt;thank you for your fast and helpfull hints.  This is a development box and 8 Oracle instances are running. By the way my OS is 11.0. With regard to sam, there is no option to change the speed.  when I use lanadmin with -X option says "do not support". So I used -S and I get "Unable to change speed error no 22".  I am not sure if I have an option to change the speed, am I wrong? I have also took a look at /etc/rc.config.d/hpbase100conf and used the options in the comment portion of the file but, no luck</description>
      <pubDate>Fri, 04 Oct 2002 11:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819080#M86192</guid>
      <dc:creator>Amir Fadaghi</dc:creator>
      <dc:date>2002-10-04T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819081#M86193</link>
      <description>use SAM, it's the easy way.</description>
      <pubDate>Fri, 04 Oct 2002 13:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819081#M86193</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2002-10-04T13:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819082#M86194</link>
      <description>In normal cases K class is having one Ethernet port on the Core I/O Card. And that ether net prot is 10mbps only. I don't know if you are having any other 100mbps cards or not. If not, you do not have any choice, you have to use that 10 mbps. &lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;You can add one 100 mbps card to increase the network speed.&lt;BR /&gt;&lt;BR /&gt;Sandip&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Oct 2002 13:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819082#M86194</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-10-04T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819083#M86195</link>
      <description>The reason SAM does not have an option to change the speed for you NIC is because it is a 10Mb NIC, not a 10/100.  If it were 10/100, SAM would give you the options to change the speed.&lt;BR /&gt;&lt;BR /&gt;Neither will lanadmin set a speed that is not supported for that NIC.&lt;BR /&gt;&lt;BR /&gt;I don't know that the built-in NIC on K's were ever 100Mb cards.  You can get add-on cards that are 10/100.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 04 Oct 2002 13:22:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819083#M86195</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-10-04T13:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: auto negotiate</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819084#M86196</link>
      <description>All;&lt;BR /&gt;&lt;BR /&gt;Thank you for your responses. From your inputs and my experience with the BUILT-IN card I have no choice but, deal with whatever I get which is 10 Mbp/s.  NO budget for add ons. &lt;BR /&gt;&lt;BR /&gt;again thank you</description>
      <pubDate>Fri, 04 Oct 2002 15:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/auto-negotiate/m-p/2819084#M86196</guid>
      <dc:creator>Amir Fadaghi</dc:creator>
      <dc:date>2002-10-04T15:03:47Z</dc:date>
    </item>
  </channel>
</rss>

