when “unzip” in solaris 10 cannot uncompress 10_Recommended.zip

There is a bug for unzip in some versions of solaris 10, when uncompressing the 10_Recommended.zip, it indicates the
file is corrupted.
To overcome this, if you have java installed in the server, you can use jar to uncompress the bundle.
As root do:
# jar xvf 10_Recommended.zip
The files are extracted without the permissions, so fix them
# cd 10_Recommended
# find . -name postpatch -exec chmod 744 {} ;
# find . -name prepatch -exec chmod 744 {} ;
#chmod 755 install_cluster*
And you’re now ready to patch
Thanks to Tim Benoit
66/433

Leave a Reply

Your email address will not be published. Required fields are marked *