Error in invoking target ‘agent nmhs’ of makefile ins_emagent.mk
centos7.7+oracle11.2.0.4 rac安装db软件时报错
图形界面安装数据库软件时报错
Error in invoking target ‘agent nmhs’ of makefile ‘/oracle/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk’. See ‘/oracle/app/oraInventory/logs/installActions2020-07-07_09-45-29AM.log’ for details.
解决:
不用关闭安装界面,然后将文件
/oracle/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk里
$(MK_EMAGENT_NMECTL)
修改为:
$(MK_EMAGENT_NMECTL) -lnnz11
注:添加-lnnz11,第一个为小写字母l,后面两个为数字1;
保存后,点Retry即可。