<?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: NIC SPEED in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937631#M577109</link>
    <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Use lanadmin as follows&lt;BR /&gt;&lt;BR /&gt;lanadmin -X Y 100FD&lt;BR /&gt;&lt;BR /&gt;Where Y = the lan instance - 0 for lan0, 1 for lan1, etc.&lt;BR /&gt;have the network team lock the port at 100 &amp;amp; NO auto-negotiate.&lt;BR /&gt;Then I'd recommend you determine just which /etc/rc.config.d/&amp;amp;&amp;amp;&amp;amp;conf file to edit to lock it down on the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 27 Mar 2003 20:54:59 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-03-27T20:54:59Z</dc:date>
    <item>
      <title>NIC SPEED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937629#M577107</link>
      <description>I have a 10/100 lan card in a K570 that appears to be running @ 10bm. I am sure that the switch is set for auto negotiate. If lanadmin says 10bm, am I running at 10mb even though the switch is set to auto? What command do I use to change the speed from 10 to 100?</description>
      <pubDate>Thu, 27 Mar 2003 20:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937629#M577107</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-03-27T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: NIC SPEED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937630#M577108</link>
      <description>1) Run lanscan to get the NMID or PPA of your desired port/card.&lt;BR /&gt;&lt;BR /&gt;2) lanadmin -S speed PPA&lt;BR /&gt;&lt;BR /&gt;Man lanscan, lanadmin for details.&lt;BR /&gt;&lt;BR /&gt;You really do not want the switch port set to auto-negotiate; that's one of those things that almost works well - the worst kind of problem to have. Hard set the speed/duplex on both ends.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 20:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937630#M577108</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-27T20:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: NIC SPEED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937631#M577109</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Use lanadmin as follows&lt;BR /&gt;&lt;BR /&gt;lanadmin -X Y 100FD&lt;BR /&gt;&lt;BR /&gt;Where Y = the lan instance - 0 for lan0, 1 for lan1, etc.&lt;BR /&gt;have the network team lock the port at 100 &amp;amp; NO auto-negotiate.&lt;BR /&gt;Then I'd recommend you determine just which /etc/rc.config.d/&amp;amp;&amp;amp;&amp;amp;conf file to edit to lock it down on the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Mar 2003 20:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937631#M577109</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-27T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: NIC SPEED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937632#M577110</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;I saw your other posting. SAM does not do an excellent job related to NIC settings. So, I would not suggest using SAM for this task.&lt;BR /&gt;&lt;BR /&gt;Most of the times HP will set it's speed to 100 HalfDuplex if the switch is set to Auto negotiatiate.&lt;BR /&gt;&lt;BR /&gt;The command to find the speed is&lt;BR /&gt;&lt;BR /&gt;lanadmin -x i&lt;BR /&gt;&lt;BR /&gt;i is the lan card instance number. For ex., 0 is the instance number for lan0 on 11.x. However, on 10.20, it is the nmid and you have to do a lanscan to find the corresponding nmid.&lt;BR /&gt;&lt;BR /&gt;To set the speed of the NIC to auto-negotiation, you would do&lt;BR /&gt;&lt;BR /&gt;lanadmin -X AUTO_ON i&lt;BR /&gt;&lt;BR /&gt;Here the lancard will negotiate with the switch port and set it's speed.&lt;BR /&gt;&lt;BR /&gt;However, HP does not seem to work well with Autonegotiation. It is recommended to set yout switch to 100 Auto Off and then set your NIC to 100 Auto off.  In this case, you would use the command&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100FD i&lt;BR /&gt;&lt;BR /&gt;To survive this setting on reboots, you would need to modify /etc/rc.config.d/hpXXX100conf. XXX is the type of the card. For Gsc, it would be hpgsc100conf. It also contains  example entries and you can use&lt;BR /&gt;them.&lt;BR /&gt;&lt;BR /&gt;Changing the speed will break the network for 11 secs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 27 Mar 2003 20:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937632#M577110</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-27T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: NIC SPEED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937633#M577111</link>
      <description>Lanscan should give you nmid number/PPA number&lt;BR /&gt;To change the speed use &lt;BR /&gt;lanadmin -X 100FD nmid number&lt;BR /&gt;&lt;BR /&gt;But this is temporary. You need to change in /etc/rc/config.d/hpbase100conf.&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;in  hpbase100conf configuration file&lt;BR /&gt;HP_BASE100_INTERFACE_NAME[1]=lan0&lt;BR /&gt;HP_BASE100_STATION_ADDRESS[1]=&lt;BR /&gt;HP_BASE100_SPEED[1]=100FD&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 27 Mar 2003 21:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-speed/m-p/2937633#M577111</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-03-27T21:00:44Z</dc:date>
    </item>
  </channel>
</rss>

