<?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: On board ethernet card - how to disable and change speeds in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985195#M575804</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use lanadmin command to change the speed. You will need to use nmid (for 10.20) or ppa|card instance# (for 11.x) as an argument to lanadmin command. Use "lanscan" to find them out. &lt;BR /&gt;&lt;BR /&gt;#lanadmin -x 2&lt;BR /&gt;&lt;BR /&gt;Will display the speed of the lan card associated with nmid|ppa 2.&lt;BR /&gt;&lt;BR /&gt;#lanadmin -X 100FD 2&lt;BR /&gt;&lt;BR /&gt;Will change the speed and duplex of the lancard associated with nmid|ppa 2 to 100 Full Duplex.&lt;BR /&gt;&lt;BR /&gt;To survice these setting on reboot, you will need to hard code these values into /etc/rc.config.d/hp*conf files. In your case, it will be hp100baseconf file. Example entries are given in that file.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Fri, 30 May 2003 12:44:08 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-05-30T12:44:08Z</dc:date>
    <item>
      <title>On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985193#M575802</link>
      <description>I have a server that I got as a referb and I want to use the 10/100 card in one of the chassis slots as the main interface, not the on board. I can't seem to get rid of it. Also - I am an AIX guy but I can't figure out how to change the card speed through sam and ifconfig doesn't look like it does anything nor does lanadmin....help ??</description>
      <pubDate>Fri, 30 May 2003 12:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985193#M575802</guid>
      <dc:creator>Jim Lynn_1</dc:creator>
      <dc:date>2003-05-30T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985194#M575803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you can see the 10/100 card when you do a 'lanscan', you should be able to use it.  Just edit the /etc/rc.config.d/netconf file and specify the IP address and other settings using that lan card [lan1, lan2, something like that probably].&lt;BR /&gt;&lt;BR /&gt;The built-in lan card won't 'go away', but if you assign an IP address to the other card you shouldn't care, as the other card will be used.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2003 12:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985194#M575803</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-05-30T12:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985195#M575804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use lanadmin command to change the speed. You will need to use nmid (for 10.20) or ppa|card instance# (for 11.x) as an argument to lanadmin command. Use "lanscan" to find them out. &lt;BR /&gt;&lt;BR /&gt;#lanadmin -x 2&lt;BR /&gt;&lt;BR /&gt;Will display the speed of the lan card associated with nmid|ppa 2.&lt;BR /&gt;&lt;BR /&gt;#lanadmin -X 100FD 2&lt;BR /&gt;&lt;BR /&gt;Will change the speed and duplex of the lancard associated with nmid|ppa 2 to 100 Full Duplex.&lt;BR /&gt;&lt;BR /&gt;To survice these setting on reboot, you will need to hard code these values into /etc/rc.config.d/hp*conf files. In your case, it will be hp100baseconf file. Example entries are given in that file.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 30 May 2003 12:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985195#M575804</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-05-30T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985196#M575805</link>
      <description>Hi,&lt;BR /&gt;HPUX uses only the card you configure, so if you configure, let's say, lan4 on the PCI slot, that one will be used.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To change the speed: use lanadmin !&lt;BR /&gt;&lt;BR /&gt;lanadmin -x    query for the opeiotn&lt;BR /&gt;&lt;BR /&gt;lanadmin -X    set the option.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to set them at every reboot, there are the files in the /etc/rc.config.d/etherconf* or such files (i never remember the exact files)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2003 12:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985196#M575805</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-30T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985197#M575806</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   you can go and edit the /etc/rc.config.d/netconf and specify only the lan card that you want to have configured along with the IP address you want.  This will apply every time you boot. Depending on the driver that the lan card is using, you have several files in /etc/rc.config.d all starting with hp (hpbtlanconf, hp100baseconf, etc.. ), one of them will allow you to configure the speed for the card.&lt;BR /&gt;&lt;BR /&gt;If you want to do all of this manually.  Assuming that lan0 is the built-in lan and the lan1 is the one you want to use. &lt;BR /&gt;&lt;BR /&gt;ifconfig lan0 inet 0.0.0.0 down&lt;BR /&gt;ifconfig lan1 inet 192.168.33.15 netmask 255.255.255.0 up&lt;BR /&gt;lanadmin -X 100BT 1 {will set port 1 to 100BT)&lt;BR /&gt;&lt;BR /&gt;this being said, next time you reboot you'll have to do this again unless you have edited the files.</description>
      <pubDate>Fri, 30 May 2003 12:49:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985197#M575806</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-05-30T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985198#M575807</link>
      <description>Sorry made a mistake in my lanadmin line.. it should read 100FD for 100 Full-Duplex instead of 100BT.. trying to say too many things at the same time.. LOL</description>
      <pubDate>Fri, 30 May 2003 12:52:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985198#M575807</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-05-30T12:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985199#M575808</link>
      <description>Jim:&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5b03a1c04ffd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5b03a1c04ffd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Fri, 30 May 2003 13:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985199#M575808</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-30T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985200#M575809</link>
      <description>The lanadmin -x doesn't work for me, I have ladmin -S to change speeds. Maybe -X is something new in HPUX 11.0....I'm still unable to ping the default gateway. The network switch is seeing the link just fine and I forced it to 100FD as the switch setting are but no go....any other thoughts?</description>
      <pubDate>Fri, 30 May 2003 17:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985200#M575809</guid>
      <dc:creator>Jim Lynn_1</dc:creator>
      <dc:date>2003-05-30T17:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985201#M575810</link>
      <description>Ccan you post the output of lanscan? Did you use "NMID" with lanadmin? Also, post the output of:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC lan</description>
      <pubDate>Fri, 30 May 2003 17:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985201#M575810</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-05-30T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985202#M575811</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Can you post your "lanscan" and "netstat -i" outputs?.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 30 May 2003 17:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985202#M575811</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-05-30T17:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985203#M575812</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;What version of HP-UX are you running?  What happens if you do "lanadmin -x 0", where 0 is the instance number of your card?  You should see the current settings.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 30 May 2003 17:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985203#M575812</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-30T17:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985204#M575813</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;One other trick you can try is the 'linkloop' command.  It will help you verify the physical connection to a card using the MAC address.  It is handy for helping to make sure that your cable connection to the card is ok.  &lt;BR /&gt;&lt;BR /&gt;Also, you could post the output of 'lanscan' and the contents of your /etc/rc.config.d/netconf file.   Are you running 10.20?&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2003 17:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985204#M575813</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2003-05-30T17:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985205#M575814</link>
      <description>run lanscan to get the NM/ID of the card you want to configure. &lt;BR /&gt;then run lanadmin &lt;NMID&gt;, select lan to see speed and any errors.&lt;BR /&gt;&lt;BR /&gt;run lanadmin -s NMID to see speed&lt;BR /&gt;lanadmin -S NMID to set speed&lt;BR /&gt;&lt;BR /&gt;ifconfig lan# (taken from NameUnit column on lanscan) to configure IP/netmask.&lt;BR /&gt;&lt;BR /&gt;&lt;/NMID&gt;</description>
      <pubDate>Fri, 30 May 2003 19:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985205#M575814</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-05-30T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985206#M575815</link>
      <description>Jim:&lt;BR /&gt;&lt;BR /&gt;What version of HP-UX are you running? Is it 10.20??&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Fri, 30 May 2003 19:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985206#M575815</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-05-30T19:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: On board ethernet card - how to disable and change speeds</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985207#M575816</link>
      <description>Sorry - I should have included HPUX number - its 10.20.&lt;BR /&gt;iocan -fnC is&lt;BR /&gt;Class I H/W Path driver S/W state H/W type&lt;BR /&gt; lan  0  8/16/6   lan2  CLaimed   Interface&lt;BR /&gt;                              description&lt;BR /&gt;                               built-in lan&lt;BR /&gt;     /dev/diag/lan0 /dev/ether0 /dev/lan0&lt;BR /&gt;&lt;BR /&gt; lan  1  10/12/1/0 btlan0 Claimed  Interface&lt;BR /&gt;                               PCI 10110009&lt;BR /&gt;      --built-in#1&lt;BR /&gt;netstat -i yields&lt;BR /&gt;Name MTU Network Address IpktsIerrOpktsOerr Col&lt;BR /&gt;ni0  0   none     none     0    0   0    0   0&lt;BR /&gt;ni1  0   none     none     0    0   0    0   0&lt;BR /&gt;lo0 4600 loopback localhost 216 0   216  0   0&lt;BR /&gt;lan0 1500 none    none      0   0   0    0   0&lt;BR /&gt;lan1 1500 10.88.193 usgnisp 496 0   13   2   32&lt;BR /&gt;&lt;BR /&gt;I am trying to configure out lan0 and use lan1&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2003 15:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/on-board-ethernet-card-how-to-disable-and-change-speeds/m-p/2985207#M575816</guid>
      <dc:creator>Jim Lynn_1</dc:creator>
      <dc:date>2003-06-02T15:00:10Z</dc:date>
    </item>
  </channel>
</rss>

