Error in invoking target ‘agent nmhs’ of make file ins_emagent.mk while installing Oracle
Cause:
I install 11.2.0.4 database and while the installation in progress,i got the below error from the makefile in the oracle home
Error in invoking target ‘agent nmhs’ of make file ins_emagent.mk while installing Oracle
Workaround:
I located the file on OS and i googled for a solution and the below solution worked !
[root@orcl19x trace]# locate ins_emagent.mk
/apps01/base/product/11.2.0/sysman/lib/ins_emagent.mk
[root@orcl19x trace]# vi /apps01/base/product/11.2.0/sysman/lib/ins_emagent.mk
Modify the following line of parameter from $(MK_EMAGENT_NMECTL) to $(MK_EMAGENT_NMECTL) -lnnz11
#===========================
# emdctl
#===========================
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) -lnnz11
This resolved my issue and installation happened without any trouble