<?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: nic card in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947698#M577389</link>
    <description>I concur, patch SAM.&lt;BR /&gt;&lt;BR /&gt;Basic rule of being a HP-UX  system administrator, you can't trouble shoot with SAM, its just a gui interface to the core O/S.&lt;BR /&gt;&lt;BR /&gt;And the lanadmin procedure listed above is just fine for this.</description>
    <pubDate>Thu, 10 Apr 2003 00:35:22 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-04-10T00:35:22Z</dc:date>
    <item>
      <title>nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947692#M577383</link>
      <description>I am trying to change lan1 to 100 full duplex through sam and I get the following error:&lt;BR /&gt;                                                                          &lt;BR /&gt; /     The driver specific configuration file in /etc/rc.config.d doesn't       &lt;BR /&gt; |     support the configuration of Speed, Duplex and Autonegotiation           &lt;BR /&gt; |     parameters through SAM. Please copy the latest configuration file        &lt;BR /&gt; |     from /usr/newconfig/etc/rc.config.d directory to enable this or          &lt;BR /&gt; |     &lt;BR /&gt;What config file can I edit to allow this to happen ??</description>
      <pubDate>Wed, 09 Apr 2003 21:13:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947692#M577383</guid>
      <dc:creator>Greg Butler</dc:creator>
      <dc:date>2003-04-09T21:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947693#M577384</link>
      <description>Do yourself a favour and do it from the command line:&lt;BR /&gt;&lt;BR /&gt;# lanadmin -X 100FD 0 (assuming it is lan card 0)&lt;BR /&gt;&lt;BR /&gt;depending on the actual card used, as to which config file should be updated. You can find out easily enough from your ioscan output.&lt;BR /&gt;&lt;BR /&gt;btlan hpbtlanconf &lt;BR /&gt;btlan0 hpeisabtconf &lt;BR /&gt;btlan1 hpbasetconf &lt;BR /&gt;btlan3 hpbase100conf Internal (core) LAN card &lt;BR /&gt;btlan4 hpgsc100conf &lt;BR /&gt;btlan5 hppci100conf "external" PCI card A5230A &lt;BR /&gt;btlan6 hpsppci100conf V-class PCI lan card &lt;BR /&gt;gelan hpgelanconf GigaBit card A4926A &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 21:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947693#M577384</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-09T21:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947694#M577385</link>
      <description>What lan driver is associated with lan1.&lt;BR /&gt;&lt;BR /&gt;You can run "ioscan -fnC lan" to find out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 21:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947694#M577385</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2003-04-09T21:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947695#M577386</link>
      <description>Normally this should work just fine (ie using SAM) which saves you some time to have to edit the config file manually, etc, etc. It's either you're entering the wrong info/parameter in SAM or you got yourself a "buggy" SAM.</description>
      <pubDate>Wed, 09 Apr 2003 21:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947695#M577386</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-09T21:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947696#M577387</link>
      <description>You have to change autonegotiation off in order to set it to 100BT full&lt;BR /&gt;&lt;BR /&gt;assuming your nic uses the btlan driver,&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d/&lt;BR /&gt;vi 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;** replace lan0 for your NIC&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;</description>
      <pubDate>Wed, 09 Apr 2003 23:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947696#M577387</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2003-04-09T23:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947697#M577388</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;why don't you look for recenly SAM patch??&lt;BR /&gt;&lt;BR /&gt;It's looks like SAM problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2003 23:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947697#M577388</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-04-09T23:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947698#M577389</link>
      <description>I concur, patch SAM.&lt;BR /&gt;&lt;BR /&gt;Basic rule of being a HP-UX  system administrator, you can't trouble shoot with SAM, its just a gui interface to the core O/S.&lt;BR /&gt;&lt;BR /&gt;And the lanadmin procedure listed above is just fine for this.</description>
      <pubDate>Thu, 10 Apr 2003 00:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947698#M577389</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-04-10T00:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: nic card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947699#M577390</link>
      <description>Just a reminder to set the switch port to 100 FD at the same time.  Autonegotiate only works if both ends of the circuit are set to auto and you will wind up with a duplex mismatch if you don't set the switch to FD at the same time.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 10 Apr 2003 15:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nic-card/m-p/2947699#M577390</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-04-10T15:14:11Z</dc:date>
    </item>
  </channel>
</rss>

