- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- .zip files
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
Discussions
Discussions
Discussions
Forums
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
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-16-2009 06:30 AM
тАО01-16-2009 06:30 AM
.zip files
I want to conserve space on the filesystem these logs reside and want to compare the compresion ratios of the program that created these .zip files and gzip which i am familiar with already. Any ideas or thoughts would be apprecieated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 06:39 AM
тАО01-16-2009 06:39 AM
Re: .zip files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 07:31 AM
тАО01-16-2009 07:31 AM
Re: .zip files
http://hpux.connect.org.uk/hppd/hpux/Misc/unzipbeta-6.0d/
http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/
UnZip 5.52 is the latest released version.
UnZip 6.0d is an old but large-file-capable
pre-release ("BETA") version (which should
work).
http://www.info-zip.org/
(Not working at the moment.)
http://sourceforge.net/projects/infozip/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 08:10 AM
тАО01-16-2009 08:10 AM
Re: .zip files
You need to install Open-Source zip software.
Links as suggested above .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 08:17 AM
тАО01-16-2009 08:17 AM
Re: .zip files
Check /usr/local/bin/ for zip programs, likely just zip and unzip. If there is nothing there you should search through /opt as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 12:14 AM
тАО01-19-2009 12:14 AM
Re: .zip files
If you don't have access to an unzipping utility, you can use the jar command, included in the "bin" directory of the Java, as long as it is reachable from your executable path:
jar xvf file.zip
It should run also for zip the file.
Take care that the files cannot be larged than 2GB (if I well remmeber).
HTH,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2009 01:26 AM
тАО01-19-2009 01:26 AM
Re: .zip files
IN line with what Steven has to say , just to add the following thigs if u need to install the unzip on ur system , mind that the unzip is different for different versions of HP-UX and also that u r running that on IA or PA Platform...
What u need is to download the unzip utility from the following site,
http://hpux.cs.utah.edu/hppd/hpux/Misc/unzip-5.52/
The file for the HP-UX 11.23 on an Itanium Platform is
unzip-5.52-ia64-11.23.depot.gz
FTP that to the server in the /tmp folder and do an swinstall for that depot file.
#cd /tmp
#gunzip unzip-5.52-ia64-11.23.depot.gz
#swinstall ├Г┬в├В ├В s /tmp/unzip-5.52-ia64-11.23.depot
After the installation do
#whereis unzip
get the path
and
#cp -p
OR
#cp -p
then get running unzip <.zip_file_that_u_want_to_unzip>
Regards
Sujit