HPUX 11.31 + 19C rac 安装,GI及db软件都已经安装成功了,应用补丁时报了这个奇葩的错误
grid$$ORACLE_HOME/cfgtoollogs/opatchauto下日志报错:
2022-06-13 10:23:22,259 INFO [1] com.oracle.glcm.patch.auto.db.util.BootstrapHelper - Bundle xml file location::/u01/ru/33803476/bundle.xml
2022-06-13 10:23:22,262 INFO [1] com.oracle.glcm.patch.auto.db.util.SRVMBootstrapPlugin - Crsversion:19.0.0.0.0
2022-06-13 10:23:22,263 INFO [1] com.oracle.glcm.patch.auto.db.util.SRVMBootstrapPlugin - Patch unique version is greater than min bootstrap patch version
2022-06-13 10:23:22,270 INFO [1] com.oracle.glcm.patch.auto.db.util.SRVMBootstrapPlugin - Oracle base location:/oracle/app/grid
2022-06-13 10:23:22,277 INFO [1] com.oracle.glcm.patch.auto.db.integration.controller.action.PatchActionUtil - bash path:: /bin/bash
2022-06-13 10:23:22,277 INFO [1] com.oracle.glcm.patch.auto.db.util.SRVMBootstrapPlugin - Executing BootStrapping.pl
2022-06-13 10:23:22,282 INFO [1] com.oracle.glcm.patch.auto.db.util.BootstrapHelper - Script execution output :: /usr/lib/hpux32/dld.so: Unable to find library ‘libintl.so’.
2022-06-13 10:23:22,294 INFO [1] com.oracle.glcm.patch.auto.db.util.SRVMBootstrapPlugin - Return value from bootstrap : 137
2022-06-13 10:23:22,294 INFO [1] com.oracle.glcm.patch.auto.db.util.BootstrapHandler - The bootstrap execution result is : [BootstrapResult [result=SUCCESS, pluginType=PERL, errorMessage=null, errorCode=null], BootstrapResult [result=FAILED, pluginType=SRVM, errorMessage=BootStrapping.pl execution failed with return value 137, errorCode=72058]]
2022-06-13 10:23:22,297 SEVERE [1] com.oracle.glcm.patch.auto.db.util.BootstrapHandler - OPATCHAUTO-72083: Performing bootstrap operations failed.
OPATCHAUTO-72083: The bootstrap execution failed because BootStrapping.pl execution failed with return value 137.
OPATCHAUTO-72083: Fix the reported problem and re-run opatchauto.
查询了MOS没有相关case,万般无奈
最后在论坛上找到篇帖子
https://community.hpe.com/t5/System-Administration/HPUX-11-23-itanium-gcc-missing-library-libintl-so/td-p/4123893#.YqaslN8RWM8
检查了一下提到的包,都已安装,报错依旧
最后报着试试看的想法,安装了一下以上包(gettext、libiconv)的32位版本,奇迹出现了,验证成功了,安装也没问题
不得不说,这个版本的RU环境需求好奇葩!