<?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: Gigabit Ethernet problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631163#M592152</link>
    <description>checksum-offload (CKO), it could be that your card does not support this option. You may want to talk to HP to see if this is supported for your card.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
    <pubDate>Thu, 13 Dec 2001 15:43:21 GMT</pubDate>
    <dc:creator>Craig Rants</dc:creator>
    <dc:date>2001-12-13T15:43:21Z</dc:date>
    <item>
      <title>Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631158#M592147</link>
      <description>I have configured my Gigabit interface with the following command: &lt;BR /&gt;ifconfig lan2 92.168.20.5 netmask 255.255.255.0 broadcast 92.168.20.255 up&lt;BR /&gt;But this is the output when I run ifconfig on that interface:&lt;BR /&gt;# ifconfig lan2                                                  &lt;BR /&gt;lan2: flags=1863&lt;UP&gt;  &lt;BR /&gt;        inet 92.168.20.5 netmask ffffff00 broadcast 92.168.20.255&lt;BR /&gt;&lt;BR /&gt;Now, there is no communications over that interface. Any help?&lt;BR /&gt;&lt;BR /&gt;Jose&lt;/UP&gt;</description>
      <pubDate>Thu, 13 Dec 2001 15:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631158#M592147</guid>
      <dc:creator>Jose Goyana_4</dc:creator>
      <dc:date>2001-12-13T15:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631159#M592148</link>
      <description>can you at least ping that cards address?</description>
      <pubDate>Thu, 13 Dec 2001 15:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631159#M592148</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-13T15:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631160#M592149</link>
      <description>This line looks a little out of place.&lt;BR /&gt;flags=1863&lt;UP&gt; &lt;BR /&gt;&lt;BR /&gt;Standard is&lt;BR /&gt;flags=843&lt;UP&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have anything weird in your /etc/rc.config.d/netconf file?&lt;BR /&gt;&lt;BR /&gt;What does a netstat -in show you.&lt;BR /&gt;&lt;BR /&gt;I have never seen the CKO before, I am trying to find some info on that.&lt;BR /&gt;&lt;BR /&gt;More Later,&lt;BR /&gt;C&lt;/UP&gt;&lt;/UP&gt;</description>
      <pubDate>Thu, 13 Dec 2001 15:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631160#M592149</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-13T15:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631161#M592150</link>
      <description>Do you possibly have another card, which is also configured (lan0?), that is on the same subnet?  If so you need to either unconfigure lan? or set it up on another subnet.  However, if your need is to have multiple lanics up simultaneously, might I suggest Auto Port Aggregation(APA) software.  It will make your life much easier. &lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 13 Dec 2001 15:38:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631161#M592150</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2001-12-13T15:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631162#M592151</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  Your ifconfig output look ok.  The CKO will be there for ifconfig output of Giga cards (it''s there on my system too).eg on my working system:&lt;BR /&gt;#ifconfig lan2&lt;BR /&gt;lan2: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 100.9.20.35 netmask ffffff00 broadcast 100.9.20.255&lt;BR /&gt;**&lt;BR /&gt;&lt;BR /&gt;  Two possible reasons for your problem could be the&lt;BR /&gt;- CABLE -&amp;gt; I have had issues with the Giga card cable once.  Make sure the LEDS on the lan card are glowing green, as per the lan card manual specs.&lt;BR /&gt;&lt;BR /&gt;-- Your routing configuration.&lt;BR /&gt;do netstat -nr and check whether it is going to the right subnet.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Thu, 13 Dec 2001 15:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631162#M592151</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-13T15:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631163#M592152</link>
      <description>checksum-offload (CKO), it could be that your card does not support this option. You may want to talk to HP to see if this is supported for your card.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Thu, 13 Dec 2001 15:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631163#M592152</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-13T15:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631164#M592153</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;Try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000042418194" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000042418194&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000056236904" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000056236904&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000048086778" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000048086778&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2001 15:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631164#M592153</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-13T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631165#M592154</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;Here is some more info on the configuration,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000051244108" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000051244108&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000049915689" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000049915689&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2001 15:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631165#M592154</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-13T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gigabit Ethernet problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631166#M592155</link>
      <description>Although I have run landiag to reset the NIC, it didn't work out...&lt;BR /&gt;It does seem to be a compatibility problem between the NIC and the switch (3Com SuperStack 9300): we have switched power on the switch and now the NIC is working fine!&lt;BR /&gt;This behavior is very strange: it apears only when I ifconfig down the gigabit NIC and then try to ifconfig it up back again...&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone.&lt;BR /&gt;&lt;BR /&gt;Jose</description>
      <pubDate>Thu, 13 Dec 2001 17:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gigabit-ethernet-problems/m-p/2631166#M592155</guid>
      <dc:creator>Jose Goyana_4</dc:creator>
      <dc:date>2001-12-13T17:42:07Z</dc:date>
    </item>
  </channel>
</rss>

