<?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: Tape Device Drivers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683159#M53518</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try including the device file name along with mksf command.&lt;BR /&gt;&lt;BR /&gt;Also if you have other systems, with the same type of device, then do 'lssf' there and findout the detail configuration of the device file and apply it here.&lt;BR /&gt;&lt;BR /&gt;mksf should work fine in 11.x&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Thu, 14 Mar 2002 15:47:15 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-03-14T15:47:15Z</dc:date>
    <item>
      <title>Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683152#M53511</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have a compaq TZ877 tape drive which when I do an ioscan shows as claimed by the 'tape2' driver. Is there any way I can change it to be claimed by the 'stape' driver instead.  &lt;BR /&gt;&lt;BR /&gt;It won't work as it is, so out of curiosity I would like to try it. (Autoloader has been configured and works ok).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Keely</description>
      <pubDate>Thu, 14 Mar 2002 14:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683152#M53511</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-03-14T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683153#M53512</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can make use of the 'mksf' command for making a special file for this device, with a special driver.&lt;BR /&gt;&lt;BR /&gt;See man pages of 'mksf'. You can create the special file with the driver name you want, the H/W address you need, with the Class name you need on any devices. It will work only if your device is compatible with these paramters.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683153#M53512</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683154#M53513</link>
      <description>You can override the default driver by using the 'driver' statement in the /stand/system file.  I've only seen this done with the spt driver so I don't know how effective it'll be with stape, but it might be worth a try.  Add the following line to /stand/system:&lt;BR /&gt;&lt;BR /&gt;driver &lt;HW path=""&gt; stape&lt;BR /&gt;&lt;BR /&gt;where &lt;HW path=""&gt; is the hardware path to your tape device.  You then need to rebuilt the kernel and reboot.  And make sure you keep a backup copy of the kernel in case this doesn't have the desired effect!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve&lt;/HW&gt;&lt;/HW&gt;</description>
      <pubDate>Thu, 14 Mar 2002 14:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683154#M53513</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-14T14:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683155#M53514</link>
      <description>Hi again &lt;BR /&gt;&lt;BR /&gt;I have tried to create the device file using mksf -d stape -H 10/40/8.2.0 and I get the error&lt;BR /&gt;&lt;BR /&gt;mksf: Couldn't find driver matching arguments&lt;BR /&gt;&lt;BR /&gt;but if I do and lsdev -d stape it shows the driver as present with a major number of 205. So I then created a device file using mknod but still cannot access the drive. Am I to assume that it just is not compatible? &lt;BR /&gt;&lt;BR /&gt;Cheer for your help so far&lt;BR /&gt;&lt;BR /&gt;Keely</description>
      <pubDate>Thu, 14 Mar 2002 15:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683155#M53514</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-03-14T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683156#M53515</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which OS version ? This was an error with old 10.x 'mksf' command, but was resolved by patches.&lt;BR /&gt;&lt;BR /&gt;Did you specify the correct syntax ? This can be only a testing. The driver which is identified by the system will be the right one !&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 15:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683156#M53515</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T15:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683157#M53516</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;It is v11.0. &lt;BR /&gt;&lt;BR /&gt;The syntax I used was:&lt;BR /&gt;&lt;BR /&gt;mksf -d stape -H 10/4/8.2.0 &lt;BR /&gt;&lt;BR /&gt;have I missed something off ?&lt;BR /&gt;&lt;BR /&gt;The only reason I think the driver may be incorrect is that we have compaq tape drives (allbeit newer) on a couple of other machines and they use the sptape driver rather than tape2. &lt;BR /&gt;&lt;BR /&gt;Keely</description>
      <pubDate>Thu, 14 Mar 2002 15:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683157#M53516</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-03-14T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683158#M53517</link>
      <description>You can do following.&lt;BR /&gt;Remove the tape2 driver from your kernel.&lt;BR /&gt;Make sure you have stape drive in your kernel.&lt;BR /&gt;Then reboot the system.&lt;BR /&gt; Now, your tape drive should take stape driver.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Piyush.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 15:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683158#M53517</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-03-14T15:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683159#M53518</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try including the device file name along with mksf command.&lt;BR /&gt;&lt;BR /&gt;Also if you have other systems, with the same type of device, then do 'lssf' there and findout the detail configuration of the device file and apply it here.&lt;BR /&gt;&lt;BR /&gt;mksf should work fine in 11.x&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 14 Mar 2002 15:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683159#M53518</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-14T15:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683160#M53519</link>
      <description>You need to bind the stape driver to the device before the mksf command is going to be useful.  See my response above - adding the driver statement to the system file should have the desired effect.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 14 Mar 2002 15:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683160#M53519</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-14T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683161#M53520</link>
      <description>Many thanks for all your many suggestions and help. &lt;BR /&gt;&lt;BR /&gt;Next time the machine is rebooted I'll bind the driver to the device and see what happens.</description>
      <pubDate>Thu, 14 Mar 2002 15:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683161#M53520</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2002-03-14T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683162#M53521</link>
      <description>Just the other day I attached a TZ87 tape drive to our C3600 running HPUX 11.00 and it was claimed by the stape driver.&lt;BR /&gt;&lt;BR /&gt;This FAQ at Compaq may explain this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.compaq.com/support/storage/open_vendor/techtips/mvtapes/hp/hpdltfaq.html" target="_blank"&gt;http://www.compaq.com/support/storage/open_vendor/techtips/mvtapes/hp/hpdltfaq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 17:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683162#M53521</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-03-14T17:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tape Device Drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683163#M53522</link>
      <description>tape2 and stape are drivers which are used for *different* types of SCSI interfaces, i.e. they use a different *internal* bus (NIO/HP-PB versus HSC/GSC). If the system currently uses tape2, then most likely that is the *correct* driver and you should not try to change it.&lt;BR /&gt;&lt;BR /&gt;To be sure, post the "ioscan -f -H ..." output for the *interface*. I.e. do a "ioscan -f", look up the tape drive, then go 'up' and look at the interface ("H/W Type" is "INTERFACE") and then use the "H/W Path" of that line as the "-H" parameter.&lt;BR /&gt;&lt;BR /&gt;Of course the hardware manual of the computer should also tell you whether or not it can have NIO/HP-PB interfaces and if so at which addresses.</description>
      <pubDate>Fri, 15 Mar 2002 12:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-drivers/m-p/2683163#M53522</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-03-15T12:41:49Z</dc:date>
    </item>
  </channel>
</rss>

