Cannot unzip (Solaris 10)


 
Thread Tools Search this Thread
Operating Systems Solaris Cannot unzip (Solaris 10)
# 1  
Old 07-15-2008
Cannot unzip (Solaris 10)

Hi All, I am not able to unzip the patch bundle which I've download through my Solaris box and getting an error. First time I've faced this. Any help?
..
....
.......
drwxr-xr-x 18 root sys 4096 Jul 15 09:37 dev
-rw-r--r-- 1 root root 1144728 Jul 15 09:58 8_Recommended.zip
-rw-r--r-- 1 root root 6823639 Jul 15 10:28 10_Recommended.zip
drwxrwxrwt 8 root sys 761 Jul 15 12:16 tmp
-rw------- 1 root root 57691128 Jul 15 12:22 9_Recommended.zip.part
dr-xr-xr-x 78 root root 259008 Jul 15 12:22 proc
[ root@ sunray01 ] # uname -a
SunOS sunray01 5.10 Generic_118833-33 sun4u sparc SUNW,Ultra-5_10
[ root@ sunray01 ] # cd /
[ root@ sunray01 ] # df -h
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s0 16G 3.7G 12G 24% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 2.9G 1.1M 2.9G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
fd 0K 0K 0K 0% /dev/fd
swap 2.9G 88K 2.9G 1% /tmp
swap 2.9G 56K 2.9G 1% /var/run
[ root@ sunray01 ] # unzip 8_Recommended.zip
Archive: 8_Recommended.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of 8_Recommended.zip or
8_Recommended.zip.zip, and cannot find 8_Recommended.zip.ZIP, period.

[ root@ sunray01 ] #
# 2  
Old 07-15-2008
what is the output of "file 8_Recommended.zip"? at this point it looks like a file corruption...
# 3  
Old 07-15-2008
[ root@ sunray01 ] # file 8_Recommended.zip
8_Recommended.zip: ZIP archive

All the 3 patch clusters for Solaris 8,9 and 10 are showing the same Smilie

For your info, I downloaded straight to my Sun workstation from the web browser. I did not face any issue previously when I downloaded it on Windows, then by copying it over to a Solaris box to unzip... weird... pls assist
# 4  
Old 07-15-2008
The zip files are corrupt. I seems that you are facing some kind of download problems with the browser, I have seen this a couple of times usually with apparently not real explanation as to why it was happening. I suggest you try again with sun download manager or another similar download manager, which doesn't use the browser.
# 5  
Old 07-15-2008
Yes Reborg. Thanks. I was aware of that earlier when I noticed that the file size which I downloaded was too small for patch clusters.. For dunno what reason, the download manager (not sun download mgr) prompted that download completed. Furthermore, its direct onto a Sun Workstation. I will sort it out. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unzip

Hi All, I am having an error with a zip . It is showing me the below error. I tried using zip and jar command all show me the same error. Not sure what is this error and why this is coming any help ? >>> jar -xvf 99999_zpd.zip extracted: 100793_ipd0000.001.gz extracted:... (3 Replies)
Discussion started by: arunkumar_mca
3 Replies

2. Shell Programming and Scripting

Unzip the .zip file without using unzip utility in UNIX

I have .zip file, i want to list all the files archived in the zip file. unzip utility is not working for me in unix. Please help me resolve this issue Thanks ganesh. (3 Replies)
Discussion started by: Ganesh L
3 Replies

3. Solaris

Solaris 10 GIF files corrupt during unzip

Problem occurs on one Solaris build. Every time we unzip the Jan CPU, there are several patches that error out (appears to be related to the GIF files). When we unzip the CPU on another Solaris build to a network storage area, we can execute without issue on the original machine. Any ideas? ... (1 Reply)
Discussion started by: grahamr72
1 Replies

4. UNIX for Advanced & Expert Users

Unzip Help

Hello All, I am trying to write a shell script(linux) where it just unzips the abc.zip file in the same folder. If I write unzip abc.zip in my shell script and try to run the shell script I am getting Error : ?Invalid command But when I run the command unzip abc.zip at the command prompt... (5 Replies)
Discussion started by: su2
5 Replies

5. UNIX for Advanced & Expert Users

Unzip help

Hi, client is posting a zip file with named as "LM_SEEHERE_-_TMG_905678_20100504.zip". In zip file, inside we have 3 .csv files. how to unzip the file and client needs only "LM_SEEHERE_-_TMG_905678_20100504.csv" the other two files are products.csv,category.csv. They don't want these files... (2 Replies)
Discussion started by: kirankumar
2 Replies

6. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

7. Shell Programming and Scripting

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

8. Solaris

strange problem regarding zip/unzip from window to solaris machine

Hi , I faced a very strange problem when I unzip a zip file on my solaris workstation. Actually I wanted to transfer a folder, say it TEST which contains some sub-folders inside it from windows to solaris machine. So I zipped this folder to TEST.ZIP on my windows machine. Then from my... (11 Replies)
Discussion started by: Raj Kumar Arora
11 Replies

9. HP-UX

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

10. UNIX for Dummies Questions & Answers

Can solaris's Zip/Unzip handle Winzip Version 10.0 Files?

I understand that this version of Winzip allows 129-bit AES encryption and passwords. Can Solaris handle that yet? (2 Replies)
Discussion started by: BCarlson
2 Replies
Login or Register to Ask a Question