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-18-2008 08:15 AM
03-18-2008 08:15 AM
binary/depot or source for HP-UX 11.11?
I have unzip but need zip.
The one from sourceforge.net does not compile
as generic. They did not have hp-ux as an
OS option for make.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:25 AM
03-18-2008 08:25 AM
Re: zip tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:26 AM
03-18-2008 08:26 AM
Re: zip tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:29 AM
03-18-2008 08:29 AM
Re: zip tool
from Porting you can get that.
zip tool:
http://hpux.connect.org.uk/hppd/hpux/Misc/zip-2.32/
unzip tool:
http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-5.52/
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:03 AM
03-18-2008 09:03 AM
Re: zip tool
I used unzip on a zip file but cannot zip
it back with zip. I get the following mesg:
# zip 080318080130ictp3
zip error: Nothing to do! (080318080130ictp3.zip)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:09 AM
03-18-2008 09:09 AM
Re: zip tool
the message
zip error: Nothing to do! (080318080130ictp3.zip)
is nearly selfexplanatory: zipping wouldn't do a good job because the result has a bigger size than the original file.
Try another example (e.g. /etc/hosts).
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:14 AM
03-18-2008 09:14 AM
Re: zip tool
Are you zipping and unzipping on a filesystem with largefiles enabled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:39 AM
03-18-2008 09:39 AM
Re: zip tool
>
> zip error: Nothing to do! (080318080130ictp3.zip)
Try "zip -h" for syntax guidance. Zip is not
gzip. A command like this, for example, may
work better:
zip 080318080130ictp3.zip 080318080130ictp3
> How large is the file?
A fair question, but probably not the problem
here. If you do get into the 2GB (and up)
range, see:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1212632
> The one from sourceforge.net does not
> compile as generic.
The current pre-release ("BETA") kits (see
reference above) should do better. You may
see some residual spurious compiler
complaints when using the bundled C compiler,
but those should be gone from whetever
follows Zip 3.0g and UnZip 6.0d.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 09:50 AM
03-18-2008 09:50 AM
Re: zip tool
> zip error: Nothing to do! (080318080130ictp3.zip)
>
> is nearly selfexplanatory: [...]
Apparently not nearly enough.
> zipping wouldn't do a good job because the
> result has a bigger size than the original
> file.
True, but the usual result in that case is
that Zip stores the file instead of
compressing it:
alp $ zip xzip.zip X.ZIP
adding: X.ZIP (stored 0%)
The "Nothing to do!" message is trying to
tell the user that he specified no input
files to archive. It doesn't say exactly
that, because there are other possible tasks
which don't involve specifying any input
files, but he hasn't asked to do any of
those, either. (It's not a great message,
but it's concise.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 10:07 AM
03-18-2008 10:07 AM
Re: zip tool
here at my hp (rp3410, 11i), I get:
root@hp9[216] zip uu.zip example
adding: example (deflated 86%)
root@hp9[217] mv uu.zip uu
root@hp9[218] zip uu
zip error: Nothing to do! (uu.zip)
root@hp9[219] ls -l u*
-rw-r--r-- 1 root sys 1269 Mar 18 19:04 uu
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 10:16 AM
03-18-2008 10:16 AM
Re: zip tool
>
> zip error: Nothing to do! (uu.zip)
As I said:
> Try "zip -h" for syntax guidance. Zip is not
> gzip. A command like this, for example, may
> work better:
zip uu.zip uu
or even:
zip uu uu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 10:24 AM
03-18-2008 10:24 AM
Re: zip tool
so there is nothing to do to it to replace
the exsiting one that I had unziped from.
Duh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2008 10:43 AM
03-18-2008 10:43 AM
Re: zip tool
More evidence required, but I'm not ruling it
out yet.
> Yes, it has not changed
> so there is nothing to do to it to replace
> the exsiting one that I had unziped from.
Yes and no. Zip's first argument is always
the archive, so:
zip 080318080130ictp3
spews:
zip error: Nothing to do! (080318080130ictp3.zip)
because you've specified the archive,
080318080130ictp3 (".zip" is assumed), but
no files to add to it, and no other actions,
either.
If:
unzip 080318080130ictp3.zip
creates (only) "080318080130ictp3", then
zip 080318080130ictp3.zip 080318080130ictp3
should update/re-create 080318080130ictp3.zip
(depending on whether 080318080130ictp3.zip
already/still exists or not).
In case that horse is not quite completely
dead yet, the "Nothing to do!" message is
caused by a shortage of Zip options and/or
arguments, not by the contents of any file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 12:54 AM
03-19-2008 12:54 AM
Re: zip tool
http://hpux.cs.utah.edu/
please go to this site
download in u windows server for example
do ftp to unix server
then mput
in u one of the directory
eg:/usr/local
may be it is gz extension
remove
gunzip(use)
then swinstall -s /usr/local/filename
u can install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2008 07:23 AM
03-19-2008 07:23 AM