<?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 mounting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791845#M391867</link>
    <description>Your lan must be pointed to /dev/dlpi ( e.g. below  )&lt;BR /&gt;&lt;BR /&gt;/dev/lan -&amp;gt; /dev/dlpi&lt;BR /&gt;&lt;BR /&gt;All your networking interfaces must be showing as /dev/dlpi* .  &lt;BR /&gt;&lt;BR /&gt;Without /dev/lan do you have any issues ?  How about nwmgr output shows ?</description>
    <pubDate>Wed, 25 May 2011 05:02:40 GMT</pubDate>
    <dc:creator>Shibin_2</dc:creator>
    <dc:date>2011-05-25T05:02:40Z</dc:date>
    <item>
      <title>/dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791844#M391866</link>
      <description>&lt;!--!*#--&gt;Can someone help me how to create /dev/lan0 in Itanium Server (HPUX11.31) using &lt;BR /&gt;&lt;BR /&gt;# insf -e&lt;BR /&gt;# insf -C lan&lt;BR /&gt;# insf -C lan -I 0&lt;BR /&gt;&lt;BR /&gt;(The above command is not creating the device, something wrong in the argument?)&lt;BR /&gt;&lt;BR /&gt;In HPUX11.11 I could find /dev/lan0 by default. But in HPUX11.31 there is no /dev/lan0 by default. I want to create this mount point by myself. Please let me know the steps to create.&lt;BR /&gt;&lt;BR /&gt;For some more info on the Hardware.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HPUX11.31&lt;BR /&gt;&lt;BR /&gt;slbps0,sys,root # ioscan -funC lan&lt;BR /&gt;Class     I  H/W Path        Driver S/W State   H/W Type     Description&lt;BR /&gt;=========================================================================&lt;BR /&gt;lan       0  0/0/0/28/0/0/0  iether   CLAIMED     INTERFACE    HP AH395-60001 PCIe 1000Base-T&lt;BR /&gt;lan       1  0/0/0/28/0/0/1  iether   CLAIMED     INTERFACE    HP AH395-60001 PCIe 1000Base-T&lt;BR /&gt;lan       2  0/0/0/28/2/0/0  iether   CLAIMED     INTERFACE    HP AH395-60001 PCIe 1000Base-T&lt;BR /&gt;lan       3  0/0/0/28/2/0/1  iether   CLAIMED     INTERFACE    HP AH395-60001 PCIe 1000Base-T&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HPUX11.11&lt;BR /&gt;&lt;BR /&gt;chola,sys,root # ioscan -funC lan&lt;BR /&gt;Class     I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;===================================================================&lt;BR /&gt;lan       0  0/1/2/0   igelan CLAIMED     INTERFACE    HP PCI 1000Base-T Core&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2011 03:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791844#M391866</guid>
      <dc:creator>Sathyanarayanan Velu</dc:creator>
      <dc:date>2011-05-25T03:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791845#M391867</link>
      <description>Your lan must be pointed to /dev/dlpi ( e.g. below  )&lt;BR /&gt;&lt;BR /&gt;/dev/lan -&amp;gt; /dev/dlpi&lt;BR /&gt;&lt;BR /&gt;All your networking interfaces must be showing as /dev/dlpi* .  &lt;BR /&gt;&lt;BR /&gt;Without /dev/lan do you have any issues ?  How about nwmgr output shows ?</description>
      <pubDate>Wed, 25 May 2011 05:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791845#M391867</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2011-05-25T05:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791846#M391868</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if the dev files are not there you would create them with the mknod command&lt;BR /&gt;&lt;BR /&gt;#man mknod &lt;BR /&gt;&lt;BR /&gt;but as said, /dev/lan and /dev/snap should be linked to /dev/dlpi for 11.31.&lt;BR /&gt;&lt;BR /&gt;what does &lt;BR /&gt;#ls -l /dev/lan &lt;BR /&gt;show&lt;BR /&gt;&lt;BR /&gt;see this guide for more info on configuring lan devices in 11.31&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02037128/c02037128.pdf" target="_blank"&gt;http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02037128/c02037128.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but what does lanscan show? or nwmgr --get commands&lt;BR /&gt;#lanscan&lt;BR /&gt;#nwmgr --get&lt;BR /&gt;&lt;BR /&gt;the ioscan output looks fine&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Wed, 25 May 2011 07:11:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791846#M391868</guid>
      <dc:creator>Andrew Rutter</dc:creator>
      <dc:date>2011-05-25T07:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791847#M391869</link>
      <description>&lt;!--!*#--&gt;The lanscan and nwmgr --get looks OK (see result pasted). We are configuring X25 link from HPUX11.31. Our application is expecting /dev/lan0 to write the messages. So it is mandatory to have /dev/lan0. Now I donot know how to create /dev/lan0. Can this be created using mknode or insf?.&lt;BR /&gt;&lt;BR /&gt;slbps0,sys,root # pwd&lt;BR /&gt;/dev&lt;BR /&gt;slbps0,sys,root #  ls -al | grep dlp&lt;BR /&gt;crw-rw-rw-   1 root       sys         72 0x000077 Dec 16 10:24 dlpi&lt;BR /&gt;crw-rw-rw-   1 root       sys        119 0x000000 Dec 16 10:24 dlpi0&lt;BR /&gt;crw-rw-rw-   1 root       sys        119 0x000001 Dec 16 10:24 dlpi1&lt;BR /&gt;crw-rw-rw-   1 root       sys        119 0x000002 Dec 16 10:24 dlpi2&lt;BR /&gt;crw-rw-rw-   1 root       sys        119 0x000003 Dec 16 10:24 dlpi3&lt;BR /&gt;crw-rw-rw-   1 root       sys        119 0x000004 Dec 16 10:24 dlpi4&lt;BR /&gt;lrwxr-xr-x   1 root       sys              9 May  8 20:38 lan -&amp;gt; /dev/dlpi&lt;BR /&gt;lrwxr-xr-x   1 root       sys              9 May  8 20:38 snap -&amp;gt; /dev/dlpi&lt;BR /&gt;slbps0,sys,root # lanscan&lt;BR /&gt;Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In# State NamePPA        ID  Type      Support Mjr#&lt;BR /&gt;0/0/0/28/0/0/0 0x00237D440FFC 0   UP    lan0 snap0     1   ETHER     Yes     119&lt;BR /&gt;0/0/0/28/0/0/1 0x00237D440FFD 1   UP    lan1 snap1     2   ETHER     Yes     119&lt;BR /&gt;0/0/0/28/2/0/0 0x00237D441FAC 2   UP    lan2 snap2     3   ETHER     Yes     119&lt;BR /&gt;0/0/0/28/2/0/1 0x00237D441FAD 3   UP    lan3 snap3     4   ETHER     Yes     119&lt;BR /&gt;LinkAgg0 0x000000000000 900 DOWN  lan900 snap900 6   ETHER     Yes     119&lt;BR /&gt;LinkAgg1 0x000000000000 901 DOWN  lan901 snap901 7   ETHER     Yes     119&lt;BR /&gt;LinkAgg2 0x000000000000 902 DOWN  lan902 snap902 8   ETHER     Yes     119&lt;BR /&gt;LinkAgg3 0x000000000000 903 DOWN  lan903 snap903 9   ETHER     Yes     119&lt;BR /&gt;LinkAgg4 0x000000000000 904 DOWN  lan904 snap904 10  ETHER     Yes     119&lt;BR /&gt;slbps0,sys,root # nwmgr --get&lt;BR /&gt;&lt;BR /&gt;Name/          Interface Station          Sub-   Interface      Related&lt;BR /&gt;ClassInstance  State     Address        system   Type           Interface&lt;BR /&gt;============== ========= ============== ======== ============== =========&lt;BR /&gt;lan0           UP        0x00237D440FFC iether   1000Base-T     &lt;BR /&gt;lan1           UP        0x00237D440FFD iether   1000Base-T     &lt;BR /&gt;lan2           DOWN      0x00237D441FAC iether   1000Base-T     &lt;BR /&gt;lan3           DOWN      0x00237D441FAD iether   1000Base-T     &lt;BR /&gt;lan900         DOWN      0x000000000000 hp_apa   hp_apa         &lt;BR /&gt;lan901         DOWN      0x000000000000 hp_apa   hp_apa         &lt;BR /&gt;lan902         DOWN      0x000000000000 hp_apa   hp_apa         &lt;BR /&gt;lan903         DOWN      0x000000000000 hp_apa   hp_apa         &lt;BR /&gt;lan904         DOWN      0x000000000000 hp_apa   hp_apa         &lt;BR /&gt;slbps0,sys,root # &lt;BR /&gt;slbps0,sys,root # &lt;BR /&gt;slbps0,sys,root # ls -al  | grep snap&lt;BR /&gt;lrwxr-xr-x   1 root       sys              9 May  8 20:38 snap -&amp;gt; /dev/dlpi&lt;BR /&gt;slbps0,sys,root # pwd&lt;BR /&gt;/dev&lt;BR /&gt;slbps0,sys,root # ifconfig lan0&lt;BR /&gt;lan0: flags=1843&lt;UP&gt;&lt;BR /&gt;        inet 149.204.125.197 netmask ffffff00 broadcast 149.204.125.255&lt;BR /&gt;slbps0,sys,root # ifconfig lan1&lt;BR /&gt;ifconfig: no such interface&lt;BR /&gt;&lt;/UP&gt;</description>
      <pubDate>Wed, 25 May 2011 10:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791847#M391869</guid>
      <dc:creator>Sathyanarayanan Velu</dc:creator>
      <dc:date>2011-05-25T10:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791848#M391870</link>
      <description>If your program requires /dev/lan0, it uses a very old API: /dev/lan0 -style devices were used by the LLA/9000 product API, which was obsoleted after the HP-UX 10.0 release. At least since 1994, HP has been recommending the use of DLPI instead of LLA.&lt;BR /&gt;&lt;BR /&gt;Apparently in HP-UX 11.11, there was backward compatibility for the old LLA interface, but in 11.31, the old interface is completely gone and cannot be used anymore: the /dev/lan* devices don't exist and cannot be created. The newer DLPI must be used instead. &lt;BR /&gt;&lt;BR /&gt;Unfortunately, DLPI is not fully compatible with LLA: to make a program use DLPI instead of LLA, the program must be modified.&lt;BR /&gt;&lt;BR /&gt;You should look at the LLA to DLPI migration guide (it seems to still be available in old docs.hp.com!):&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/98194-90053/index.html" target="_blank"&gt;http://docs.hp.com/en/98194-90053/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 25 May 2011 10:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791848#M391870</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-25T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791849#M391871</link>
      <description>Matti is correct - vestiges of LLA remained in 11.11 at the request of the workstations group even after years of telling everyone who would listen to migrate to DLPI, to allow crufty old licensing code to retrieve MAC addresses.&lt;BR /&gt;&lt;BR /&gt;Anything written since, oh, about 1995 or 1996 should have used DLPI.  I believe that DLPI was present by default in 10.20. I just cannot recall if 10.20 shipped in '95 or '96.</description>
      <pubDate>Thu, 26 May 2011 00:38:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791849#M391871</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2011-05-26T00:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/lan0 mounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791850#M391872</link>
      <description>Thanks Matti and Rick. Thats exactly my problem. In HPUX11.11 the backward compatibility was there hence we were using LLA. Now its the time for us to Migrate to DLPI. I will contact you incase of issues during migration.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sathya</description>
      <pubDate>Thu, 26 May 2011 04:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-lan0-mounting/m-p/4791850#M391872</guid>
      <dc:creator>Sathyanarayanan Velu</dc:creator>
      <dc:date>2011-05-26T04:28:29Z</dc:date>
    </item>
  </channel>
</rss>

