<?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: lan card problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621262#M38765</link>
    <description>I have detected my lancard successfully but i could not configure network card correctly. Cannot ping other network servers. How to configure the card. Please help.</description>
    <pubDate>Wed, 28 Nov 2001 06:29:34 GMT</pubDate>
    <dc:creator>Kenn Chen</dc:creator>
    <dc:date>2001-11-28T06:29:34Z</dc:date>
    <item>
      <title>lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621258#M38761</link>
      <description>my lan1 shown status = disabled and how could i enable this lancard ? when i issue ioscan command to retrieve the hardware connection among the devices, system detected (CLAIMED) only one lancard (lan1) and why it does not detect lan0.</description>
      <pubDate>Wed, 28 Nov 2001 01:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621258#M38761</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2001-11-28T01:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621259#M38762</link>
      <description>There are many LAN drivers. You'll have to add the correct driver to the kernel and reboot. Then the card will be detected by ioscan and be assigned a device file.  The LAN drivers are located on your Core/Install CD or your Application CD, depending on how old your system and CDs might be.</description>
      <pubDate>Wed, 28 Nov 2001 03:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621259#M38762</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2001-11-28T03:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621260#M38763</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You are missing the drivers for your particular lan card. In most cases the software is located on Disk 1 of any Applications CD set. After you install the drivers using swinstall the system will reboot and you should then see your lan card via lanscan. &lt;BR /&gt;&lt;BR /&gt;Regards, Clay</description>
      <pubDate>Wed, 28 Nov 2001 03:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621260#M38763</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-28T03:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621261#M38764</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;check the type of this lan card:&lt;BR /&gt;ioscan -nkfClan &lt;BR /&gt; -&amp;gt; see whether it is a 100BT - pci or HP-pb  etc.&lt;BR /&gt;&lt;BR /&gt;Then, check whether you have the driver for the card, by doing swlist -l product |grep 100&lt;BR /&gt;&lt;BR /&gt;If not present, install it using the application CD (it will need a reboot of the system). That should take care of it.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Wed, 28 Nov 2001 04:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621261#M38764</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-28T04:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621262#M38765</link>
      <description>I have detected my lancard successfully but i could not configure network card correctly. Cannot ping other network servers. How to configure the card. Please help.</description>
      <pubDate>Wed, 28 Nov 2001 06:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621262#M38765</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2001-11-28T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: lan card problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621263#M38766</link>
      <description>Hello,&lt;BR /&gt;Just go into the /etc/rc.config.d/netconf file.&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]="lan0"&lt;BR /&gt;IP_ADDRESS[0]="172.16.1.229"&lt;BR /&gt;SUBNET_MASK[0]=255.255.0.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0         &lt;BR /&gt;Look into the parameter above,&lt;BR /&gt;0(zero)is the first interface.If you have already configured the first interface just copy the lines and change '0' to '1' like&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]="lan1"&lt;BR /&gt;IP_ADDRESS[1]="ipaddress"&lt;BR /&gt;SUBNET_MASK[1]=subnet mask&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;DHCP_ENABLE[1]=0         &lt;BR /&gt;Just change the values accordingly to your network.&lt;BR /&gt;Caution;If you have two cards on the machine with the first one running properly&lt;BR /&gt;Just copy the above lines and paste it seperately and change the parameters.&lt;BR /&gt;Then do a &lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start.&lt;BR /&gt;&lt;BR /&gt;If you are configuring the network for the first time then you can use&lt;BR /&gt;set_parms initial to configure your network instead using the above file.&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 08:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-card-problem/m-p/2621263#M38766</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-11-28T08:18:25Z</dc:date>
    </item>
  </channel>
</rss>

