<?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 full/half duplex ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521342#M596265</link>
    <description>Anyone know of a command to tell if the LAN card is running at full or half duplex?  I'm running an L2000 with 100BT cards.  I can use lanadmin to tell that I'm running at 100mb/s, but don't see duplex shown.</description>
    <pubDate>Wed, 25 Apr 2001 15:53:05 GMT</pubDate>
    <dc:creator>Greg OBarr</dc:creator>
    <dc:date>2001-04-25T15:53:05Z</dc:date>
    <item>
      <title>full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521342#M596265</link>
      <description>Anyone know of a command to tell if the LAN card is running at full or half duplex?  I'm running an L2000 with 100BT cards.  I can use lanadmin to tell that I'm running at 100mb/s, but don't see duplex shown.</description>
      <pubDate>Wed, 25 Apr 2001 15:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521342#M596265</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2001-04-25T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521343#M596266</link>
      <description>Hi Greg:&lt;BR /&gt;&lt;BR /&gt;# lanadmin -x &lt;LAN&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/LAN&gt;</description>
      <pubDate>Wed, 25 Apr 2001 16:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521343#M596266</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-25T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521344#M596267</link>
      <description>When using lanadmin -&amp;gt; lan -&amp;gt; display, the first line of the output is a Description line.  This will tell you what duplex you are running.&lt;BR /&gt;&lt;BR /&gt;From a C200 workstation:&lt;BR /&gt;Description     = lan0 Hewlett-Packard 10/100 TX Half-Duplex &lt;BR /&gt;&lt;BR /&gt;From a J5000 workstation:&lt;BR /&gt;Description     = lan0 Hewlett-Packard 10/100 TX Full-Duplex</description>
      <pubDate>Wed, 25 Apr 2001 16:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521344#M596267</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-25T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521345#M596268</link>
      <description>Thanks guys, I see it now.  How about a way to force full duplex (i.e. turn off auto-negotiation?)</description>
      <pubDate>Wed, 25 Apr 2001 16:10:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521345#M596268</guid>
      <dc:creator>Greg OBarr</dc:creator>
      <dc:date>2001-04-25T16:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521346#M596269</link>
      <description>Check the file /etc/rc.config.d/hp????base100conf configuration file.  In this file you should see a line similar to:&lt;BR /&gt;&lt;BR /&gt;HP_BASE100_SPEED[0]=100FD  --&amp;gt; which means 100 Full Duplex&lt;BR /&gt;&lt;BR /&gt;or if it is like my K460 then the line may just specify the duplex like:&lt;BR /&gt;&lt;BR /&gt;HP_BASET_DUPLEX[0]=FULL&lt;BR /&gt;&lt;BR /&gt;It should be something similar to one of those.</description>
      <pubDate>Wed, 25 Apr 2001 16:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521346#M596269</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-25T16:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: full/half duplex ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521347#M596270</link>
      <description>Greg,&lt;BR /&gt;&lt;BR /&gt;As you've already discovered lanadmin -x &lt;PPA&gt;&lt;BR /&gt;(11.X) or &lt;NMID&gt; (10.X) will display the current speed and duplex values.  You can set&lt;BR /&gt;them permanently in the configuration scripts&lt;BR /&gt;in /etc/rc.config.d.  One problem people sometimes have is figuring out which is the correct script.  You L class system supports&lt;BR /&gt;three different versions of 100bt cards with&lt;BR /&gt;3 different scripts.  &lt;BR /&gt;&lt;BR /&gt;Use ioscan(1m) to find out which you have;&lt;BR /&gt;&lt;BR /&gt;"ioscan -fnkC lan" will list all lan cards.&lt;BR /&gt;Look at the "driver" column to determine the&lt;BR /&gt;correct script;&lt;BR /&gt;&lt;BR /&gt;driver      script&lt;BR /&gt;&lt;BR /&gt;btlan      hpbtlanconf&lt;BR /&gt;btlan3     hpbase100conf&lt;BR /&gt;btlan5     hppci100conf&lt;BR /&gt;&lt;BR /&gt;Remember that these only take effect when&lt;BR /&gt;you boot the system so if you want to set&lt;BR /&gt;them immediately without a reboot you use&lt;BR /&gt;lanadmin(1m), for instance&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100fd  0&lt;BR /&gt;&lt;BR /&gt;will set lan0 to 100mb/s full duplex on an&lt;BR /&gt;11.00 system.&lt;BR /&gt;&lt;BR /&gt;Getting back to the scripts for a minute, as&lt;BR /&gt;Patrick pointed out you could see a line with&lt;BR /&gt;either "SPEED" or "DUPLEX".  Hopefully you'll&lt;BR /&gt;see "SPEED", if not that means you have no&lt;BR /&gt;driver patch, an old driver patch, or have&lt;BR /&gt;patched but have not moved the updated configuration script from;&lt;BR /&gt;&lt;BR /&gt;/usr/newconfig/etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/NMID&gt;&lt;/PPA&gt;</description>
      <pubDate>Wed, 25 Apr 2001 18:13:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/full-half-duplex/m-p/2521347#M596270</guid>
      <dc:creator>Peter Van Sant</dc:creator>
      <dc:date>2001-04-25T18:13:48Z</dc:date>
    </item>
  </channel>
</rss>

