Operating System - HP-UX
1752551 Members
4693 Online
108788 Solutions
New Discussion юеВ

Unable to gunzip 10gr2_db_sol.cpio.gz File

 
SOLVED
Go to solution
Yash99
Occasional Advisor

Unable to gunzip 10gr2_db_sol.cpio.gz File

Hi
I am downloading Oracle 10g R2 for Solaris (SPARC) (64-BIT) ON WINDOWS SYSTEM.
After download I have uploaded the file on unix server. When I tried to give gunzip command it is giving following error.

gunzip: 10gr2_db_sol.cpio.gz: not in gzip format

9 REPLIES 9
Torsten.
Acclaimed Contributor
Solution

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

What else?

# file 10gr2_db_sol.cpio.gz

How did you transfer the file from your PC to the server?

BTW, where is the relation to hp-ux here?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yash99
Occasional Advisor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

Hi
I am using FTP to upload file and binary mode.
$ file 10gr2_db_sol.cpio.gz
10gr2_db_sol.cpio.gz: ASCII cpio archive
Torsten.
Acclaimed Contributor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

So it is already unzip'ed now - proceed ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yash99
Occasional Advisor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

Hi
After giving command
cpio -idmv 10gr2_db_sol.cpio
session is just waiting for a long time whithout giving any output.
Torsten.
Acclaimed Contributor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

You should compare the checksum of your file with the value provided on the web page. Maybe something went wrong while downloading - any download managers in use?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yash99
Occasional Advisor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

Hi Torsten
Thanks for your update.
In the above command I have forgotten to give redirect <
cpio -idmv < 10gr2_db_sol.cpio
Hence the issue is resolved
Steven Schweda
Honored Contributor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

> cpio -idmv 10gr2_db_sol.cpio
> session is just waiting for a long time
> whithout giving any output.

"man cpio":

cpio -i (copy in, import) Extract files from standard input,
which is assumed to be the result of a previous cpio -o.

Perhaps something more like:

cpio -idmv < 10gr2_db_sol.cpio

?

(Or else start typing ...)
Torsten.
Acclaimed Contributor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

Sometimes you can see the details, sometimes you can't ...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Steven Schweda
Honored Contributor

Re: Unable to gunzip 10gr2_db_sol.cpio.gz File

> Sometimes you can see the details,
> sometimes you can't ...

I don't use cpio much, but whenever someone
complains about some harmless-looking command
hanging, I worry about stdin. The TestDrive
stuff has all vanished again today, so it
took me a few minutes to find a good "man"
page.

By the way, I _really_ dislike Web browsers
who "help" me by expanding some .bz2 or .gz
or .zip file, when all I really wanted was
the small thing I thought that I was
downloading. Sigh.