Wednesday, December 29, 2010

Installing and configuring Oracle Enterprise Manager Grid Control 11g

When installing Oracle Enterprise Manager Grid Control 11g, there is a known issue with installing WebLogic Server 10.3.3, so in this case we will be installing 10.3.2 which works perfect with OEM Grid Control 11g.

Install WebLogic Server 11g (10.3.2)

Start install of Weblogic as

   $chmod 777 wls1032_linux32.bin
   $ ./wls1032_linux32.bin
   Click Next
   Enter Middleware Home Directory: /u01/app/Oracle/Middleware
   Unclick,"I wish to receive security updates via My Oracle Support
   Click "Yes"
   Click "Yes" again
   Click "Yes" again
   Make sure it's "Typical" and click "Next"
   Make sure the path of JDK is correct and click "Next"
   Click "Next"
   Click "Next"
   See the install will finsh
   Click Done
   I didn't do the next steps of creating any domain
  Click "Exit"
  Done with Weblogic install

Install OEM Grid Control 11g (11.1.0)

Excute the installer from your working directory

$ /u01/install_sofware
$ ./runInstaller

Unclick "I wish receive security updates via My Oracle Support"
Click "Yes"
Make sure "Skip software Updates" and click next
Make sure "Install a new Enterprise Manager system" and click next.
Make sure all prereqisite as success and click next
Click Next setting your Middleware and OMS location
Select a password and click next
Enter a DB Hostname as 'oracle1', port as '1521', service/SID as 'orcl' and sys password of the database and click next
Enter the password that you would like for sysman schema
Enter the password for securing the targets and uncheck both the options if you want
Click Next
Click Install and you will see install will finish successfully
Run the following script "allroot.sh" as root
Now you will see the post install steps will also finish successfully

Stopping and Starting Grid Control 11g

1. Start database
.oraenv
orcl
sqlplus / as sysdba
startup
exit

2. Start listner
lsnrctl start

3. Start OMS
.oarenv
oms11g
$ORACLE_HOME/bin/emctl start oms

4. Start agent:
.oraenv
agent11g
$ORACEL_HOME/bin/emctl start agent


Enterprise Mananager Grid Contrl: https://oracle1.com:7799/em
Admin Server URL: https://oracle1:7101/console

Additional Details:
1. Admin Server Hostname: oem.oracle1.com
2. Admin Server Port: 7101

Applicable Versions:
  • Oracle Enterprise Manager Grid Control 11g (11.1.0.1)
  • Oracle WebLogic Server 11g (10.3.2)

No comments: