Showing posts with label OEM. Show all posts
Showing posts with label OEM. Show all posts

Monday, February 10, 2014

Oracle Enterprise Manager(OEM) 12c: Stand Alone OHS monitoring

OEM 12c can monitor stand alone OHS Web server (with out weblogic domain) starting from 12.1.0.4.0 version onwards.

-- Thanks


Saturday, February 8, 2014

Oracle Enterprise Manager(OEM) 12c Windows 2008 Server Agent Installation


Note: This post assumes that OEM Grid Control 12c Installed and configured.

Now, Lets see how to install OEM agent to a target machine to monitor the services.
  • Access https://<<OEM GC Host Name>>:7800/em/console/emcli/download
  • Download the emcli SDK kit
  • Create folder C:\EMClisetup
  • Extract SDK downloaded using
  • java -jar emclikit.jar client -install_dir=<emcli client dir>


Setup Emcli

  • Navigate to EMClisetup folder (where emcli SDK kit is downloaded) and execute below command.
      • emcli setup -url="https://<<OEM GC Host Name>>:7800/em" -username="sysman" -trustall


  • Now execute "emcli sync" command




  • Check supported platform agent using command below
      • emcli get_supported_platforms



  • Download the Agent using below command
      • dmcli get_agentimage -destination="C:\AgentInstallables" -version="12.1.0.3.0" -platform="Microsoft Windows x64 (64-bit)"



  • Copy the downloaded agent to the remote server where you have to install agent
  • Now, Open agent.rsp file and update the below details.
      • OMS_HOST=<<OEM GC Host Name>>
      • EM_UPLOAD_PORT=4899
      • AGENT_REGISTRATION_PASSWORD=<<Agent Password>>
      • AGENT_INSTANCE_HOME=<<Agent Installation Directory>>Ex: C:/EMAgent/agent_inst
      • AGENT_PORT=3872
      • b_startAgent=true
      • ORACLE_HOSTNAME=<<Agent Installation server host name>> 
      • s_agentHomeName=EMAgent


  • Now install the agent



  • Check agent status
      • emctl.bat status agent




In the next post, I will discuss about how to monitor services.

-- Thanks




Fusion Middleware Plugin Installation in Oracle Enterprise Manager(OEM) 12c


Note: This post assumes that OEM 12c Cloud Control already installed and running.


  • Open OEM Console:


http://<<host_name>>:<<portnumber>>/em

  • Login as sysman account.
  • Navigate to Setup>>Extensibility>>Plugins as shown in the below screen shot.


  • Expand “Middleware” and select “Oracle Fusion Middleware”



  • Now, select “Deploy On” dropdown and select “Management Servers” as shown in the below screen shot.


  • In the wizard opened enter the SYS password and click on Continue.



  • Now, Click on the Next after validation. As shown in the screen shot.



  • Click on “Show Status”. In the next screen it will take to the plugin’s list screen. It will take some time to complete the plugin deployment.




  • Click on Refresh (Right top corner of the page) till it shows the statusof the plugin.
  • Fusion Middleware plug in is installed in OEM 12c.

In my next post i will talk about OEM agent installation.

Thanks