<?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 Splitting and merging large size 'tar' files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742512#M256372</link>
    <description>&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt;Can anybody please tell me the best option for splitting and merging large size tar files?&lt;BR /&gt;&lt;BR /&gt;I have a tar file of 1GB size. I need to split that file into two or three part of small size and merge it back to original.&lt;BR /&gt;&lt;BR /&gt;What is the best option to do this in hp-ux os?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Mar 2006 06:53:40 GMT</pubDate>
    <dc:creator>manoj_pu</dc:creator>
    <dc:date>2006-03-02T06:53:40Z</dc:date>
    <item>
      <title>Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742512#M256372</link>
      <description>&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt;Can anybody please tell me the best option for splitting and merging large size tar files?&lt;BR /&gt;&lt;BR /&gt;I have a tar file of 1GB size. I need to split that file into two or three part of small size and merge it back to original.&lt;BR /&gt;&lt;BR /&gt;What is the best option to do this in hp-ux os?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 06:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742512#M256372</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2006-03-02T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742513#M256373</link>
      <description>Manoj,&lt;BR /&gt;have never tried it with tar files, but have a look at the split command.&lt;BR /&gt;As a side line, why do you have to split the file?&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742513#M256373</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T07:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742514#M256374</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;I have used the split command and splitted 1GB tar file into two parts of 500MB.&lt;BR /&gt;&lt;BR /&gt;But I am not able to merge it back to original tar file using 'merge' command.&lt;BR /&gt;&lt;BR /&gt;I am unable to transfer 1GB file thru network, so I want to split this file into small size and transfer.&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742514#M256374</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2006-03-02T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742515#M256375</link>
      <description>Manoj,&lt;BR /&gt;you would not use merge to join the files back together.&lt;BR /&gt;&lt;BR /&gt;I would try&lt;BR /&gt;cat part1 &amp;gt; whole_file&lt;BR /&gt;cat part2 &amp;gt;&amp;gt; whole_file</description>
      <pubDate>Thu, 02 Mar 2006 07:54:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742515#M256375</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T07:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742516#M256376</link>
      <description>Hi Manoj&lt;BR /&gt;&lt;BR /&gt;You can simplt do&lt;BR /&gt;&lt;BR /&gt;cat xa*  &amp;gt; original.tar&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 07:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742516#M256376</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2006-03-02T07:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742517#M256377</link>
      <description>Hi Manoj, &lt;BR /&gt;&lt;BR /&gt;What error you are getting when trying to merge  ? Also, few things you can try &lt;BR /&gt;&lt;BR /&gt;1) &lt;A href="http://www.chami.com/Tips/internet/110896I.html" target="_blank"&gt;http://www.chami.com/Tips/internet/110896I.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;2) gzip -9 which gives the best compression ratio. You canb try to .gz the files and send it across. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 02 Mar 2006 07:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742517#M256377</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-02T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742518#M256378</link>
      <description>hi again Manoj &lt;BR /&gt;&lt;BR /&gt;You can even do&lt;BR /&gt;&lt;BR /&gt;cat part* | tar xvf - &lt;BR /&gt;&lt;BR /&gt;to unpack without physically merging.&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH</description>
      <pubDate>Thu, 02 Mar 2006 07:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742518#M256378</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2006-03-02T07:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742519#M256379</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# split -b 10m HWE1100.depot&lt;BR /&gt;# ls&lt;BR /&gt;xaa                xad                xag&lt;BR /&gt;xab                xae                xah&lt;BR /&gt;xac                xaf                xai&lt;BR /&gt;# cat xaa xab xac xad xae xaf xag xah xai &amp;gt; HWE1100.depot.tar&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 02 Mar 2006 08:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742519#M256379</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-03-02T08:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742520#M256380</link>
      <description>Hi,&lt;BR /&gt;I have tried with all options I have received. Seems all are working. &lt;BR /&gt;I could view and extract the content of original tar file.&lt;BR /&gt;&lt;BR /&gt;However tar command comes out with expected (proper)output as well as below error message.&lt;BR /&gt;&lt;BR /&gt;Tar: error! blocksize changed&lt;BR /&gt;&lt;BR /&gt;What does this message indicates?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 10:28:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742520#M256380</guid>
      <dc:creator>manoj_pu</dc:creator>
      <dc:date>2006-03-02T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742521#M256381</link>
      <description>Hi Manoj, &lt;BR /&gt;&lt;BR /&gt;Check this thread out,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=190047" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=190047&lt;/A&gt;&lt;BR /&gt;[Tar: error! blocksize changed]&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 02 Mar 2006 10:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742521#M256381</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-02T10:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742522#M256382</link>
      <description>Arun,&lt;BR /&gt;if the tarfile is 1Gb in size, how can it be a &amp;gt;2Gb file issue?&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Mar 2006 10:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742522#M256382</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-03-02T10:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting and merging large size 'tar' files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742523#M256383</link>
      <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;The tar error regarding blocksize changed comes from the fact that you are trying to unpack the contents of the tar file in a dir which doesn't have enough space left to accomodate the unpacked files. Solution would be to either unpack it to a mount point large enough or to extend the current one, though the former option would be the fastest one.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Thu, 02 Mar 2006 12:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/splitting-and-merging-large-size-tar-files/m-p/3742523#M256383</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-02T12:23:42Z</dc:date>
    </item>
  </channel>
</rss>

