<?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 device files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902002#M283151</link>
    <description>I would run insf -e and it will recreate them for you.</description>
    <pubDate>Tue, 21 Nov 2006 11:35:59 GMT</pubDate>
    <dc:creator>Coolmar</dc:creator>
    <dc:date>2006-11-21T11:35:59Z</dc:date>
    <item>
      <title>lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902000#M283149</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am in the process of installing an OS on an RP420 server which has two partitions. All is going surprisingly well since I have no idea what I'm doing. One problem I do have relates to the LAN device files. As the server was originally a single partition I needed to remove one cell from that partition so I could use the cell to create the 2nd partition. This all went well however obviously I lost visibility to half of the LAN cards and on my 1st partition I had to reconfigure which card it used. Everything actually looks fine and its on the network however I have the following lan devices under /dev lan0 lan1 lan2 lan3 however the actual lanscan devices are lan5 6 7 and 8. I am unsure how its all working but it is. Should I do an rmsf on the files and re-create???</description>
      <pubDate>Tue, 21 Nov 2006 11:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902000#M283149</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2006-11-21T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902001#M283150</link>
      <description>friend &lt;BR /&gt;execute insf -I it anger to re-create the special archive.</description>
      <pubDate>Tue, 21 Nov 2006 11:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902001#M283150</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-11-21T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902002#M283151</link>
      <description>I would run insf -e and it will recreate them for you.</description>
      <pubDate>Tue, 21 Nov 2006 11:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902002#M283151</guid>
      <dc:creator>Coolmar</dc:creator>
      <dc:date>2006-11-21T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902003#M283152</link>
      <description>Thats the problem the insf -e command is not creating them!!!</description>
      <pubDate>Tue, 21 Nov 2006 11:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902003#M283152</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2006-11-21T11:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902004#M283153</link>
      <description>Hi Adam,&lt;BR /&gt;&lt;BR /&gt;I suggest to remove first the special file, with -H option, after identifying the path of the NIC card. (lanscan will show it).&lt;BR /&gt;&lt;BR /&gt;rmsf -H &lt;HARDWARE path=""&gt;&lt;BR /&gt;&lt;BR /&gt;then recreate the special file with the same -H option.&lt;BR /&gt;&lt;BR /&gt;insf -H &lt;HARDWARE path=""&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Roland&lt;/HARDWARE&gt;&lt;/HARDWARE&gt;</description>
      <pubDate>Wed, 22 Nov 2006 11:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902004#M283153</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2006-11-22T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902005#M283154</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Roland is correct - removing with the rmsf and recreating with insf should take of the issue&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2006 11:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902005#M283154</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-11-22T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902006#M283155</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I wonder if a simple 'mv /dev/lan5 /dev/lan0', 'mv /dev/lan6 /dev/lan1', etc. would work.  Perhaps someone else could comment on this.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 22 Nov 2006 11:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902006#M283155</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-11-22T11:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: lan device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902007#M283156</link>
      <description>thanks everyone but a re-boot to install some other software seemed to do the trick they were created on boot.</description>
      <pubDate>Thu, 23 Nov 2006 03:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lan-device-files/m-p/3902007#M283156</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2006-11-23T03:32:04Z</dc:date>
    </item>
  </channel>
</rss>

