Wednesday, January 9, 2019

Error in invoking target agent nmhs of makefile


Error in invoking target agent nmhs of makefile

Applies to:
            Oracle Enterprise Linux – Version: 7
            Oracle Database 11.2.0.4

Description:
After successful installation of Oracle Linux 7, when I start the installation of Oracle Database 11.2.0.4 it is going to hang on 70%, installation log file show the following error:

Exception Name: MakefileException
Exception String: Error in invoking target ‘agent nmhs’ of makefile

Solution:
To fix the above problem follow the simple steps:
           
Edit this file:
-       /d01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk
-       Change the following:
OLD: $(MK_EMAGENT_NMECTL)
NEW: $(MK_EMAGENT_NMECTL) –lnnz11

Restart the Database installation, now it is completed successfully.




Your comments, especially which will help us improve the functionality, will be greatly appreciatedJ

No comments:

Post a Comment

How to Extend Swap space on LVM Disk Linux

How to Extend Swap space on LVM Disk Linux   Applies to:             Oracle Database 12.2             Oracle Linux 7 Description: ...