<?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: device files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983769#M480282</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can install device file using insf -e&lt;BR /&gt;You can use mknod and mksf to create customize device files.&lt;BR /&gt;&lt;BR /&gt;Sunil Sharma</description>
    <pubDate>Thu, 29 May 2003 03:37:48 GMT</pubDate>
    <dc:creator>Sunil Sharma_1</dc:creator>
    <dc:date>2003-05-29T03:37:48Z</dc:date>
    <item>
      <title>device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983764#M480277</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the command for installing new device files? &lt;BR /&gt;I'm trying to to install/create the device files for a new disk that I'm installing, but I don't know what command to run.&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;RC</description>
      <pubDate>Wed, 28 May 2003 18:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983764#M480277</guid>
      <dc:creator>Remy_1</dc:creator>
      <dc:date>2003-05-28T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983765#M480278</link>
      <description>You can run insf -e to create the device file.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 28 May 2003 19:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983765#M480278</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2003-05-28T19:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983766#M480279</link>
      <description>In addition, run insf by itself with no arguments.  I.E.&lt;BR /&gt;&lt;BR /&gt;insf&lt;BR /&gt;insf -e&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will re-create all device files.&lt;BR /&gt;&lt;BR /&gt;Remember that if kernel modules are required and not loaded, device files will not be created.  I.E. tape devices.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 28 May 2003 19:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983766#M480279</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-05-28T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983767#M480280</link>
      <description>Hi Remy:&lt;BR /&gt;&lt;BR /&gt;See the man pages for 'insf'.  However, with new disk, you can install the disk and upon reboot, device files will be built automatically.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 28 May 2003 19:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983767#M480280</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-28T19:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983768#M480281</link>
      <description>Hi,&lt;BR /&gt;since drivers for disk class are already loaded&lt;BR /&gt;insf -e &lt;BR /&gt;will do.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 29 May 2003 03:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983768#M480281</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2003-05-29T03:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983769#M480282</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can install device file using insf -e&lt;BR /&gt;You can use mknod and mksf to create customize device files.&lt;BR /&gt;&lt;BR /&gt;Sunil Sharma</description>
      <pubDate>Thu, 29 May 2003 03:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983769#M480282</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-05-29T03:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983770#M480283</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;Use  insf -e  to create the new device files.&lt;BR /&gt;After installing the hdd, a reboot will also do the work.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Ajit</description>
      <pubDate>Thu, 29 May 2003 05:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/2983770#M480283</guid>
      <dc:creator>Ajay_14</dc:creator>
      <dc:date>2003-05-29T05:51:15Z</dc:date>
    </item>
  </channel>
</rss>

