<?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 load-command with Dat-Exchanger in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110658#M148745</link>
    <description>HP-UX 11i&lt;BR /&gt;&lt;BR /&gt;we have a couple of hp DAT-exchangers, and I was wondering if there's a command I can type to insert/load the tape?&lt;BR /&gt;&lt;BR /&gt;One can ofcourse do this manually, but I would like to be able to do it through the command-line too. sometimes the tape is not loaded, or say I need tape 6 and tape1 is loaded I will have to go through all the tapes before I get to the tape I need.&lt;BR /&gt;&lt;BR /&gt;I'm sure there's a "quick" solution for this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Thomas G.&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Nov 2003 04:39:21 GMT</pubDate>
    <dc:creator>Thomas Greig</dc:creator>
    <dc:date>2003-11-05T04:39:21Z</dc:date>
    <item>
      <title>load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110658#M148745</link>
      <description>HP-UX 11i&lt;BR /&gt;&lt;BR /&gt;we have a couple of hp DAT-exchangers, and I was wondering if there's a command I can type to insert/load the tape?&lt;BR /&gt;&lt;BR /&gt;One can ofcourse do this manually, but I would like to be able to do it through the command-line too. sometimes the tape is not loaded, or say I need tape 6 and tape1 is loaded I will have to go through all the tapes before I get to the tape I need.&lt;BR /&gt;&lt;BR /&gt;I'm sure there's a "quick" solution for this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Thomas G.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 04:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110658#M148745</guid>
      <dc:creator>Thomas Greig</dc:creator>
      <dc:date>2003-11-05T04:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110659#M148746</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use "mc" Command.&lt;BR /&gt;&lt;BR /&gt;See the man page for "mc"&lt;BR /&gt;&lt;BR /&gt;If you are using HP's Omniback,&lt;BR /&gt;then there are some sommand line utilitis.&lt;BR /&gt;&lt;BR /&gt;TT</description>
      <pubDate>Wed, 05 Nov 2003 05:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110659#M148746</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2003-11-05T05:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110660#M148747</link>
      <description>For this you will need a /dev entry for the changer. This device is something you will need to create yourself with mknod. On 11i it will be something like:&lt;BR /&gt;mknod /dev/datchgr c 203 0xcs0000&lt;BR /&gt;where:&lt;BR /&gt;c=controler number&lt;BR /&gt;s=SCSI ID of changer&lt;BR /&gt;&lt;BR /&gt;If you have this, you can use:&lt;BR /&gt;mc -p /dev/datchgr [...]&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2003 05:32:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110660#M148747</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-05T05:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110661#M148748</link>
      <description>I have already created "nod's" with the mknod-comamnd. the address to that is&lt;BR /&gt;/dev/rmt/dat&lt;BR /&gt;&lt;BR /&gt;Â¤ll /dev/rmt/dat&lt;BR /&gt;crw-rw-rw- 1 bin  bin 205 0x0030c0 ...  /dev/rmt/dat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Even as I do it as root, I get a Permission-error when I try to run the mc-command: &lt;BR /&gt;&lt;BR /&gt;#mc -p /dev/rmt/dat -r DS&lt;BR /&gt;ERROR: Permission denied&lt;BR /&gt;&lt;BR /&gt;#mc -p /dev/rmt/dat  -s S2 -d D1&lt;BR /&gt;ERROR: Permission denied&lt;BR /&gt;&lt;BR /&gt;#mc -p /dev/rmt/dat -c DS&lt;BR /&gt;ERROR: Permission denied&lt;BR /&gt;&lt;BR /&gt;Thom</description>
      <pubDate>Wed, 05 Nov 2003 06:24:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110661#M148748</guid>
      <dc:creator>Thomas Greig</dc:creator>
      <dc:date>2003-11-05T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110662#M148749</link>
      <description>Your node is not for the changer but for a tape unit... You need the changer to have its own device node.&lt;BR /&gt;&lt;BR /&gt;Check out the major number you used (205) with lsdev and you'll see it is using the stape driver instead of a spt or sctl driver, which is needed for the changer to work.</description>
      <pubDate>Wed, 05 Nov 2003 07:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110662#M148749</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-05T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110663#M148750</link>
      <description>thank you very much!..this is now working perfect. the node for the exchanger was created for omniback.. but after creating a node for the tapedrive too it's working as a dream.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Thomas</description>
      <pubDate>Wed, 05 Nov 2003 08:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110663#M148750</guid>
      <dc:creator>Thomas Greig</dc:creator>
      <dc:date>2003-11-05T08:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: load-command with Dat-Exchanger</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110664#M148751</link>
      <description>one last question: is it possible to tell the 'mc' to return the tape from it's original slot?..&lt;BR /&gt;&lt;BR /&gt;say we insert the third tape (out of six) into the drive, -when this tape is beeing ejected, we want it to return to slot 3.&lt;BR /&gt;&lt;BR /&gt;If this is possible it's much easier to make a alias/script for this.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Thomas Greig&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 08:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-command-with-dat-exchanger/m-p/3110664#M148751</guid>
      <dc:creator>Thomas Greig</dc:creator>
      <dc:date>2003-11-26T08:01:27Z</dc:date>
    </item>
  </channel>
</rss>

