<?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 Force lan to 100FULL in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591095#M556940</link>
    <description>Hi,&lt;BR /&gt;I'ld like to know how can i force an ethernet lan  10/100 only to 100, like people say (100full), in a SO hp-ux 11.11. On GSP I have 3 choices ( 10, auto, 100). But I can't find that configuration on my SO. I think lanadmin don't resolve my question.</description>
    <pubDate>Wed, 27 Jul 2005 10:15:23 GMT</pubDate>
    <dc:creator>uadm26</dc:creator>
    <dc:date>2005-07-27T10:15:23Z</dc:date>
    <item>
      <title>Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591095#M556940</link>
      <description>Hi,&lt;BR /&gt;I'ld like to know how can i force an ethernet lan  10/100 only to 100, like people say (100full), in a SO hp-ux 11.11. On GSP I have 3 choices ( 10, auto, 100). But I can't find that configuration on my SO. I think lanadmin don't resolve my question.</description>
      <pubDate>Wed, 27 Jul 2005 10:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591095#M556940</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-07-27T10:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591096#M556941</link>
      <description>Joel -- Take a look at this message string:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183037" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183037&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jul 2005 10:19:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591096#M556941</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-07-27T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591097#M556942</link>
      <description>I always turn off auto_negotiation and set speed to 100 and full duplex within SAM.</description>
      <pubDate>Wed, 27 Jul 2005 10:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591097#M556942</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-27T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591098#M556943</link>
      <description>I agree with Alan - SAM is the quickest and easiest way to set it.</description>
      <pubDate>Wed, 27 Jul 2005 10:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591098#M556943</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-27T10:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591099#M556944</link>
      <description>Are you talking about the GSP ethernet port speed or the system network interfaces speed ?  The two are different things. &lt;BR /&gt;&lt;BR /&gt;for system NICs procedure is quite simple&lt;BR /&gt;1. Make sure Switch port the NIC is connected to is set to 100FD&lt;BR /&gt;2. run &lt;BR /&gt;ioscan -fnC lan&lt;BR /&gt;and determine your driver type for the interface. (let's say you found them to be btlan)&lt;BR /&gt;3. edit /etc/rc.config.d/hpbtlanconf&lt;BR /&gt;find or create a block referring to this NIC instance as follows&lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan0&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;making sure index in square brackets is unique for each interface throughout this file. Save the file&lt;BR /&gt;4. run commands:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/hpbtlan stop&lt;BR /&gt;/sbin/init.d/hpbtlan start&lt;BR /&gt;&lt;BR /&gt;5. verify the speed by running&lt;BR /&gt;&lt;BR /&gt;lanadmin -x PPA_No&lt;BR /&gt;&lt;BR /&gt;where PPA_No is 0 for lan0, 1 for lan1 and so on.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if you are talking about the speed of the GSP interface, I am not sure if you have any control over that one. As I hardly ever use it, and the stuff you do over GSP is so low volume, 10 Mbit is more than anyone can ever need on that thing in my opinion.</description>
      <pubDate>Wed, 27 Jul 2005 10:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591099#M556944</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-27T10:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591100#M556945</link>
      <description>thanks, i've try sam and the file configuration, that's all.</description>
      <pubDate>Wed, 27 Jul 2005 10:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591100#M556945</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2005-07-27T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Force lan to 100FULL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591101#M556946</link>
      <description>One thing you need to be careful when you use sam for these changes: sam puts the station address into the middle line, as in the mac address of your interface. Should you happen to change the interface in the future due to a failure or something, you either need to do this sequence, using sam again, or after finishing the sam session, you go in and delete the station address (set it to nothing) and restart the drivers as described in my previous posting, in order not to pull hair 2 years down the road, figuring out why the inteface keep losing its 100 FD setting or not able to hold it. I am sure either you will not be around or forgot this little speed setting incidence by that time.&lt;BR /&gt;Just a word of caution.</description>
      <pubDate>Wed, 27 Jul 2005 12:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/force-lan-to-100full/m-p/3591101#M556946</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-27T12:09:56Z</dc:date>
    </item>
  </channel>
</rss>

