<?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: Device files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3932001#M287451</link>
    <description>You need to do something like this:&lt;BR /&gt;&lt;BR /&gt;export PATH=${PATH}:/opt/ignite/bin&lt;BR /&gt;&lt;BR /&gt;You can do this directly on the command line or add it to your .profile BUT this will not help when you execute using an absolute path.&lt;BR /&gt;&lt;BR /&gt;The fundamental problem is that you are using the wrong command. It should be /opt/ignite/bin/make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;An my preference is for the mnb device for all norewind devices because frankly, the at&amp;amp;t style convention is insane (and I say this coming from a non-Berkeley UNIX background).</description>
    <pubDate>Wed, 24 Jan 2007 13:08:32 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-01-24T13:08:32Z</dc:date>
    <item>
      <title>Device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931997#M287447</link>
      <description>Hi All,&lt;BR /&gt;  Using HP10.2,  Just added a tape drive to the hardware.  I need to make a boot tape with ignite.  My question concerns the tape drive.  I never used one before.  Which Device file do I use.  Here are the specifics.&lt;BR /&gt;The driver of the tape is stape.  The description is C1533A 4 GB DDS Compression Tape Drive (DAT)&lt;BR /&gt;&lt;BR /&gt;My device files range from /dev/rmt/0m, /0mb, /0mn, /0mnb, /c1t3d0BEST, plus several others.  Descriptions for these device files are at&amp;amp;t best density available or Berkely options, some with no rewind.  Also some that say DDS1 DAT tape cartridge, again at&amp;amp;t or Berkely, with no rewind options.&lt;BR /&gt;&lt;BR /&gt;Can anyone help to decide which device file to use.  &lt;BR /&gt;I am going to be making a boot tape of /   I need to reconfigure my vg00.  Veritas version is too old.&lt;BR /&gt;&lt;BR /&gt;Older postings I have read indicate using no rewind for my application.  &lt;BR /&gt;&lt;BR /&gt;Help!!!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 24 Jan 2007 08:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931997#M287447</guid>
      <dc:creator>Phillip Popp</dc:creator>
      <dc:date>2007-01-24T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931998#M287448</link>
      <description>Hi Phil:&lt;BR /&gt;&lt;BR /&gt;For Ignite tapes you need a no-rewind device.  Hence, use:&lt;BR /&gt;&lt;BR /&gt;/dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;To better understand tape device files, see the manpages for 'mt(7)'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931998#M287448</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-24T08:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931999#M287449</link>
      <description>You could let ignite choose its own tape drive by performing:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape/recovery -i -I&lt;BR /&gt;&lt;BR /&gt;for an interactive session.  This works for both text screens and Xwindows.&lt;BR /&gt;&lt;BR /&gt;It brings up a SAM looking interface.</description>
      <pubDate>Wed, 24 Jan 2007 08:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3931999#M287449</guid>
      <dc:creator>Greg Traud_2</dc:creator>
      <dc:date>2007-01-24T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3932000#M287450</link>
      <description>Hi again,&lt;BR /&gt;   Thanks for the help, but I seem to be having a permission issue with running ignite.  I just do a /opt/ignite/bin/make_recovery and I get not found. How do I set this in my path?  I put it in the .profile, but still no luck.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 24 Jan 2007 13:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3932000#M287450</guid>
      <dc:creator>Phillip Popp</dc:creator>
      <dc:date>2007-01-24T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3932001#M287451</link>
      <description>You need to do something like this:&lt;BR /&gt;&lt;BR /&gt;export PATH=${PATH}:/opt/ignite/bin&lt;BR /&gt;&lt;BR /&gt;You can do this directly on the command line or add it to your .profile BUT this will not help when you execute using an absolute path.&lt;BR /&gt;&lt;BR /&gt;The fundamental problem is that you are using the wrong command. It should be /opt/ignite/bin/make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;An my preference is for the mnb device for all norewind devices because frankly, the at&amp;amp;t style convention is insane (and I say this coming from a non-Berkeley UNIX background).</description>
      <pubDate>Wed, 24 Jan 2007 13:08:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/device-files/m-p/3932001#M287451</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-01-24T13:08:32Z</dc:date>
    </item>
  </channel>
</rss>

