<?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: how to extract a .gz file on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814760#M85262</link>
    <description>Hi ayanda,&lt;BR /&gt;&lt;BR /&gt;no reply from you till now.&lt;BR /&gt;So some more informations:&lt;BR /&gt;&lt;BR /&gt;zcat and uncompress (your 1. and 4. try) only works with files with extention '.Z'.&lt;BR /&gt;tar needs an unzipped file. Your file is zipped (or gzipped) therefor error 'directory checksum error' (3. and 6. try).&lt;BR /&gt;5. try doesn't work because file doesn't exists.&lt;BR /&gt;2. try says 'format violated':&lt;BR /&gt;so either the file is incomplete or the transfer was ascii instead of binary.&lt;BR /&gt;&lt;BR /&gt;Regards Volkmer</description>
    <pubDate>Mon, 30 Sep 2002 09:41:17 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2002-09-30T09:41:17Z</dc:date>
    <item>
      <title>how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814746#M85248</link>
      <description>Hi , I have a file like &lt;BR /&gt;Managerhpux.tar.gz and I want to extract it on HP-UX , can someone help ,&lt;BR /&gt;Please !!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 07:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814746#M85248</guid>
      <dc:creator>ayanda_1</dc:creator>
      <dc:date>2002-09-27T07:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814747#M85249</link>
      <description>Your can 'gunzip' to uncompress the archive.&lt;BR /&gt;&lt;BR /&gt;Change directory to where you archive is&lt;BR /&gt;&lt;BR /&gt;# /usr/contrib/bin/gunzip ./Managerhpux.tar.gz</description>
      <pubDate>Fri, 27 Sep 2002 07:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814747#M85249</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-09-27T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814748#M85250</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#uncompress Managerhpux.tar.gz&lt;BR /&gt;#tar xvf Managerhpux.tar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 27 Sep 2002 07:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814748#M85250</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T07:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814749#M85251</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#zcat Managerhpux.tar.gz | tar xvf -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 27 Sep 2002 07:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814749#M85251</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814750#M85252</link>
      <description>Missed something....&lt;BR /&gt;&lt;BR /&gt;# /usr/contrib/bin/gunzip ./Managerhpux.tar.gz &lt;BR /&gt;&lt;BR /&gt;Once the file has been un-zipped you can extract from the archive.&lt;BR /&gt;&lt;BR /&gt;change directory to where you wish to extract.&lt;BR /&gt;&lt;BR /&gt;# tar xvf /directoryname/Managerhpux.tar</description>
      <pubDate>Fri, 27 Sep 2002 07:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814750#M85252</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-09-27T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814751#M85253</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Mr. SivaKumar, uncompress won't work, that works only for .Z files.&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Fri, 27 Sep 2002 07:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814751#M85253</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-09-27T07:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814752#M85254</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;#gunzip Managerhpux.tar.gz &lt;BR /&gt;#tar xvf Managerhpux.tar&lt;BR /&gt;&lt;BR /&gt;will get you the file</description>
      <pubDate>Fri, 27 Sep 2002 07:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814752#M85254</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-27T07:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814753#M85255</link>
      <description>Hi,&lt;BR /&gt;Mr. Vincent thanks for correcting me.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 27 Sep 2002 07:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814753#M85255</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814754#M85256</link>
      <description>of course if the file isn't really a gz none of the commands will work!&lt;BR /&gt;&lt;BR /&gt;file file.tar.gz &lt;BR /&gt;to verify format.&lt;BR /&gt;&lt;BR /&gt;# file /one.tar&lt;BR /&gt;/one.tar:   tar file&lt;BR /&gt;# gzip /one.tar&lt;BR /&gt;# file /one.tar.gz&lt;BR /&gt;/one.tar.gz:        awk program text&lt;BR /&gt;&lt;BR /&gt;awk program text.. yikes..&lt;BR /&gt;of course that should say gz&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 07:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814754#M85256</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-09-27T07:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814755#M85257</link>
      <description>I have tried your suggestions but I have not been successful&lt;BR /&gt;these are the outputs , What may be the problem ?&lt;BR /&gt;&lt;BR /&gt;# zcat eManager35hpux.tar.gz  | tar xvf -&lt;BR /&gt;eManager35hpux.tar.gz.Z: No such file or directory&lt;BR /&gt;Tar: blocksize = 0; broken pipe?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# gunzip eManager35hpux.tar.gz&lt;BR /&gt;&lt;BR /&gt;gunzip: eManager35hpux.tar.gz: invalid compressed data--format violated&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; # tar xvf eManager35hpux.tar.gz&lt;BR /&gt;directory checksum error&lt;BR /&gt;&lt;BR /&gt;# uncompress eManager35hpux.tar.gz&lt;BR /&gt;eManager35hpux.tar.gz.Z: No such file or directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# tar xvf eManager35hpux.tar&lt;BR /&gt;tar: cannot open eManager35hpux.tar&lt;BR /&gt;&lt;BR /&gt; # tar xvf eManager35hpux.tar.gz&lt;BR /&gt;directory checksum error</description>
      <pubDate>Fri, 27 Sep 2002 08:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814755#M85257</guid>
      <dc:creator>ayanda_1</dc:creator>
      <dc:date>2002-09-27T08:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814756#M85258</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what is the output of this command ?&lt;BR /&gt;#file Managerhpux.tar.gz&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 27 Sep 2002 08:10:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814756#M85258</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-27T08:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814757#M85259</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If eManager35hpux.tar.gz is actually a gzipped tar file, you can use "gunzip" or "gzip -d" on it then "tar xvf".  To unzip the file, you need enough space in the directory where it resides for the .gz file and the unzipped file (because the system keeps the .gz file until the unzipped file is fully unzipped).&lt;BR /&gt;&lt;BR /&gt;If tight on space or you just want to extract the contents of the tar file, use:&lt;BR /&gt;gzip -dc eManager35hpux.tar.gz | tar xvf -&lt;BR /&gt;&lt;BR /&gt;I'd always use "tar tvf" before actually extracting the contents.&lt;BR /&gt;&lt;BR /&gt;"file eManager35hpux.tar.gz" may not tell you what kind of file it really is.  I just ran "file" against a gzipped tar file and it said "awk program text".&lt;BR /&gt;&lt;BR /&gt;Where did you get eManager35hpux.tar.gz?  It's possibly corrupted.  It ftp'ed from a PC, did you use binary mode?  You should.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 27 Sep 2002 13:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814757#M85259</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-27T13:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814758#M85260</link>
      <description>By the way...&lt;BR /&gt;&lt;BR /&gt;Welcome to the forums!  I hope you'll find them as useful as I do.  You're now part of a global community willing to help each other solve our problems.  I think it's the best one anywhere!&lt;BR /&gt;&lt;BR /&gt;Glad you've joined us!&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Fri, 27 Sep 2002 13:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814758#M85260</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-09-27T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814759#M85261</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;to use 'uncompress' the file, it has to end with .Z (xxx.Z) so you have to copy or move it for trying to 'uncompress'.&lt;BR /&gt;The file name suggests me that it is downloaded from internet.&lt;BR /&gt;Maybe the download was uncomplete. Try it again.&lt;BR /&gt;You also can check a file xxx.gz with winzip or alike.&lt;BR /&gt;If the file is incomplete winzip will tell it.&lt;BR /&gt;&lt;BR /&gt;Regards Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 14:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814759#M85261</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2002-09-27T14:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814760#M85262</link>
      <description>Hi ayanda,&lt;BR /&gt;&lt;BR /&gt;no reply from you till now.&lt;BR /&gt;So some more informations:&lt;BR /&gt;&lt;BR /&gt;zcat and uncompress (your 1. and 4. try) only works with files with extention '.Z'.&lt;BR /&gt;tar needs an unzipped file. Your file is zipped (or gzipped) therefor error 'directory checksum error' (3. and 6. try).&lt;BR /&gt;5. try doesn't work because file doesn't exists.&lt;BR /&gt;2. try says 'format violated':&lt;BR /&gt;so either the file is incomplete or the transfer was ascii instead of binary.&lt;BR /&gt;&lt;BR /&gt;Regards Volkmer</description>
      <pubDate>Mon, 30 Sep 2002 09:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814760#M85262</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2002-09-30T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814761#M85263</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Try with Gnu Zip.&lt;BR /&gt;&lt;BR /&gt;Download it from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.3/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.3/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Vince</description>
      <pubDate>Mon, 30 Sep 2002 09:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814761#M85263</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2002-09-30T09:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract a .gz file on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814762#M85264</link>
      <description>Ayanda,&lt;BR /&gt;&lt;BR /&gt;Please give us the output of this command:&lt;BR /&gt;&lt;BR /&gt;file ./Managerhpux.tar.gz&lt;BR /&gt;&lt;BR /&gt;My guess is you have a corrupted file, perhaps downloaded as ascii instead of binary.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Sep 2002 14:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-extract-a-gz-file-on-hp-ux/m-p/2814762#M85264</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-09-30T14:28:44Z</dc:date>
    </item>
  </channel>
</rss>

