<?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: Compressed data backup in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114640#M21385</link>
    <description>&lt;!--!*#--&gt;&amp;gt; Is it like [...]&lt;BR /&gt;&lt;BR /&gt;It may depend on what's in /etc/ddr.dbase for&lt;BR /&gt;your tape drive.  On my system, all I see&lt;BR /&gt;for Ultrium is:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;    Name = "HP" "Ultrium"&lt;BR /&gt;[...]&lt;BR /&gt;    #&lt;BR /&gt;    # Ultrium density parameters&lt;BR /&gt;    #&lt;BR /&gt;    DENSITY:&lt;BR /&gt;        #&lt;BR /&gt;        DensityNumber = 0,2,4,6&lt;BR /&gt;        DensityCode = default&lt;BR /&gt;        CompressionCode = 0x0&lt;BR /&gt;        Buffered = 0x1&lt;BR /&gt;&lt;BR /&gt;    DENSITY:&lt;BR /&gt;        #&lt;BR /&gt;        DensityNumber = 1,3,5,7&lt;BR /&gt;        DensityCode = default&lt;BR /&gt;        CompressionCode = 0x1&lt;BR /&gt;        Buffered = 0x1&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;from which, I'd guess that tape?_dX (X = 1,&lt;BR /&gt;3, 5, 7) would use compression.&lt;BR /&gt;&lt;BR /&gt;If you got an update to /etc/ddr.dbase for&lt;BR /&gt;your fancy new tape drive, then you may have&lt;BR /&gt;stuff different from mine.</description>
    <pubDate>Tue, 11 Dec 2007 06:36:19 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-12-11T06:36:19Z</dc:date>
    <item>
      <title>Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114637#M21382</link>
      <description>Gurus,&lt;BR /&gt;I have a small doubt about compressed data backup.&lt;BR /&gt;How do we configure compressed data backup for a tape(tape says 36GB normal and 72GB compressed).&lt;BR /&gt;SO where we would define that compressed backup would be taken.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 11 Dec 2007 04:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114637#M21382</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-11T04:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114638#M21383</link>
      <description>&lt;!--!*#--&gt;It might help to know the model of the tape&lt;BR /&gt;drive.  (What's rated 36/72GB?)&lt;BR /&gt;&lt;BR /&gt;"man tape":&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;  Device Special Files and Tape Density&lt;BR /&gt;&lt;BR /&gt;  Using a particular device special file with a certain tape format will&lt;BR /&gt;  indicate what density code, compression, capacity and I/O is supported.  [...]&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 05:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114638#M21383</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T05:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114639#M21384</link>
      <description>"man tape" clears a lot.&lt;BR /&gt;so what I have understood is &lt;BR /&gt; &lt;BR /&gt;"Previous Format in /dev   New Formats in /dev/tape and /dev/ntape&lt;BR /&gt;  _______________________________________________________________________&lt;BR /&gt;  rmt?a                     tape?_d3&lt;BR /&gt;  rmt?l                     tape?_d0 (d0 always maps to the low density)&lt;BR /&gt;  rmt?m                     tape?_d2&lt;BR /&gt;  rmt?h                     tape?_d1 (d1 always maps to the high density)&lt;BR /&gt;  _______________________________________________________________________&lt;BR /&gt;&lt;BR /&gt;specifying d1(what about d[2-6]) would enable high density backup.&lt;BR /&gt;But where do we specify that backup running is goin to be compressed or normal.&lt;BR /&gt;Is it like &lt;BR /&gt;using tape?_d0  would result in normal backup&lt;BR /&gt;and&lt;BR /&gt;using tape?_d1 result in compressed backup.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; hwmgr v d -id 251&lt;BR /&gt; HWID: Device Name          Mfg      Model            Location&lt;BR /&gt; ------------------------------------------------------------------------------&lt;BR /&gt;  251: /dev/ntape/tape41    HP       Ultrium 2-SCSI   bus-4-targ-6-lun-1&lt;BR /&gt;&lt;BR /&gt;# hwmgr -get attrib -id 251&lt;BR /&gt;......&lt;BR /&gt;current_density = 66 (what does this signify)&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help.&lt;BR /&gt;&lt;BR /&gt;PS. I could not find tape type as my frnd facing this problem has disappeared :)&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 11 Dec 2007 06:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114639#M21384</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-11T06:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114640#M21385</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Is it like [...]&lt;BR /&gt;&lt;BR /&gt;It may depend on what's in /etc/ddr.dbase for&lt;BR /&gt;your tape drive.  On my system, all I see&lt;BR /&gt;for Ultrium is:&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;    Name = "HP" "Ultrium"&lt;BR /&gt;[...]&lt;BR /&gt;    #&lt;BR /&gt;    # Ultrium density parameters&lt;BR /&gt;    #&lt;BR /&gt;    DENSITY:&lt;BR /&gt;        #&lt;BR /&gt;        DensityNumber = 0,2,4,6&lt;BR /&gt;        DensityCode = default&lt;BR /&gt;        CompressionCode = 0x0&lt;BR /&gt;        Buffered = 0x1&lt;BR /&gt;&lt;BR /&gt;    DENSITY:&lt;BR /&gt;        #&lt;BR /&gt;        DensityNumber = 1,3,5,7&lt;BR /&gt;        DensityCode = default&lt;BR /&gt;        CompressionCode = 0x1&lt;BR /&gt;        Buffered = 0x1&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;from which, I'd guess that tape?_dX (X = 1,&lt;BR /&gt;3, 5, 7) would use compression.&lt;BR /&gt;&lt;BR /&gt;If you got an update to /etc/ddr.dbase for&lt;BR /&gt;your fancy new tape drive, then you may have&lt;BR /&gt;stuff different from mine.</description>
      <pubDate>Tue, 11 Dec 2007 06:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114640#M21385</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T06:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114641#M21386</link>
      <description>Thanks a lot u r BOND :)&lt;BR /&gt;well one more question what is the difference between 0 2 4 6&lt;BR /&gt;and 1 3 5 7.&lt;BR /&gt;Is is for % compression or what???&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 11 Dec 2007 06:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114641#M21386</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-11T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114642#M21387</link>
      <description>&amp;gt; Is is for % compression or what???&lt;BR /&gt;&lt;BR /&gt;So far as I know, compression is binary --&lt;BR /&gt;off ("CompressionCode = 0x0") or on&lt;BR /&gt;("CompressionCode = 0x1").  I assume that&lt;BR /&gt;anything else in the DensityNumber would&lt;BR /&gt;select a density, but I don't know which one&lt;BR /&gt;means what (if this drive even has more than&lt;BR /&gt;one density).  It's also possible that&lt;BR /&gt;there's no real difference among 1, 3, 5, 7.&lt;BR /&gt;If there is some kind of density indication&lt;BR /&gt;on the front of the drive (LEDs, fancy LCD),&lt;BR /&gt;then some experimentation might be&lt;BR /&gt;educational.&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 06:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114642#M21387</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-12-11T06:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compressed data backup</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114643#M21388</link>
      <description>tape density '66'&lt;BR /&gt;&lt;BR /&gt;in ddr.dbase near the top is a tape density table.  The '66' (x42) is an index into that table:&lt;BR /&gt;&lt;BR /&gt;    scsi_tape_density[0x42] =   "186000_bpi"            186000      0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When compression is turned on, this means h/w compression on the device is turned on.  You can often confirm this during operations by looking at the front panel lights of the tape drive - compression light should be lit.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2007 13:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/compressed-data-backup/m-p/4114643#M21388</guid>
      <dc:creator>DCBrown</dc:creator>
      <dc:date>2007-12-11T13:21:03Z</dc:date>
    </item>
  </channel>
</rss>

