- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to extract hpux__11.23_03090250.tgz
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 12:26 PM
03-09-2009 12:26 PM
unable to extract hpux__11.23_03090250.tgz
hpux__11.23_03090250.tgz#
gunzip < file.tgz | tar xvf -
gunzip -q < file.tar.gz | tar xvf -
gunzip: stdin: not in gzip format
Tar: blocksize = 0; broken pipe?
Someone please guide me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 12:32 PM
03-09-2009 12:32 PM
Re: unable to extract hpux__11.23_03090250.tgz
# gzip -d hpux__11.23_03090250.tgz | tar xvf -
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 12:40 PM
03-09-2009 12:40 PM
Re: unable to extract hpux__11.23_03090250.tgz
It seems that gzip/gunzip does not like your
"hpux__11.23_03090250.tgz" file.
ls -l hpux__11.23_03090250.tgz
file hpux__11.23_03090250.tgz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 12:47 PM
03-09-2009 12:47 PM
Re: unable to extract hpux__11.23_03090250.tgz
> transferred in into my server.
That's two chances to cause problems.
Downloaded how? Transferred how?
Some Web browsers may try to "help" you by
expanding a compressed file for you (without
asking). You might try something like:
tar tfv hpux__11.23_03090250.tgz
(It can't fail any worse.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 12:56 PM
03-09-2009 12:56 PM
Re: unable to extract hpux__11.23_03090250.tgz
When these downloads get big, they sometimes do not finish.
I would try the steps one at a time and if that fails, then try the download again.
I've always found ftp script transfer is more reliable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 01:19 PM
03-09-2009 01:19 PM
Re: unable to extract hpux__11.23_03090250.tgz
hhln-mgt-ign101 /var/spool/sw/QBK2008 # gzip -d hpux__11.23_03090250.tgz | tar xvf -
gzip: hpux__11.23_03090250.tgz: not in gzip format
Tar: blocksize = 0; broken pipe?
hhln-mgt-ign101 /var/spool/sw/QBK2008 #
----
hhln-mgt-ign101 /var/spool/sw/QBK2008 # ls -l hpux__11.23_03090250.tgz
-rw-r----- 1 root sys 1561081101 Mar 9 19:34 hpux__11.23_03090250.tgz
hhln-mgt-ign101 /var/spool/sw/QBK2008 # file hpux__11.23_03090250.tgz
hpux__11.23_03090250.tgz: awk program text
hhln-mgt-ign101 /var/spool/sw/QBK2008 #
-----
hhln-mgt-ign101 /var/spool/sw/QBK2008 # tar tvf hpux__11.23_03090250.tgz
directory checksum error
hhln-mgt-ign101 /var/spool/sw/QBK2008 # tar -tvf hpux__11.23_03090250.tgz
directory checksum error
hhln-mgt-ign101 /var/spool/sw/QBK2008 #
Transferred the tgz file into the server thru winscp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 01:34 PM
03-09-2009 01:34 PM
Re: unable to extract hpux__11.23_03090250.tgz
Or another way, download the download script, then download it to your hp server directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 01:41 PM
03-09-2009 01:41 PM
Re: unable to extract hpux__11.23_03090250.tgz
I'd say that it's corrupt.
Personally, I'd prefer to do the download
directly to the HP-UX system. Web browsers
work there, wget works there, and there's a
simple, safe FTP client program, too.
Bringing in a Windows system (??? You didn't
say, ...) and some unknown Web browser just
add more ways to make things fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 01:49 PM
03-09-2009 01:49 PM
Re: unable to extract hpux__11.23_03090250.tgz
> Transferred the tgz file into the server thru winscp
That's a great tool, but make sure that you transfered it in binary mode.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 03:19 PM
03-09-2009 03:19 PM
Re: unable to extract hpux__11.23_03090250.tgz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 12:10 AM
03-10-2009 12:10 AM
Re: unable to extract hpux__11.23_03090250.tgz
Don't download the .tgz format try to download only .tar fromat, I have also faceing the same problem so many times.
suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 12:21 AM
03-10-2009 12:21 AM
Re: unable to extract hpux__11.23_03090250.tgz
(after you installed the GNU tar you get this extra 'z' option to decompress files)
tar zxvf file.tgz
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 06:15 AM
03-10-2009 06:15 AM
Re: unable to extract hpux__11.23_03090250.tgz
If plain gzip and plain "tar" both hate the
file, do you really expect "[GNU]tar z" to do
better? If so, why?
> Don't download the .tgz format [...]
If you use programs and procedures which do
not corrupt the data, there should be no
problem downloading ".tgz", ".tar.gz",
".tar.bz2", or anything else. I do it all
the time. (I don't use MSIE on Windows,
which may be a big advantage.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 08:46 PM
03-19-2009 08:46 PM