<?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: QUANTUM DLT 4500 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563158#M838552</link>
    <description>Hi, Rick.&lt;BR /&gt;&lt;BR /&gt;Â¿Where can I find this document? IÂ´m looking for it in docs.hp.com but I,m not sucessfull? Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Fer</description>
    <pubDate>Tue, 14 Jun 2005 06:35:12 GMT</pubDate>
    <dc:creator>Fermín Mena Santos</dc:creator>
    <dc:date>2005-06-14T06:35:12Z</dc:date>
    <item>
      <title>QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563152#M838546</link>
      <description>hello, all.&lt;BR /&gt;&lt;BR /&gt;IÂ´m trying to connect a Quantum DLT 4500 to a HP model D-380 with HPUX 11.00. The autocharger is phisically connected but when I do a "Ioscan -f", appears only the drive with its scsi direction but not appears the robot, so I canÂ´t configure it (dataprotector). I think it`s possible there is a drive wich isnÂ´t configure in the kernel, but I,m not able to find it (stape and tape2 are present). Any ideas? Thanks in adv</description>
      <pubDate>Mon, 13 Jun 2005 11:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563152#M838546</guid>
      <dc:creator>Fermín Mena Santos</dc:creator>
      <dc:date>2005-06-13T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563153#M838547</link>
      <description>You may need the schgr, sctl or ssrfc drivers.  I'm not sure which would work.  You might verify that all 3 are there and see if you have any better luck.</description>
      <pubDate>Mon, 13 Jun 2005 11:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563153#M838547</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-06-13T11:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563154#M838548</link>
      <description>Check out document KBAN00000190. This discusses the autochanger, what drivers are needed based on the type of hardware, how to test, etc.&lt;BR /&gt;&lt;BR /&gt;The robot will take a different driver that the stape or tape2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2005 11:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563154#M838548</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-13T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563155#M838549</link>
      <description>Hi there&lt;BR /&gt;&lt;BR /&gt;Make sure that the SCSI standard of the DLT is the same as the card in the DL380 (i.e. do they match SE, FWD/DIFF, HVD, LVD, etc.).&lt;BR /&gt;&lt;BR /&gt;HTH - Keith</description>
      <pubDate>Mon, 13 Jun 2005 11:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563155#M838549</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2005-06-13T11:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563156#M838550</link>
      <description>I suspect that you don't really need any of the SCSI changer drivers but only the SCSI pass-thru (sctl) driver. Do an lsdev to see if the sctl driver is already installed. If not, install it and build a new kernel. You can then create a device node for it using the mknod command.&lt;BR /&gt;&lt;BR /&gt;Let's assume the sctl major device number is 203 (typical) and that the SCSI ID of your robot is 3 that the instance of your SCSI controller is 2.&lt;BR /&gt;&lt;BR /&gt;mkdir /dev/robot&lt;BR /&gt;mknod /dev/robot/c2t3d0 c 203 0x023000&lt;BR /&gt;&lt;BR /&gt;This is my normal means of controlling any DP/OB2 DLT Library that understands the SCSI changer commands.</description>
      <pubDate>Mon, 13 Jun 2005 11:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563156#M838550</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-06-13T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563157#M838551</link>
      <description>IIRC the 4500 autochanger by default shows up at the same SCSI target ID as the tape drive, but at LUN 1. Your ioscan output doesn't even show the device as UNCLAIMED/UNKNOWN, indicating that HPUX can't see the device at all, so I doubt installing drivers will help at this point. Does the front of the unit display any errors?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 13 Jun 2005 12:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563157#M838551</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-06-13T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563158#M838552</link>
      <description>Hi, Rick.&lt;BR /&gt;&lt;BR /&gt;Â¿Where can I find this document? IÂ´m looking for it in docs.hp.com but I,m not sucessfull? Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Fer</description>
      <pubDate>Tue, 14 Jun 2005 06:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563158#M838552</guid>
      <dc:creator>Fermín Mena Santos</dc:creator>
      <dc:date>2005-06-14T06:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563159#M838553</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think this is the Document Rick was talking about: &lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000076281165" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000076281165&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After you solved your issue, check also this about the forum: &lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Jun 2005 06:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563159#M838553</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-06-14T06:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563160#M838554</link>
      <description>The document came from the ITRC Knowledge Base.</description>
      <pubDate>Tue, 14 Jun 2005 09:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563160#M838554</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-14T09:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: QUANTUM DLT 4500</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563161#M838555</link>
      <description>Thanks a lot for everybody. In this moment, I  cannot test with all the solutions that had sent to me, because I used another disk and installed the 10.20 version. With this HPUX version, the robot appears in the ioscan, but unclaimed, then I install the schgr driver and after this the robot appears "autoch      0  8/16/5.5.1  schgr       CLAIMED     DEVICE       Quantum TZ Media Changer" But with the HPUX 11.00 version, I never have been the robot so it isnÂ´t probably to obtain a path to the robot by install a driver. In any case, IÂ´m looking for a solution in the KBAN00000190 document, but itÂ´s seem that HPUX 11.00 canÂ´t see the robot of this autocharger (Quantum DLT</description>
      <pubDate>Mon, 20 Jun 2005 05:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quantum-dlt-4500/m-p/3563161#M838555</guid>
      <dc:creator>Fermín Mena Santos</dc:creator>
      <dc:date>2005-06-20T05:43:37Z</dc:date>
    </item>
  </channel>
</rss>

