一、环境:
AIX 7.1
oracle 18c RAC
二、现象:
在AIX 7.1平台通过unzip工具解压oracle 18c grid zip包(4.7G)的时候报错,如下:
$ ./unzip_aix AIX.PPC64_180000_grid_home.zip
unzip: can't find AIX.PPC64_180000_grid_home.zip, AIX.PPC64_180000_grid_home.zip.zip or AIX.PPC64_180000_grid_home.zip.ZIP, so there.
$
三、原因:
经查询资料,发现此为unzip工具(版本5.12)的BUG,下载高版本(如:6.0)后即可解决。
四、解决方法:
通过IBM官网下载高版本(如6.0)即可解决此问题。
五、unzip高版本下载地址:
https://www.ibm.com/developerworks/aix/library/aix-toolbox/date.html
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/unzip/
六、参考资料:
https://community.oracle.com/thread/4063502?start=0&tstart=0
https://community.oracle.com/message/14382665?tstart=0
-- < END > --