Home > database >  Oracle Error silent installation problems in invoking target 'agent NMHS of makefile
Oracle Error silent installation problems in invoking target 'agent NMHS of makefile

Time:09-15

For help: the oracle silent install 11.2 g problems during the installation process:
SilentInstall2020-09-02 _10-46-45 am. Log
The Error in invoking target 'agent NMHS of makefile'/bigdata/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent. Mk '. See '/bigdata/u01/app/oraInventory/logs/installActions2020-09-02 _10-46-45 am. The log' for details.
The installation of Oracle Database 11 g was successful.
Use of the method is:
Su - oracle - c "$softwarePath/database/runInstaller - silent - IgnoreSysPreReqs - ignorePrereq - showProgress \
Oracle. Install. Option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/bigdata/u01/app/oraInventory/\
SELECTED_LANGUAGES=en, zh_CN \
ORACLE_HOME=/bigdata/u01/app/oracle/product/11.2.0/dbhome_1 \
ORACLE_BASE=/bigdata/u01/app/oracle \
Oracle. Install. Db. InstallEdition=EE \
Oracle. Install. Db. EEOptionsSelection=false \
Dba oracle. Install. Db. DBA_GROUP=\
Oracle. Install. Db. OPER_GROUP=oper \
DECLINE_SECURITY_UPDATES=true \
Oracle. The installer. Autoupdates. Option=SKIP_UPDATES | tee - a/TMP/oracleinstall. Out
"Turn to exactly what went wrong???

CodePudding user response:

Modify the $ORACLE_HOME/sysman/lib/ins_emagent mk,

$(MK_EMAGENT_NMECTL) is amended as: $(MK_EMAGENT_NMECTL) - lnnz11

The problem it is ok to baidu, known bugs

CodePudding user response:

Silent installation, not a graphical installation, formed after the fact, this file will not affect?

CodePudding user response:

refer to the original poster qq_37928356 response:
for help: oracle silent install 11.2 g problems during the installation process:
SilentInstall2020-09-02 _10-46-45 am. Log
The Error in invoking target 'agent NMHS of makefile'/bigdata/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent. Mk '. See '/bigdata/u01/app/oraInventory/logs/installActions2020-09-02 _10-46-45 am. The log' for details.
The installation of Oracle Database 11 g was successful.
Use of the method is:
Su - oracle - c "$softwarePath/database/runInstaller - silent - IgnoreSysPreReqs - ignorePrereq - showProgress \
Oracle. Install. Option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/bigdata/u01/app/oraInventory/\
SELECTED_LANGUAGES=en, zh_CN \
ORACLE_HOME=/bigdata/u01/app/oracle/product/11.2.0/dbhome_1 \
ORACLE_BASE=/bigdata/u01/app/oracle \
Oracle. Install. Db. InstallEdition=EE \
Oracle. Install. Db. EEOptionsSelection=false \
Dba oracle. Install. Db. DBA_GROUP=\
Oracle. Install. Db. OPER_GROUP=oper \
DECLINE_SECURITY_UPDATES=true \
Oracle. The installer. Autoupdates. Option=SKIP_UPDATES | tee - a/TMP/oracleinstall. Out
"Turn to exactly what went wrong???


Centos7 or install oracle11g redhat7 may appear this problem, should still version compatibility problem, under the search to yourself, online this question a lot, good luck,
  • Related