unzip problem in AIX


 
Thread Tools Search this Thread
Operating Systems AIX unzip problem in AIX
# 1  
Old 06-22-2009
unzip problem in AIX

Hi,

I received a ZIP file Data.ZIP with the size 99941454.When i am trying to extract using unzip it is throwing an error Smilie

Code:
trg@pd705:/usr/Files/ET> unzip -j DATA.ZIP
Archive:  DATA.ZIP
replace dw0906_09061.xml? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: dw0906_09061.xml
dw0906_09061.xml :  write error (disk full?).  Continue? (y/n/^C) y
 bad CRC c9107fdc  (should be 4998071d)

Smilie

All the other ZIP files are working fine. I dont know what is the problem with this one.

Last edited by Don Cragun; 06-06-2016 at 01:24 AM.. Reason: Change B and FONT tags to CODE tags.
# 2  
Old 06-22-2009
it might happen that ur disk space is full.

Check the size of zip file and u can check if its a valid zip file or not using command

zip -g file.zip
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. UNIX for Advanced & Expert Users

library problem on AIX

Hi Unix Experts, I have seen with AIX, that sometimes my new libraries are not picked up by executable. This could be the problem of "loader domain" on AIX. As I found on below link AIX libraries do stick in the memory. AIX shared libraries The remedy for this is to run slibclean... (3 Replies)
Discussion started by: shriashishpatil
3 Replies

3. AIX

unzip pkzip for AIX

Attached unzip pkzip bzip for AIX How to install it 1) download the attachment 2) ftp it to AIX machines in binary mode ftp it to /tmp/unzip 3) cd /tmp/unzip 4) inutoc . 5) smitty install_all 6) select source as ==> . 7) Select the packages by pressing F4 or ESC+4 8)... (0 Replies)
Discussion started by: filosophizer
0 Replies

4. 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

5. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

6. 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

7. 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

8. 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

9. UNIX for Advanced & Expert Users

AIX 5.2 problem

Hello, I'm working on a AIX5.2 OS. The problem i'm facing is that the system performance is good in rrot login, but when i switch to other users login it is very slow. A ls or even pwd command take almost 20 to 30 sec to disply output. The same logins are working fine on other... (2 Replies)
Discussion started by: pradeepmacha
2 Replies

10. AIX

AIX pg problem

Hi all, I have problem with regards to using pg on AIX v5.3.0.0 . Here wht i am trying to do --- i have shell script with the following statements if || then echo ^[[?3h tput clear pg -f $1$2 echo ^[[?3l ... (0 Replies)
Discussion started by: ramanujapuram
0 Replies
Login or Register to Ask a Question