<?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 compress issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133510#M316533</link>
    <description>BTW,&lt;BR /&gt;&lt;BR /&gt;Your profile shows that you have only assigned  89  of   305  points to your questions.  &lt;BR /&gt;&lt;BR /&gt;Not that you should spend hours assigning old points but this is how we say thanks for the help on this forum.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Jan 2008 16:40:19 GMT</pubDate>
    <dc:creator>Tim Nelson</dc:creator>
    <dc:date>2008-01-22T16:40:19Z</dc:date>
    <item>
      <title>tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133502#M316525</link>
      <description>Dear all&lt;BR /&gt;I have a problem about data compression using the IBM LTO3 driver inside a tape library on hpux11.31.&lt;BR /&gt;when I create a file which is more than 400G by "dd",I try to backup with "/dev/rmt/0mb".&lt;BR /&gt;But it seems that there is no compression.&lt;BR /&gt;&lt;BR /&gt;Yes.maybe some file is non compressable,but it seems compress really not work.&lt;BR /&gt;How shall I do on hpux?&lt;BR /&gt;Regards,Chen Lin</description>
      <pubDate>Tue, 22 Jan 2008 15:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133502#M316525</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2008-01-22T15:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133503#M316526</link>
      <description>how are you determining that compression doesn't work? &lt;BR /&gt;&lt;BR /&gt;does the backup fail?&lt;BR /&gt;&lt;BR /&gt;exactly what did you do to:&lt;BR /&gt;a) create the file -and-&lt;BR /&gt;b) backup the file&lt;BR /&gt;&lt;BR /&gt;what was the output of the backup step that causes you to thing compression doesn't work?</description>
      <pubDate>Tue, 22 Jan 2008 16:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133503#M316526</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-01-22T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133504#M316527</link>
      <description>Dear,&lt;BR /&gt;Thanks for your reply?&lt;BR /&gt;the tape is 400G(non compress)&lt;BR /&gt;I just create a file for 420G,but i can not backup the file completely.&lt;BR /&gt;So I suspect the compression is disable on hardware.&lt;BR /&gt;Regards,Louis</description>
      <pubDate>Tue, 22 Jan 2008 16:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133504#M316527</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2008-01-22T16:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133505#M316528</link>
      <description>Dear,&lt;BR /&gt;Thanks for your reply!&lt;BR /&gt;the tape is 400G(non compress)&lt;BR /&gt;I just create a file for 420G,but i can not backup the file completely.&lt;BR /&gt;So I suspect the compression is disable on hardware.&lt;BR /&gt;Regards,Louis</description>
      <pubDate>Tue, 22 Jan 2008 16:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133505#M316528</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2008-01-22T16:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133506#M316529</link>
      <description>again: "exactly what did you do to:&lt;BR /&gt;a) create the file -and-&lt;BR /&gt;b) backup the file"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;commands used?????&lt;BR /&gt;&lt;BR /&gt;what happens if you use compress or gzip the file to disk?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133506#M316529</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-01-22T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133507#M316530</link>
      <description>#dd if=/dev/zero of=/tmp/test bs=4k count=1100000&lt;BR /&gt;#gzip /tmp/test  &amp;lt;&amp;lt;&lt;IT compressed="" very="" much=""&gt;&lt;/IT&gt;&lt;BR /&gt;#tar cvf /dev/rmt/0mnb /tmp/test&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;</description>
      <pubDate>Tue, 22 Jan 2008 16:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133507#M316530</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2008-01-22T16:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133508#M316531</link>
      <description>#dd if=/dev/zero of=/tmp/test bs=4k count=1100000&lt;BR /&gt;#gzip /tmp/test &amp;lt;&amp;lt;&lt;IT compressed="" very="" much=""&gt;&lt;/IT&gt;&lt;BR /&gt;#tar cvf /dev/rmt/0mnb /tmp/test&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;CAN not="" finished="" in="" one="" tape=""&gt;&lt;/CAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you already compressed it with qzip !!!  There is nothing for the tape drive to compress.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133508#M316531</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-22T16:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133509#M316532</link>
      <description>Hi Tim,&lt;BR /&gt;I did not use the test.gz for backup test,while I used /tmp/test &amp;lt;&amp;lt;</description>
      <pubDate>Tue, 22 Jan 2008 16:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133509#M316532</guid>
      <dc:creator>lin.chen</dc:creator>
      <dc:date>2008-01-22T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133510#M316533</link>
      <description>BTW,&lt;BR /&gt;&lt;BR /&gt;Your profile shows that you have only assigned  89  of   305  points to your questions.  &lt;BR /&gt;&lt;BR /&gt;Not that you should spend hours assigning old points but this is how we say thanks for the help on this forum.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:40:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133510#M316533</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-22T16:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: tape compress issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133511#M316534</link>
      <description>I suspect you might have a driver issue.  What does "ioscan -nfC tape" report?&lt;BR /&gt;&lt;BR /&gt;also, see this thread regarding driver availablity from IBM on 11v3:&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1164531&amp;amp;admit=109447627+1201020551093+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1164531&amp;amp;admit=109447627+1201020551093+28353475&lt;/A&gt;</description>
      <pubDate>Tue, 22 Jan 2008 16:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tape-compress-issue/m-p/4133511#M316534</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-01-22T16:54:47Z</dc:date>
    </item>
  </channel>
</rss>

