<?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 files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470508#M211705</link>
    <description>crw-rw-rw-   2 bin        bin        205 0x1221c0 Jan 25 03:02 /dev/rmt/c18t2d1BESTnb&lt;BR /&gt;&lt;BR /&gt;I know the virtual tape drive works.  I used it on a Win2K server prior to moving it to the HPUX server.  I was getting over 400 GB on a virtual tape.&lt;BR /&gt;&lt;BR /&gt;I opened up a case with HP.  I'm waiting for a call back.</description>
    <pubDate>Tue, 25 Jan 2005 10:36:05 GMT</pubDate>
    <dc:creator>Eric Locsin</dc:creator>
    <dc:date>2005-01-25T10:36:05Z</dc:date>
    <item>
      <title>tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470495#M211692</link>
      <description>I'm having issues using compression on virtual tape drives from EMC's Clariion Disk Library.  The EMC engineers are telling me to use the Sun format for tape devices /dev/rmt/0cbn.  I keep telling them that HPUX doesn't use that format.  The tape device files I'm using are in the format /dev/rmt/c18t2d1BESTnb.  I'm pretty sure that is the correct device file for using compression (if available) on HPUX.  &lt;BR /&gt;Does anyone know if we can create a tape device file in HPUX using the Sun format?</description>
      <pubDate>Tue, 25 Jan 2005 09:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470495#M211692</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2005-01-25T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470496#M211693</link>
      <description>The name of the device file is merely a convention, it's the major/minor number of the device file that determine its behaviour. You can call your tape device file fred if you want!&lt;BR /&gt;&lt;BR /&gt;Do you EMC engineers know what the behaviour of a Sun format tape drive is, in terms of density/Berkley-ness/rewindability etc?&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 09:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470496#M211693</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-25T09:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470497#M211694</link>
      <description>no-rewind, Berkley, highest density with compression enabled.</description>
      <pubDate>Tue, 25 Jan 2005 09:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470497#M211694</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2005-01-25T09:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470498#M211695</link>
      <description>Eric,&lt;BR /&gt;you could either create a soft link with ln or&lt;BR /&gt;use mksf to create the file you want&lt;BR /&gt;example:&lt;BR /&gt;/sbin/mksf -d stape -I 12 -u -n -b BEST rmt/12mnb&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 09:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470498#M211695</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-25T09:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470499#M211696</link>
      <description>Hi,&lt;BR /&gt;As peter already suggested you can create the soft link ... &lt;BR /&gt;&lt;BR /&gt;# ln -s /dev/rmt/c18t2d1BESTnb /dev/rmt/0cbn&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 25 Jan 2005 10:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470499#M211696</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-01-25T10:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470500#M211697</link>
      <description>It might also be interesting to issue an mt status command&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/c18t2d1BESTnb status&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# mt -f /dev/rmt/0cbn status&lt;BR /&gt;&lt;BR /&gt;and see if compression comes up as enabled, especially as you are talking about virtual tape drives.</description>
      <pubDate>Tue, 25 Jan 2005 10:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470500#M211697</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-25T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470501#M211698</link>
      <description>Thanks.  I created the new device file but I'm still kind of clueless as how this will behave differently than say /dev/rmt/c18t2d1BESTnb.  I really don't understand why EMC would think /dev/rmt/0cbn would enable compression when /dev/rmt/c18t2d1BESTnb doesn't.  As you've all stated, it's just a name to HPUX.</description>
      <pubDate>Tue, 25 Jan 2005 10:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470501#M211698</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2005-01-25T10:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470502#M211699</link>
      <description>HP-UX looks at the minor number to determine the capabilities of the drive. Perhaps EMC uses the actual device name (sloppy)?</description>
      <pubDate>Tue, 25 Jan 2005 10:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470502#M211699</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-25T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470503#M211700</link>
      <description>This is what I get from the "mt" output:&lt;BR /&gt;&lt;BR /&gt;Drive: IBM ULTRIUM-TD2&lt;BR /&gt;Format:&lt;BR /&gt;Status: [0]&lt;BR /&gt;File: 0&lt;BR /&gt;Block: 0&lt;BR /&gt;&lt;BR /&gt;This is what I get from "lssf" on both device files:&lt;BR /&gt;stape card instance 18 SCSI target 2 SCSI LUND 1 berkely no rewind density available at ...</description>
      <pubDate>Tue, 25 Jan 2005 10:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470503#M211700</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2005-01-25T10:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470504#M211701</link>
      <description>This is what I get on a Sony drive&lt;BR /&gt;&lt;BR /&gt;$ mt -f /dev/rmt/0m status&lt;BR /&gt;Drive:  SONY SDX-300C&lt;BR /&gt;Format: Sony AIT&lt;BR /&gt;Status: [41113000] BOT online compression immediate-report-mode &lt;BR /&gt;File:   0&lt;BR /&gt;Block:  0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note the 'compression' entry. Perhaps the virtual tape drives do not conform? What are your major/minor numbers?</description>
      <pubDate>Tue, 25 Jan 2005 10:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470504#M211701</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-25T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470505#M211702</link>
      <description>Linking the file is not a soltion here. run the lssof (or sun equivalent) on the device file that sun uses for backups.&lt;BR /&gt;&lt;BR /&gt;Run lssof on hp-ux device file. It shoulf show you comprssed/best density info.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 25 Jan 2005 10:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470505#M211702</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-25T10:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470506#M211703</link>
      <description>Linking the file is not a soltion here. run the lssf (or sun equivalent) on the device file that sun uses for backups.&lt;BR /&gt;&lt;BR /&gt;Run lssf on hp-ux device file. It shoulf show you comprssed/best density info.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 25 Jan 2005 10:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470506#M211703</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-01-25T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470507#M211704</link>
      <description>Actually on systems after 10.0, the same minor number can mean different things to different drives. There are simply more data to be encoded than there are minor device number bits. HP-UX's trick is to modify a drivers internal properties table and part of the minor number serves as an index into this property table. The mksf command alters both the minor device number and the internal property table. So, ... it is possible that tape drives having identical major/minor device tuples on two different hosts would behave quite differently. Man 7 mt for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2005 10:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470507#M211704</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-25T10:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: tape device files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470508#M211705</link>
      <description>crw-rw-rw-   2 bin        bin        205 0x1221c0 Jan 25 03:02 /dev/rmt/c18t2d1BESTnb&lt;BR /&gt;&lt;BR /&gt;I know the virtual tape drive works.  I used it on a Win2K server prior to moving it to the HPUX server.  I was getting over 400 GB on a virtual tape.&lt;BR /&gt;&lt;BR /&gt;I opened up a case with HP.  I'm waiting for a call back.</description>
      <pubDate>Tue, 25 Jan 2005 10:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-device-files/m-p/3470508#M211705</guid>
      <dc:creator>Eric Locsin</dc:creator>
      <dc:date>2005-01-25T10:36:05Z</dc:date>
    </item>
  </channel>
</rss>

