- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Problems with unzipping and zip
 
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
 
01-07-2005 05:12 AM
01-07-2005 05:12 AM
			
				
					
						
							Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
Have a problem with using zip to zip files. Downloaded the latest version of zip yet when I try to use zip get the following message
zip GC*
zip warning: missing end signature--probably not a zip file (did you
zip warning: remember to use binary mode when you transferred it?)
This file was created by sas, that shouldn't be problem. Any thoughts as to why this is happening?
Regarding the problem with unzip, downloaded the latest version of unzip for hpux. When I try to unzip a .zip file that has a file greater than 2gigs unzip stops and tells me that I'm out of space. Well thanks for playing that's not true have 30gigs of free space and the large files ouption is set on the mount point, have 7gig files in the same directory. So once again would ask for any help you might provide. Can't use gzip or compress vendor does not support these.
So any help that can provided will be greatly appreciated.
WVSA
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-07-2005 05:31 AM
01-07-2005 05:31 AM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
> zip GCarchive GC*
Good luck with the 2gb limitation of zip, you may have to work around that with smaller archive files.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-07-2005 06:18 AM
01-07-2005 06:18 AM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
You could also try downloading the latest version of PKZip from PKWare. They have demos available for Unix:
http://www.pkware.com/downloads/software/evals/download.php?PLATFORM=unixsrv
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
01-07-2005 08:00 AM
01-07-2005 08:00 AM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
The issue looks like with the size limit, you need to use a different version of unzip which can support files larger than 2GB, I think they are downloadable of the web.
Rgds
HGN
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-12-2005 02:51 AM
08-12-2005 02:51 AM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
Anybody?
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-13-2005 06:09 PM
08-13-2005 06:09 PM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
Download gzip for hp-ux from following link:
http://hpux.connect.org.uk/hppd/hpux/Gnu/gzip-1.3.5/
Hope it helps you.
Regards
Mahesh
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
08-14-2005 03:00 PM
08-14-2005 03:00 PM
			
				
					
						
							Re: Problems with unzipping  and zip
						
					
					
				
			
		
	
			
	
	
	
	
	
download "unzip-5.52-sd-11.11.depot.gz" from http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/
and place the file in /tmp
0. #cd /tmp
1. #gunzip unzip-5.52-sd-11.11.depot.gz
2. #swinstall -s /tmp/unzip-5.52-sd-11.11.depot
3. select the unzip depot, and press 'm' to mark the depot, goto MENU -> Action -> Install
4. After install, the unzip is locate at
/usr/local/bin/unzip
5. for example, you can use `unzip XXX.zip` to extract the file you want.