<?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: /dev/lan0 creation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549349#M839995</link>
    <description>Please take a moment to assign points to those who have assisted you, here's how:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
    <pubDate>Tue, 24 May 2005 07:58:53 GMT</pubDate>
    <dc:creator>Gary Cantwell</dc:creator>
    <dc:date>2005-05-24T07:58:53Z</dc:date>
    <item>
      <title>/dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549340#M839986</link>
      <description>I have two lan, 0 an 1 . Lan1 is Ok. Lan0 has no /dev/lan0, /dev/ether  /dev/diag/lan0.&lt;BR /&gt;&lt;BR /&gt;Anyone could explain me how to create /dev/lan0 in HPUX10.20?&lt;BR /&gt;&lt;BR /&gt;Here goes the results of ioscan -fnC lan&lt;BR /&gt;&lt;BR /&gt;Lan 0  8/4/1/0 btlan4 CLAIMED INTERFACE PCI(10110009) Built in #1&lt;BR /&gt;&lt;BR /&gt;LAN 1  8/16/6 lan2 CLAIMED INTERFACE Built-in LAN  /dev/diag/lan1 /dev/ether1 /dev/lan1&lt;BR /&gt; &lt;BR /&gt;Many thanks,&lt;BR /&gt;Benjamin.&lt;BR /&gt;</description>
      <pubDate>Sat, 21 May 2005 15:50:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549340#M839986</guid>
      <dc:creator>Benjamin_35</dc:creator>
      <dc:date>2005-05-21T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549341#M839987</link>
      <description>Just use insf -e. It will correct any missing device files automatically. Don't worry that it  shows a bunch of existing device files, insf only adds missing files.</description>
      <pubDate>Sat, 21 May 2005 18:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549341#M839987</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-21T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549342#M839988</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;So just run :&lt;BR /&gt;insf -eC lan&lt;BR /&gt;As Bill Hassell, no trouble!&lt;BR /&gt;&lt;BR /&gt;Goodluck!&lt;BR /&gt;Regard,&lt;BR /&gt;Hoang Chi Cong</description>
      <pubDate>Sun, 22 May 2005 03:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549342#M839988</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-05-22T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549343#M839989</link>
      <description>Hi Bengamin,&lt;BR /&gt;&lt;BR /&gt;Yes "insf -e" should help if in case you or somebody else have deleted or removed the /dev/lan0 file.&lt;BR /&gt;&lt;BR /&gt;Just to clarify one mopre thing:&lt;BR /&gt;If "ifconfig lan0" returns "no such interface" then lan0 could be there but not configured. &lt;BR /&gt;Just try executing (if /dev/lan0 exists) &lt;BR /&gt;# ifconfig lan0 &lt;IP add=""&gt; -netmask &lt;SUBNET mask=""&gt; UP&lt;BR /&gt;&lt;BR /&gt;And then try looking at the Lan Status:&lt;BR /&gt;# ifconfig lan0&lt;BR /&gt;&lt;BR /&gt;Other command used to check NIC Cards is:&lt;BR /&gt;&lt;BR /&gt;# lanscan&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;/SUBNET&gt;&lt;/IP&gt;</description>
      <pubDate>Sun, 22 May 2005 11:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549343#M839989</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-22T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549344#M839990</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;the insf -e (or -eC lan) command just reinstalled lan1. It doeesn/t mention anything about lan0. I still don't have /dev/lan0.&lt;BR /&gt;&lt;BR /&gt;lanscan returns lan0 and lan1. Lan0 appears as described below:&lt;BR /&gt;8/4/1/0  0x080009B8D74C  0 UP  LAN0  UP  5 ETHER YES 119&lt;BR /&gt;&lt;BR /&gt;The hole problem came after recovered the system using Ignite 1.45...&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 08:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549344#M839990</guid>
      <dc:creator>Benjamin_35</dc:creator>
      <dc:date>2005-05-23T08:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549345#M839991</link>
      <description>hi benjamin,&lt;BR /&gt;&lt;BR /&gt;I checked on my both IA/PA systems and on 11.11 and 11.23 but i did not see /dev/lan0.&lt;BR /&gt;I was able to see /dev/lan1 and /dev/lan2 on my 11i systems but no lan0.&lt;BR /&gt;Still ifconfig lan0 return everything OK.&lt;BR /&gt;Is that because of lan0 being on core I/O card?&lt;BR /&gt;Anyway, did you try giving some IP address to lan0 even if /dev/lan0 is not there.&lt;BR /&gt;Try configuring the lan0 and just ping the IP.&lt;BR /&gt;See what "ifconfig lan0" display.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 08:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549345#M839991</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-05-23T08:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549346#M839992</link>
      <description>The lan0 is working "fine". I need /dev/lan0 because of ILOG license(that searchs for /dev/lan0). Without /dev/lan0, the license doesn't work.&lt;BR /&gt;&lt;BR /&gt;Backing to lan0, I can ping it and "rlogin" remote hosts. I'm using an card J3515. &lt;BR /&gt;&lt;BR /&gt;ioscan returns&lt;BR /&gt;8/4/1/0 lan  "PCI(10110009) --Built in #1&lt;BR /&gt;&lt;BR /&gt;ifconfig lan0, returns:&lt;BR /&gt;lan0: flags=863&lt;UP&gt;&lt;BR /&gt;inet 130.200.1.1 netmask ffffff00 broadcast 130.200.1.255&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;benjamin&lt;BR /&gt;&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Mon, 23 May 2005 09:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549346#M839992</guid>
      <dc:creator>Benjamin_35</dc:creator>
      <dc:date>2005-05-23T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549347#M839993</link>
      <description>You could try &lt;BR /&gt;&lt;BR /&gt;ln -s /dev/dlpi /dev/lan0&lt;BR /&gt;&lt;BR /&gt;Always assuming that you have a /dev/dlpi of course.</description>
      <pubDate>Mon, 23 May 2005 09:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549347#M839993</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549348#M839994</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Stephen Keane solved the problem. I took a look in another backup tape and discovered that Ignite has change the IP adresses....&lt;BR /&gt;So I change the parameters with netconf and then, "ln -s", solved the hostid problem. That's all ok now. Just for information, HP Lan manual talks about ln /dev/lan and /dev/snap too.&lt;BR /&gt;&lt;BR /&gt;Thank you all, and have a good day.&lt;BR /&gt;Benjamin.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 May 2005 07:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549348#M839994</guid>
      <dc:creator>Benjamin_35</dc:creator>
      <dc:date>2005-05-24T07:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 creation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549349#M839995</link>
      <description>Please take a moment to assign points to those who have assisted you, here's how:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Tue, 24 May 2005 07:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-creation/m-p/3549349#M839995</guid>
      <dc:creator>Gary Cantwell</dc:creator>
      <dc:date>2005-05-24T07:58:53Z</dc:date>
    </item>
  </channel>
</rss>

