- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unzip problem
Operating System - HP-UX
1824880
Members
3838
Online
109675
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-12-2008 06:17 PM
тАО03-12-2008 06:17 PM
system is hpux 11.23 on an rx6600
i'm trying to unzip a file and i'm getting the following error:
Archive: p4898608_10204_Generic.zip
caution: filename not matched: //u01/app/oracle/product/10.2.0
the unzip command is :unzip p4898608_10204_Generic.zip /u01/app/oracle/product/10.2.0
I noticed the the path that is shown after 'not matched', contains 2 // characters , yet when i echo the ORACLE_PATH
it shows the path with only 1 / in the beginning.
what does the error message mean and how can i correct it ??
i'm trying to unzip a file and i'm getting the following error:
Archive: p4898608_10204_Generic.zip
caution: filename not matched: //u01/app/oracle/product/10.2.0
the unzip command is :unzip p4898608_10204_Generic.zip /u01/app/oracle/product/10.2.0
I noticed the the path that is shown after 'not matched', contains 2 // characters , yet when i echo the ORACLE_PATH
it shows the path with only 1 / in the beginning.
what does the error message mean and how can i correct it ??
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 07:08 PM
тАО03-12-2008 07:08 PM
Re: unzip problem
a) What is the command syntax that you're using?
b) Use cksum on the uploaded and downloaded copies of the file that you're trying to unzip. Verfiy they match.
c) If the cksum's don't match then make sure you're ftping within binary and not ascii modes.
b) Use cksum on the uploaded and downloaded copies of the file that you're trying to unzip. Verfiy they match.
c) If the cksum's don't match then make sure you're ftping within binary and not ascii modes.
Support Fatherhood - Stop Family Law
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 07:20 PM
тАО03-12-2008 07:20 PM
Re: unzip problem
What unzip are you using? UnZip 5.32 provided by Oracle?http://updates.oracle.com/unzips/unzips.html
How about just going to the target directory and using: unzip -j
fwiw,
Hein.
How about just going to the target directory and using: unzip -j
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2008 10:53 PM
тАО03-12-2008 10:53 PM
Solution
"unzip -v"?
> [...] UnZip 5.32 [...]
UnZip 5.52 is the current released version,
and I would avoid anything older.
What makes you think that UnZip cares even a
little about ORACLE_PATH?
> what does the error message mean and how
> can i correct it ??
It means, I believe, that UnZip was looking
in the archive for the file you specified,
but didn't find it. (Why the name in the
message differs from the name on the command
line is a mystery, but without knowing the
program version, it's hard to say where to
look for an answer.)
What does this tell you about the files in
the archive?:
unzip -l p4898608_10204_Generic.zip
Is what you're specifying in there?
I would not expect a Zip archive to include a
file name with a leading slash (like
"/u01/app/oracle/product/10.2.0"). Plain
"u01/app/oracle/product/10.2.0" would seem
more likely (to me).
> b) Use cksum [...]
I wouldn't bother. UnZip has a pretty good
idea of whan it's dealing with a corrupt
archive, and I'd expect it to let you know.
> [...] UnZip 5.32 [...]
UnZip 5.52 is the current released version,
and I would avoid anything older.
What makes you think that UnZip cares even a
little about ORACLE_PATH?
> what does the error message mean and how
> can i correct it ??
It means, I believe, that UnZip was looking
in the archive for the file you specified,
but didn't find it. (Why the name in the
message differs from the name on the command
line is a mystery, but without knowing the
program version, it's hard to say where to
look for an answer.)
What does this tell you about the files in
the archive?:
unzip -l p4898608_10204_Generic.zip
Is what you're specifying in there?
I would not expect a Zip archive to include a
file name with a leading slash (like
"/u01/app/oracle/product/10.2.0"). Plain
"u01/app/oracle/product/10.2.0" would seem
more likely (to me).
> b) Use cksum [...]
I wouldn't bother. UnZip has a pretty good
idea of whan it's dealing with a corrupt
archive, and I'd expect it to let you know.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP