<?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: Drivers optical library question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903578#M105589</link>
    <description>Perhaps the device file you created was wrong. Please notice:&lt;BR /&gt;&lt;BR /&gt;minor no:  0xEESL00&lt;BR /&gt;&lt;BR /&gt;EE = Interger No. of the ext_bus&lt;BR /&gt;S =  SCSI ID of the device&lt;BR /&gt;L =  LUN of the device&lt;BR /&gt;&lt;BR /&gt;please check if the minor no. you has used is correct.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Feb 2003 11:30:57 GMT</pubDate>
    <dc:creator>Armin Feller</dc:creator>
    <dc:date>2003-02-13T11:30:57Z</dc:date>
    <item>
      <title>Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903571#M105582</link>
      <description>Hello,&lt;BR /&gt;I have a K570 with install HP-UX 11.00&lt;BR /&gt;I have connect a Optical Library but I see the picker UNCLAIMED.&lt;BR /&gt;What are the name of the drivers?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filosofo</description>
      <pubDate>Thu, 13 Feb 2003 10:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903571#M105582</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-02-13T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903572#M105583</link>
      <description>You have to add the sctl driver into the kernel and to create the device yourself:&lt;BR /&gt;&lt;BR /&gt;# lsdev -d sctl --&amp;gt; note major number&lt;BR /&gt;&lt;BR /&gt;     # mknod /dev/picker c MAJOR 0x001000&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 10:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903572#M105583</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T10:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903573#M105584</link>
      <description>sctl is install.&lt;BR /&gt;If I execute ioscan -fn i see:&lt;BR /&gt;&lt;BR /&gt;unknown    -1  8/4.6.0                  UNCLAIMED   UNKNOWN      HP      C1160F&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Filosofo</description>
      <pubDate>Thu, 13 Feb 2003 10:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903573#M105584</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-02-13T10:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903574#M105585</link>
      <description>That is normal, please create the picker device file and try to work with it (see man mt and/or uma).</description>
      <pubDate>Thu, 13 Feb 2003 10:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903574#M105585</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903575#M105586</link>
      <description>It is not necessary to have the picker CLAIMED !!! If you have created the device file:&lt;BR /&gt;&lt;BR /&gt;Trying to access the picker. Need to create devicefile for that:&lt;BR /&gt;&lt;BR /&gt;# lsdev -d sctl&lt;BR /&gt;    Character     Block       Driver          Class&lt;BR /&gt;      203          -1         sctl            ctl&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/picker c 203 0x056000&lt;BR /&gt;&lt;BR /&gt;05 is instance number of ext_bus (scsi controller), 6 is scsi id of picker&lt;BR /&gt;(J1160J)&lt;BR /&gt;&lt;BR /&gt;You should be able to work with the picker device:&lt;BR /&gt;&lt;BR /&gt;# mc -p /dev/picker -q&lt;BR /&gt;Vendor ID   : HP&lt;BR /&gt;Product ID  : C1160J&lt;BR /&gt;Product Rev : 1.49&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Thu, 13 Feb 2003 10:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903575#M105586</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903576#M105587</link>
      <description>Hello,&lt;BR /&gt;I have create special file like said you.....&lt;BR /&gt;and I execute your command&lt;BR /&gt;mc -p /dev/picker -q&lt;BR /&gt;I see the following output:&lt;BR /&gt;ERROR: No such device or address&lt;BR /&gt;&lt;BR /&gt;sctl is only driver that I must load in the kernel?&lt;BR /&gt;&lt;BR /&gt;Thanks for helps and patient&lt;BR /&gt;&lt;BR /&gt;Filosofo</description>
      <pubDate>Thu, 13 Feb 2003 11:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903576#M105587</guid>
      <dc:creator>Filosofo</dc:creator>
      <dc:date>2003-02-13T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903577#M105588</link>
      <description>If the "mc" command doesn't work try to use "uma":&lt;BR /&gt;&lt;BR /&gt;# uma -ioctl /dev/robot&lt;BR /&gt;/dev/robot&amp;gt; move S1 D1&lt;BR /&gt;&lt;BR /&gt;There exist a other driver which must be used by DDS Autoloaders, called spt:&lt;BR /&gt;&lt;BR /&gt;# lsdev | grep spt&lt;BR /&gt;          spt   75&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/robot c 75 0x056000&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Thu, 13 Feb 2003 11:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903577#M105588</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T11:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903578#M105589</link>
      <description>Perhaps the device file you created was wrong. Please notice:&lt;BR /&gt;&lt;BR /&gt;minor no:  0xEESL00&lt;BR /&gt;&lt;BR /&gt;EE = Interger No. of the ext_bus&lt;BR /&gt;S =  SCSI ID of the device&lt;BR /&gt;L =  LUN of the device&lt;BR /&gt;&lt;BR /&gt;please check if the minor no. you has used is correct.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 11:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903578#M105589</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-02-13T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903579#M105590</link>
      <description>You first need to know the type of *internal* bus, HSC/GSC or NIO/HPPB.&lt;BR /&gt;&lt;BR /&gt;NIO/HPPB use scsi1 or scsi3 for the *interface* driver ("INTERFACE" in ioscan output).&lt;BR /&gt;&lt;BR /&gt;NIO/HPPB should use the spt driver for the picker. See the scsi_pt(7) manual page how to configure this driver, including the required mknod command.&lt;BR /&gt;&lt;BR /&gt;HSC/GSC should use the sctl driver for the picker. See the scsi_ctl(7) manual page how to configure this driver, including the required mknod command.&lt;BR /&gt;&lt;BR /&gt;If you need more help, then post the "ioscan -f -H ..." output where "..." is the harware path of the *interface*.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 16:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903579#M105590</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-02-13T16:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Drivers optical library question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903580#M105591</link>
      <description>Hello,&lt;BR /&gt;I resolve the problem.....you have solve my problem.&lt;BR /&gt;I load schgr driver in in kernel.&lt;BR /&gt;&lt;BR /&gt;Thanks for all your helps.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Filo</description>
      <pubDate>Thu, 13 Feb 2003 17:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/drivers-optical-library-question/m-p/2903580#M105591</guid>
      <dc:creator>Giorgio Tassi</dc:creator>
      <dc:date>2003-02-13T17:11:25Z</dc:date>
    </item>
  </channel>
</rss>

