<?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 Creating a special device file....? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688970#M932407</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A new robotics tapedevice is added. With ioscan -f I see:&lt;BR /&gt;unknown    -1  0/0/12/0/0.9.26.255.14.8.0             UNCLAIMED   UNKNOWN      STK     L700&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I should be able to create a special devicefile. Can anybody tell me HOW I can do this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
    <pubDate>Fri, 22 Mar 2002 09:37:55 GMT</pubDate>
    <dc:creator>Lucien Wolfs</dc:creator>
    <dc:date>2002-03-22T09:37:55Z</dc:date>
    <item>
      <title>Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688970#M932407</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A new robotics tapedevice is added. With ioscan -f I see:&lt;BR /&gt;unknown    -1  0/0/12/0/0.9.26.255.14.8.0             UNCLAIMED   UNKNOWN      STK     L700&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now I should be able to create a special devicefile. Can anybody tell me HOW I can do this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks !</description>
      <pubDate>Fri, 22 Mar 2002 09:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688970#M932407</guid>
      <dc:creator>Lucien Wolfs</dc:creator>
      <dc:date>2002-03-22T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688971#M932408</link>
      <description>UNCLAIMED and UNKNOWN say that you need to include a new driver into your kernel.&lt;BR /&gt;&lt;BR /&gt;I think it is stape, but noy sure.</description>
      <pubDate>Fri, 22 Mar 2002 09:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688971#M932408</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-03-22T09:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688972#M932409</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;here's a note i sent to one of our guys regarding creating device files&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The tape devices need to be character device files&lt;BR /&gt;&lt;BR /&gt;to make these use the mknod command&lt;BR /&gt;&lt;BR /&gt;The major and minor numbers can generally be copied by looking at the other device files on that system&lt;BR /&gt;or another system&lt;BR /&gt;&lt;BR /&gt;For _6 I looked at the device files are 1m etc and the target file, ie&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x011000 Apr 26  2000 c1t1d0BEST&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x011080 Apr 26  2000 c1t1d0BESTb&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x011040 Apr 26  2000 c1t1d0BESTn&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x0110c0 Apr 26  2000 c1t1d0BESTnb&lt;BR /&gt;&lt;BR /&gt;You can see at the beginning of the file there is a 'c' for character device&lt;BR /&gt;&lt;BR /&gt;The major number (device driver used by the kernel is 205, the minor number is 0x011000&lt;BR /&gt;&lt;BR /&gt;I saw that the device files for 1m were the same for the targets for 1m ie&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x011000 Apr 26  2000 1m&lt;BR /&gt;&lt;BR /&gt;crw-rw-rw-   2 bin        bin        205 0x011000 Apr 26  2000 c1t1d0BEST&lt;BR /&gt;&lt;BR /&gt;The minor numbers were the same&lt;BR /&gt;&lt;BR /&gt;I then re created the device files for 0m etc using the following&lt;BR /&gt;&lt;BR /&gt;mknod /dev/rmt/0m c 205 0x010000&lt;BR /&gt;mknod /dev/rmt/0mb c 205 0x010080&lt;BR /&gt;mknod /dev/rmt/0mn c 205 0x010040&lt;BR /&gt;mknod /dev/rmt/0mnb c 205 0x0100c0&lt;BR /&gt;&lt;BR /&gt;You can then read the tape header&lt;BR /&gt;&lt;BR /&gt;Hope this info is ok&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688972#M932409</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-22T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688973#M932410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You still have to put stape and schgr driver in the kernel.&lt;BR /&gt;Normally if the correct drivers are in the kernel you have to run ioscan and maybe insf to create the special files.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 22 Mar 2002 10:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688973#M932410</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-03-22T10:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688974#M932411</link>
      <description>The stape driver is loaded, the schgr driver not. Is this the only driver needed ? &lt;BR /&gt;(Reboot is difficult: not the command, but the users !)</description>
      <pubDate>Fri, 22 Mar 2002 10:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688974#M932411</guid>
      <dc:creator>Lucien Wolfs</dc:creator>
      <dc:date>2002-03-22T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688975#M932412</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think it's the only extra driver needed but I will check a bit more.&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Fri, 22 Mar 2002 10:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688975#M932412</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-03-22T10:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688976#M932413</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For some more information see different manuals.&lt;BR /&gt;&lt;A href="http://www.hp.com/cposupport/manindex/hpsurestor19258_eng_man.html" target="_blank"&gt;http://www.hp.com/cposupport/manindex/hpsurestor19258_eng_man.html&lt;/A&gt;&lt;BR /&gt;Especially tape library configuration.&lt;BR /&gt;As I read sctl driver is needed as well.&lt;BR /&gt;&lt;BR /&gt;C.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688976#M932413</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-03-22T10:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688977#M932414</link>
      <description>Have a look at the following document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=e9e6411f07aa729de6/screen=ckiDisplayDocument?docId=200000059736919" target="_blank"&gt;http://europe-support2.external.hp.com/cki/bin/doc.pl/sid=e9e6411f07aa729de6/screen=ckiDisplayDocument?docId=200000059736919&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It depends on your hardware type - there are a couple of options.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 22 Mar 2002 10:53:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688977#M932414</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-22T10:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a special device file....?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688978#M932415</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;I'll reboot the system enabling the SCHGR driver.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 10:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-a-special-device-file/m-p/2688978#M932415</guid>
      <dc:creator>Lucien Wolfs</dc:creator>
      <dc:date>2002-03-22T10:57:36Z</dc:date>
    </item>
  </channel>
</rss>

