Monday, August 15, 2011

11g Agent Installation fails

./runInstaller -responseFile /oracle/Agent/linux_x64/response/additional_agent.rsp


Starting Oracle Universal Installer...



Checking Temp space: must be greater than 150 MB. Actual 6886 MB Passed

Checking swap space: must be greater than 150 MB. Actual 3851 MB Passed

Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-08-15_01-28-49PM. Please wait ...[oracle@dw001.snc3 /oracle/Agent/linux_x64/agent/install]$











ERROR: /oracle/Agent/linux_x64/agent//install/response//emnoseed.rsp file doesnot exists.



 
 
 
Solution :
 
1) create the response file.
2) Copy the response file to location where the emnoseed.rsp file should be . ( whatever location installer complains about)
 
eg :  /oracle/Agent/linux_x64/agent//install/response//emnoseed.rsp
 
 cp /oracle/Agent/linux_x64/response/additional_agent.rsp /oracle/Agent/linux_x64/agent//install/response//emnoseed.rsp
 
3) rerun the installer with ( or without ) responsefile.

No comments: