<?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: media changer / mc error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847101#M825528</link>
    <description>Yes, the "-p" gets me past the error message.&lt;BR /&gt;&lt;BR /&gt;I stumbled into the "fix", but now I want to know how this works.&lt;BR /&gt;&lt;BR /&gt;At the time of install, my FE created a device file /dev/scsi/3, and told me it was equivalent to /dev/rac/c0t0d0. I was able to use the mc command with no -p argument. On another of our company's machines, this had not been done, and hence the problem (need to specify the passthrough device file). So, what is the tape unit doing with /dev/scsi/3? And, I don't see any environmental variable $LIBRARY on either machine. &lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help!</description>
    <pubDate>Mon, 18 Nov 2002 23:25:23 GMT</pubDate>
    <dc:creator>Lonny Balderston</dc:creator>
    <dc:date>2002-11-18T23:25:23Z</dc:date>
    <item>
      <title>media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847096#M825523</link>
      <description>HPUX command "mc", most variations, get error message, example:  &lt;BR /&gt;# mc -r MIDS&lt;BR /&gt;ERROR: No such file or directory&lt;BR /&gt;What's up with this? Thanks.</description>
      <pubDate>Mon, 18 Nov 2002 17:37:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847096#M825523</guid>
      <dc:creator>Lonny Balderston</dc:creator>
      <dc:date>2002-11-18T17:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847097#M825524</link>
      <description>You got to specify the device file first whic "mc" has to act upon whith the -p option .&lt;BR /&gt;&lt;BR /&gt;mc is used for controlling the robotics of a tape library . There is a special device file for the robotics usually created in /dev/rac , if you use and schgr driver or you create on of your own using mknod if you are using an sctl driver . &lt;BR /&gt;&lt;BR /&gt;That device file is specified with the mc command with the -p option .</description>
      <pubDate>Mon, 18 Nov 2002 18:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847097#M825524</guid>
      <dc:creator>Ashwani Kashyap</dc:creator>
      <dc:date>2002-11-18T18:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847098#M825525</link>
      <description>As said, mc is used to control the robotic arm in tape libraries.  This may mean that you do not have the special device name in the /dev/rac directory.  To do this, install it with "insf -C autoch".  If not install everything that your system that it doesn't have by "insf -e".  Consult the insf man pages for more details.&lt;BR /&gt;&lt;BR /&gt;JDL</description>
      <pubDate>Mon, 18 Nov 2002 19:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847098#M825525</guid>
      <dc:creator>JDL_2</dc:creator>
      <dc:date>2002-11-18T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847099#M825526</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you have a piece of equipment that requires a robotic device setup like a tape library, you need to make sure that you have the appropriate driver for your equipment in your kernel. Once this is done a correct device still needs to be created to drive the robot. Without it you cannot use the 'mc' command at all. &lt;BR /&gt;Use the attached document as a guide.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 18 Nov 2002 21:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847099#M825526</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-18T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847100#M825527</link>
      <description>Unless you use -p to specify the device file used to address the robotic arm and controller, the valu of the environment variable $LIBRARY is used. NOTE: depending on the driver used, the major number may be dynamic (different) than the examples shown. Dynamic drivers numbers are assigned when the driver is added to the kernel.</description>
      <pubDate>Mon, 18 Nov 2002 23:07:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847100#M825527</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-11-18T23:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847101#M825528</link>
      <description>Yes, the "-p" gets me past the error message.&lt;BR /&gt;&lt;BR /&gt;I stumbled into the "fix", but now I want to know how this works.&lt;BR /&gt;&lt;BR /&gt;At the time of install, my FE created a device file /dev/scsi/3, and told me it was equivalent to /dev/rac/c0t0d0. I was able to use the mc command with no -p argument. On another of our company's machines, this had not been done, and hence the problem (need to specify the passthrough device file). So, what is the tape unit doing with /dev/scsi/3? And, I don't see any environmental variable $LIBRARY on either machine. &lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help!</description>
      <pubDate>Mon, 18 Nov 2002 23:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847101#M825528</guid>
      <dc:creator>Lonny Balderston</dc:creator>
      <dc:date>2002-11-18T23:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847102#M825529</link>
      <description>I agree with Bill. There must be somewhere a variable which defines the robot device (/dev/scsi/3). In my experience this is unusal, however not unheard of.&lt;BR /&gt;Once the kernel has been updated, the device to drive the robot can be easily defined using the document that I attached earlier. If your changing from one system to another to drive the robot, you may also need to reboot your tape library and MUX if you have one, particularly if your attached through a fibre switch. &lt;BR /&gt;&lt;BR /&gt;If you cannot get the robot going, post a copy of your ioscan (assuming you already have the kernel drivers loaded,) and we can help with the device creation.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 18 Nov 2002 23:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847102#M825529</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-18T23:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847103#M825530</link>
      <description>Michael, great info in the doc, but it's far beyond the scope of my question. The initial problem was only that the passthrough device file needed to be named (mc -p devfile). Now I'm wondering why creating /dev/scsi/3 allows one to leave the -p param off the mc command. Again, thanks for the info!</description>
      <pubDate>Tue, 19 Nov 2002 16:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847103#M825530</guid>
      <dc:creator>Lonny Balderston</dc:creator>
      <dc:date>2002-11-19T16:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: media changer / mc error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847104#M825531</link>
      <description>IMHO the name /dev/scsi/3 does not follow _any_ standard naming convention. Many people use self-made names for their pass-trough devices. But you cannot leave -p option unless the LIBRARY variable is defined.&lt;BR /&gt;&lt;BR /&gt;BTW, the correct naming would be /dev/rscsi/cXtYdZ with X/Y/Z matching ext_bus/target/lun.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Tue, 19 Nov 2002 19:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/media-changer-mc-error-message/m-p/2847104#M825531</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-11-19T19:01:57Z</dc:date>
    </item>
  </channel>
</rss>

