<?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: Speed on using TAR in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128926#M152609</link>
    <description>Fbackup is faster then tar - but I'd put the db in "hot backup mode" when doing a backup....&lt;BR /&gt;&lt;BR /&gt;"fbackup combines features of dump and ftio to provide a flexible, high-speed file system backup mechanism (see dump(1M) and ftio (1))."&lt;BR /&gt;&lt;BR /&gt;Some other posts:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14799" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14799&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A tble comparison of backup utilities:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/56-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031126-033157" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/56-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031126-033157&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 26 Nov 2003 05:34:37 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-11-26T05:34:37Z</dc:date>
    <item>
      <title>Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128919#M152602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using TAR to backup all the oracle datafiles onto a DLT8000 tape drive. They only have 3.5GB data but I found that it takes more than half hour to tar the files. Is it reasonable ? Is there a quicker method to backup the files using tar ? Also I cannot find any option of tar to specific the block size. Is that true ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 26 Nov 2003 02:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128919#M152602</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2003-11-26T02:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128920#M152603</link>
      <description>I had the same problem. I would suggest you look for ftio. That's a lot faster. You could also try to set larger blocksize and set the DLT for no compression.</description>
      <pubDate>Wed, 26 Nov 2003 02:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128920#M152603</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-26T02:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128921#M152604</link>
      <description>You need to know the top speed of the tape drive and the scsi card the drive is hung from to evaluate whether you are getting appropriate speeds.&lt;BR /&gt;&lt;BR /&gt;You can try fbackup.&lt;BR /&gt;&lt;BR /&gt;Either fbackup or tar will not get good copies of the data unless the database is down for backup.&lt;BR /&gt;&lt;BR /&gt;Other factors influencing speed include other devices in the scsi chain with the tape drive.  This is bad for it degrades speed.&lt;BR /&gt;&lt;BR /&gt;Another factor is how much activity on the disk device when you are running the backup. If this is a very busy system your speed is reasonable. If not, you need to provide more information to get a useful opinion from me.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Nov 2003 02:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128921#M152604</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-26T02:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128922#M152605</link>
      <description>Tar is OK but beware that in standard release form, it won't handle large files (&amp;gt; 2Gb).&lt;BR /&gt;&lt;BR /&gt;You should be able to get 5-8Mb/sec to your DLT (roughly 2-3 minutes per Gb) provided you increase the blocksize that it writes to tape. &lt;BR /&gt;&lt;BR /&gt;Use -b 64 to set the blocksize to 64Kb.&lt;BR /&gt;&lt;BR /&gt;I've never found any situation where it's been necessary to disable hardware compression on the tape drive. In my experience, Oracle datafiles tend to compress fairly well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 26 Nov 2003 03:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128922#M152605</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-11-26T03:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128923#M152606</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm not sure that using a simple tar to backup on a DLT is good. DLT can write much faster than tar can read and I'm not sure that you can reach the required speed for "streaming mode". In this case your DLT will always start and stop. This could even damage you DLT. Diabling compression could be an improvment, but using a real backup tool with many readers would be the best.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 26 Nov 2003 03:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128923#M152606</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-11-26T03:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128924#M152607</link>
      <description>Exactly. That is the moment turning off compression helps... Then the speed you have to write with to keep the tapedrive streaming (and thus fast) is the same no matter what kind of data you are trying to write.&lt;BR /&gt;&lt;BR /&gt;If that is slow too, try doing a dd to the tapedrive from something like /dev/zero and /dev/random if you have them, to test the DLT drive. I had a faulty tapedrive (DLT8000 too) a year back and was looking at the software for the cause, when after 2 weeks of testing we were able to proof by using another tapedrive that the tapedrive was faulty... We could only get it streaming with /dev/zero, but as soon as the data was not all zero's, the speed dropped to a crawl.</description>
      <pubDate>Wed, 26 Nov 2003 03:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128924#M152607</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2003-11-26T03:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128925#M152608</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;this makes it less than 2mb per second, which is slow. Which device are you using?&lt;BR /&gt;&lt;BR /&gt;Hi SEP&lt;BR /&gt;&lt;BR /&gt;you cant say that backup isnt good, when the database is open. Set tablespaces with begin backup and it works also.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 03:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128925#M152608</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-26T03:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128926#M152609</link>
      <description>Fbackup is faster then tar - but I'd put the db in "hot backup mode" when doing a backup....&lt;BR /&gt;&lt;BR /&gt;"fbackup combines features of dump and ftio to provide a flexible, high-speed file system backup mechanism (see dump(1M) and ftio (1))."&lt;BR /&gt;&lt;BR /&gt;Some other posts:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14799" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=14799&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A tble comparison of backup utilities:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/56-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031126-033157" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&amp;amp;con=/hpux/onlinedocs/5187-2216/00/00/56-con.html&amp;amp;toc=/hpux/onlinedocs/5187-2216/00/00/56-toc.html&amp;amp;searchterms=fbackup&amp;amp;queryid=20031126-033157&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 26 Nov 2003 05:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128926#M152609</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-26T05:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Speed on using TAR</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128927#M152610</link>
      <description>Hi Patrick,&lt;BR /&gt;&lt;BR /&gt;are you still with us?&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Dec 2003 12:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/speed-on-using-tar/m-p/3128927#M152610</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-01T12:20:46Z</dc:date>
    </item>
  </channel>
</rss>

