<?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: checking full duplex with lanadmin in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368870#M566288</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#lanadmin -x &lt;NMID of="" interface=""&gt;&lt;BR /&gt;&lt;BR /&gt;You can get nmid using lanscan command.&lt;BR /&gt;&lt;BR /&gt;You can set speed using &lt;BR /&gt;#lanadmin -X 100FD &lt;NMID&gt;&lt;BR /&gt;&lt;BR /&gt;100FD is for 100Mbps Full Duplex&lt;BR /&gt;100HD&lt;BR /&gt;10FD &lt;BR /&gt;10HD and auto_neg is value can be set&lt;BR /&gt;&lt;BR /&gt;For permanent setting you have to modify NIC config file in /etc/rc.config.d directory name of file depends on NIC.&lt;BR /&gt;&lt;BR /&gt;Sunil&lt;/NMID&gt;&lt;/NMID&gt;</description>
    <pubDate>Tue, 31 Aug 2004 07:46:34 GMT</pubDate>
    <dc:creator>Sunil Sharma_1</dc:creator>
    <dc:date>2004-08-31T07:46:34Z</dc:date>
    <item>
      <title>checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368868#M566286</link>
      <description>all,&lt;BR /&gt;how do you check for half/full duplex with lanadmin.&lt;BR /&gt;&lt;BR /&gt;how do you set 100base T with lanadmin?&lt;BR /&gt;&lt;BR /&gt;permanently hardcode?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;scott</description>
      <pubDate>Tue, 31 Aug 2004 07:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368868#M566286</guid>
      <dc:creator>Scott_20</dc:creator>
      <dc:date>2004-08-31T07:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368869#M566287</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;Use "lanadmin -x 0" where 0 is the PPA number of the card from lanscan.&lt;BR /&gt;&lt;BR /&gt;You can set the speed/duplex with "lanadmin -X  100FD 0".  To make this permanent, you'll need to edit the appropriate conf file, based on the driver for your card:&lt;BR /&gt;&lt;BR /&gt;btlan hpbtlanconf&lt;BR /&gt;btlan0 hpeisabtconf&lt;BR /&gt;btlan1 hpbasetconf&lt;BR /&gt;btlan3 hpbase100conf&lt;BR /&gt;btlan4 hpgsc100conf&lt;BR /&gt;btlan5 hppci100conf&lt;BR /&gt;btlan6 hpsppci100conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 07:45:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368869#M566287</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-08-31T07:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368870#M566288</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#lanadmin -x &lt;NMID of="" interface=""&gt;&lt;BR /&gt;&lt;BR /&gt;You can get nmid using lanscan command.&lt;BR /&gt;&lt;BR /&gt;You can set speed using &lt;BR /&gt;#lanadmin -X 100FD &lt;NMID&gt;&lt;BR /&gt;&lt;BR /&gt;100FD is for 100Mbps Full Duplex&lt;BR /&gt;100HD&lt;BR /&gt;10FD &lt;BR /&gt;10HD and auto_neg is value can be set&lt;BR /&gt;&lt;BR /&gt;For permanent setting you have to modify NIC config file in /etc/rc.config.d directory name of file depends on NIC.&lt;BR /&gt;&lt;BR /&gt;Sunil&lt;/NMID&gt;&lt;/NMID&gt;</description>
      <pubDate>Tue, 31 Aug 2004 07:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368870#M566288</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-08-31T07:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368871#M566289</link>
      <description>To check:&lt;BR /&gt;&lt;BR /&gt;for i in `/usr/sbin/lanscan | awk '/ETHER/ {print $3}'`; do&lt;BR /&gt; x=`/usr/sbin/lanadmin -x $i 2&amp;gt;&amp;amp;1 | awk -F= '{print $2}' | sed -e 's/^ *//' -e 's/ *$//'`&lt;BR /&gt;echo echo "ppa $i " $x&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;To set:&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100FD 1&lt;BR /&gt;&lt;BR /&gt;Also, vi the appropiate drive file in /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;hpbtlanconf&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;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2004 07:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368871#M566289</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-08-31T07:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368872#M566290</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can type "lanscan" to see the available NIC's&lt;BR /&gt;Then select the In# Number &lt;BR /&gt;&lt;BR /&gt;lanadmin -x &lt;IN&gt; to display&lt;BR /&gt;lanadmin -X &lt;OPTIONS&gt; to set&lt;BR /&gt;&lt;BR /&gt;and edit /etc/rc.config.d/hp&lt;DRIVER&gt;.conf file&lt;BR /&gt;to permanently change the settings&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Franky&lt;/DRIVER&gt;&lt;/OPTIONS&gt;&lt;/IN&gt;</description>
      <pubDate>Tue, 31 Aug 2004 08:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368872#M566290</guid>
      <dc:creator>Franky_1</dc:creator>
      <dc:date>2004-08-31T08:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: checking full duplex with lanadmin</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368873#M566291</link>
      <description>If you suspect a duplex mismatch, first verify it my looking a the full lanadmin statistics -  check for FCS errors if the description of the interface is full-duplex and check for _late_ collisions if the description of the interface is half-duplex:&lt;BR /&gt;&lt;BR /&gt;lanadmin -g mibstats &lt;PPA&gt;&lt;BR /&gt;&lt;BR /&gt;keep in mind that both ends of a link must be at the same setting - both must be half, or both full or both auto, you cannot mix, even with auto on one side.&lt;/PPA&gt;</description>
      <pubDate>Tue, 31 Aug 2004 19:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-full-duplex-with-lanadmin/m-p/3368873#M566291</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-08-31T19:30:31Z</dc:date>
    </item>
  </channel>
</rss>

