Oracle 11g EM installation is divided in WebLogic and OMS. I gave the link to both files here.
There is no mysterious in installing the WebLogic. As it is a binary file, all you can do is call the user interface and go through the steps.
Do not try Oracle WebLogic Server 10.3.6 with the Enterprise Manager 11g Grid Control. It won't work. Use 10.3.2 version!
If you try, you will get an error like "NMProcess: weblogic.nodemanager.common.ConfigException: The domain 'GCDomain' was not registered in the nodemanager.domains file and dynamic domain registration is not supported. Please register the domain in the nodemanager.domains file."
The OMS is a little more complex. What you must practice here is:
- Install Enterprise Manager using the runInstaller GUI (preferable and faster).
- Install Enterprise Manager using the runInstaller with response file (without the user interface).
After that, you may also practice applying the latest Grid Control PSU 11 over the installation.
If you are using the same Virtual Machine to access the Oracle EM Grid Control through Firefox, I also recommend downloading the latest Adobe Flash Plugin RPM for Linux 32 bits and installing using yum. This is necessary to access all the tabs of your EM, specially the Performance one:
- yum install --nogpgcheck ./flash-plugin-11.2.202.429-release.i386.rpm
Path to Documentation:
Advanced Installation and Configuration Guide -> Part I Installing Enterprise Manager System
Click here to go back to the Main OCM 11g Preparation page.
Have you enjoyed? Please leave a comment or give a 👍!
2 comments
Hi Rodrigo,
I just noticed that OCM 11g exam environment includes
Oracle Linux Release 5.2 (64-bit)
Oracle Database 11g version 11.2.0 (64-bit)
Oracle Enterprise Management Grid Control 10g version 10.2.0.5 (64-bit)
But it was always 5.4 32 bit, 11.2.0.3 db and OEM 11g. What was your env?
Author
Hi Narimanov,
You are right, the official OCM website is now listing something different.
The environment that I've created for practicing is the one that I listed in this link.
Regards,
Rodrigo Jorge