Thanks for the guide, worked like a charm.
The single problem was that the packages of required software were newer than the Oracle’s requirements.
I choose to skip it and it worked like a charm.
I faced the same problem with ins_emagent.mk file, I edited during the install and retry it and it worked.
Thanks for the guide. The /ins_emagent.mk issue was certainly solved by your fix. But Little further I had the net configuration assistant failed to install.
Kind of stuck there.
Tk, I never use the net configuration assistant. I didn’t notice it failing during the install. I just ran it manually from the command line as the oracle user, and it popped right up. Can you give it a try, just typing netca as the oracle user?
Thanks alot for this guide. Installation went smoothly with it. I resolved the linking issue during the installation (while the error popup was on the screen) and hit retry and it worked afterwards.
It really worked for me. Thanks a lot, you saved me lots of efforts. Keep it up.
By the way, it would be great if you give explanation for the change also, it will help newbies understand the issue and it won’t be just a change in a file for them.
Thank you for the guide.extremely helpful! I have noticed one issue with the changes that the semmns and semopm revert back to their original values as soon as the system reboots.
Here is the sample of the error caught by the installer after the reboot. I ran it to simply make sure that all parameters are set according to installer’s requirements and was able to produce failure on these two (along with pdksh) every time after a reboot. output of log file for your review:
[root@DFORCL CVU_11.2.0.1.0_oracle]# more orarun.log
This is the log file for orarun script
Timestamp: 032011131952
Response file being used is :/tmp/CVU_11.2.0.1.0_oracle/fixup.response
Enable file being used is :/tmp/CVU_11.2.0.1.0_oracle/fixup.enable
Setting Kernel Parameters…
semmns in response file:32000
semmns for current session:100
semmns in /etc/sysctl.conf:100
semopm in response file:100
semopm for current session:32
semopm in /etc/sysctl.conf:
[...] I have confirmed that the exact steps previously documented for Oracle 11g Release 2 (11.2.0.1.0) on Fedora 14 work for Fedora 15 release. You can find the steps HERE [...]
Make sure to set the ORACLE_BASE and ORACLE_HOME environment variables before running the make command. Also be sure to be in $ORACLE_HOME/sysman/lib/ dir first.
Thanks for the guide, worked like a charm.
The single problem was that the packages of required software were newer than the Oracle’s requirements.
I choose to skip it and it worked like a charm.
I faced the same problem with ins_emagent.mk file, I edited during the install and retry it and it worked.
Thanks again for posting the guide :)
ZuLu
November 14, 2010 at 1:10 pm
Thanks for the guide. The /ins_emagent.mk issue was certainly solved by your fix. But Little further I had the net configuration assistant failed to install.
Kind of stuck there.
Thanks anyway…
Regards
Tk
November 23, 2010 at 8:54 pm
Tk, I never use the net configuration assistant. I didn’t notice it failing during the install. I just ran it manually from the command line as the oracle user, and it popped right up. Can you give it a try, just typing netca as the oracle user?
sys
November 24, 2010 at 10:25 am
Hi
Thanks. Finally I did install.
The problem is 11gr2 and fedora 14 were both 32 bit. But I tried 11gr2 and fedora 14 both with 64 it worked.
Thanks
tk
November 28, 2010 at 2:50 pm
Thanks alot for this guide. Installation went smoothly with it. I resolved the linking issue during the installation (while the error popup was on the screen) and hit retry and it worked afterwards.
Thorsten
January 6, 2011 at 12:16 pm
It really worked for me. Thanks a lot, you saved me lots of efforts. Keep it up.
By the way, it would be great if you give explanation for the change also, it will help newbies understand the issue and it won’t be just a change in a file for them.
Nikhilesh
January 14, 2011 at 1:53 pm
Thank you for the guide.extremely helpful! I have noticed one issue with the changes that the semmns and semopm revert back to their original values as soon as the system reboots.
Here is the sample of the error caught by the installer after the reboot. I ran it to simply make sure that all parameters are set according to installer’s requirements and was able to produce failure on these two (along with pdksh) every time after a reboot. output of log file for your review:
[root@DFORCL CVU_11.2.0.1.0_oracle]# more orarun.log
This is the log file for orarun script
Timestamp: 032011131952
Response file being used is :/tmp/CVU_11.2.0.1.0_oracle/fixup.response
Enable file being used is :/tmp/CVU_11.2.0.1.0_oracle/fixup.enable
Setting Kernel Parameters…
semmns in response file:32000
semmns for current session:100
semmns in /etc/sysctl.conf:100
semopm in response file:100
semopm for current session:32
semopm in /etc/sysctl.conf:
Hasen
March 20, 2011 at 1:42 pm
[...] I have confirmed that the exact steps previously documented for Oracle 11g Release 2 (11.2.0.1.0) on Fedora 14 work for Fedora 15 release. You can find the steps HERE [...]
Oracle 11gR2 on Fedora 15 « I am SYS
May 25, 2011 at 2:05 pm
i m installing 11g 64 bit
but when i enter this command
make -f ins_emagent.mk “agent” from oracle user.
it says “make: ins_emagent.mkagent: no such file or directory
make: ***no rule to make target ‘ins_emagent.mkagent’. Stop.
what should i do? :(
Bilal Tahir
February 15, 2012 at 7:34 am
Make sure to set the ORACLE_BASE and ORACLE_HOME environment variables before running the make command. Also be sure to be in $ORACLE_HOME/sysman/lib/ dir first.
sys
February 17, 2012 at 3:45 pm
Yes, i got it. i was making a mistake.
it is working perfactly now, thanks alot :)
Bilal Tahir
February 17, 2012 at 5:19 pm