<?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: Card speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328897#M568085</link>
    <description>lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;and to set it to 100Mb/s, full duplex:&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100fd 0</description>
    <pubDate>Mon, 12 Jul 2004 09:35:25 GMT</pubDate>
    <dc:creator>Tom Maloy</dc:creator>
    <dc:date>2004-07-12T09:35:25Z</dc:date>
    <item>
      <title>Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328894#M568082</link>
      <description>Here are my available LAN cards. How could I know which ones are 10, 100 or 1000 BT ?&lt;BR /&gt;&lt;BR /&gt;hawking # ioscan -fnkClan&lt;BR /&gt;Class     I  H/W Path  Driver      S/W State   H/W Type     Description&lt;BR /&gt;==========================================================&lt;BR /&gt;lan       0  8/0/1/0   btlan4      CLAIMED     INTERFACE    PCI(10110009) -- Built-in #1&lt;BR /&gt;lan       1  8/0/2/0   btlan4      CLAIMED     INTERFACE    PCI(10110009) -- Built-in #2&lt;BR /&gt;lan       2  10/12/6   lan2        CLAIMED     INTERFACE    Built-in LAN&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 12 Jul 2004 09:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328894#M568082</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2004-07-12T09:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328895#M568083</link>
      <description>lanadmin -x "nmid_of _lan"&lt;BR /&gt;&lt;BR /&gt;lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Mon, 12 Jul 2004 09:33:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328895#M568083</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-12T09:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328896#M568084</link>
      <description>Try the lanadmin command.&lt;BR /&gt;&lt;BR /&gt;lanadmin -s 0&lt;BR /&gt;lanadmin -s 1&lt;BR /&gt;lanadmin -s 2&lt;BR /&gt;&lt;BR /&gt;The 0,1,2 are the PPA #s.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 09:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328896#M568084</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T09:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328897#M568085</link>
      <description>lanadmin -x 0&lt;BR /&gt;&lt;BR /&gt;and to set it to 100Mb/s, full duplex:&lt;BR /&gt;&lt;BR /&gt;lanadmin -X 100fd 0</description>
      <pubDate>Mon, 12 Jul 2004 09:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328897#M568085</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2004-07-12T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328898#M568086</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; Collect the PPA number with lanscan -p and give that to lanadmin -s number.&lt;BR /&gt;&lt;BR /&gt; # speed&lt;BR /&gt; set -x&lt;BR /&gt; &lt;BR /&gt; set -A ppa `lanscan -p`&lt;BR /&gt; set -A name `lanscan -i | awk '{ print $1 }'`&lt;BR /&gt; i=0&lt;BR /&gt; cnt=${#ppa[*]}&lt;BR /&gt; while [[ $i -lt $cnt ]]; do&lt;BR /&gt;  speed=$(lanadmin -s ${ppa[$i]})&lt;BR /&gt;  limit=$(echo $speed | cut -d '=' -f 2)&lt;BR /&gt;  echo "${name[$i]} speed = $((limit/1000000))Mbits/second"&lt;BR /&gt;  let i=i+1&lt;BR /&gt;  done&lt;BR /&gt;&lt;BR /&gt; If you have vsar tool, it will display that speed information. (vsar)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Mon, 12 Jul 2004 10:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328898#M568086</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-12T10:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328899#M568087</link>
      <description>Hi marc,&lt;BR /&gt;&lt;BR /&gt;If you mean what are they capable of, then you'll have to determine just what they are.&lt;BR /&gt;Sometimes ioscan and/or the ?stm SW suite will tell you what they are. But frequently you have to check the card itself. Then you can look them up on partsurfer.hp.com to find their capabilities. I do know that a *lot* of the built-in NICs in older HW were only capable of 10 1/2 duplex. Of course if you try to set these to 100 via the lanadmin command they'll report back that they can't &amp;amp; then you know they're on 10 capable.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 12 Jul 2004 10:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328899#M568087</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-07-12T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328900#M568088</link>
      <description>Sorry. That's not what I really want. These cards are not set up. And I want to know what speed they can accept in order to choose the fastest one for my use.</description>
      <pubDate>Mon, 12 Jul 2004 10:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328900#M568088</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2004-07-12T10:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328901#M568089</link>
      <description>Interesting - on my workstation I get:&lt;BR /&gt;&lt;BR /&gt;ioscan -funC lan&lt;BR /&gt;Class     I  H/W Path   Driver S/W State   H/W Type     Description&lt;BR /&gt;===================================================================&lt;BR /&gt;lan       0  10/0/12/0  btlan CLAIMED     INTERFACE    HP PCI 10/100Base-TX Core&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Not too sure why your ioscan doesn't say...&lt;BR /&gt;&lt;BR /&gt;All it says is "built in" - what kind of server is it and what OS version are you running?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 10:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328901#M568089</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-07-12T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328902#M568090</link>
      <description>Thanks to all.&lt;BR /&gt;&lt;BR /&gt;Jeff, i'll do as you said. Setting up each and trying to modify the speed/duplex mode.&lt;BR /&gt;It looks like the two first lan are 100 BT capable. But not the original one, as you said.&lt;BR /&gt;&lt;BR /&gt;Geoff, it's a K460 with HP-UX 10.20. (i know, it's getting old...)&lt;BR /&gt;&lt;BR /&gt;Marc.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 10:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328902#M568090</guid>
      <dc:creator>marc seguin</dc:creator>
      <dc:date>2004-07-12T10:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328903#M568091</link>
      <description>Yep, the built-in lan (lan 2 10/12/6 lan2 CLAIMED INTERFACE Built-in LAN) on a K-box is only 10HD capable.</description>
      <pubDate>Mon, 12 Jul 2004 10:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328903#M568091</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-07-12T10:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Card speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328904#M568092</link>
      <description>indeed, btlan4 is the 10.20 and/or 11.0 driver for the HSC 100BT card.  on 11.11 it is merged with btlan[356] in the "btlan" driver.  all four should be able to autoneg just fine. particularly if you are up on your patches.&lt;BR /&gt;&lt;BR /&gt;lan2 is the driver for the intel 82596 10 Mbit/s ethernet interface that was used as core on many systems, and was also an add-on EISA card on older systems.  the cards driven by lan2 only support old classic 10 Mbit/s half-duplex Ethernet - ie "real" CSMA/CD Ethernet and do not autoneg or do full-duplex.&lt;BR /&gt;&lt;BR /&gt;imo, one should never hardcode speed and duplex unless and until it has been shown that there is a problem between the NIC and your switch or hub.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jul 2004 22:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/card-speed/m-p/3328904#M568092</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-07-12T22:30:15Z</dc:date>
    </item>
  </channel>
</rss>

