Installing Oracle Grid Agent on R12 E-Business suite

All,
I have 10.2.0.3 OEM Grid Server installed and configured. This has been monitoring few of my standalone and dataguard production databases in which Oracle grid agents are installed and configured.
I have recently deployed R12 E-business suite with two application nodes and one database in a F5 load balancer environment. I am wanting to install and configure Oracle Grid agent on R12 EBS Application and Database nodes to monitor my R12 EBS by making use of existing Oracle Grid server.
Has anyone installed and configured Oracle grid agent on R12 Application and database nodes?
Any informantion/pointers that anyone can provide on the above would be greatly appreciated.
Thanks,
Palani

Do you know the ports that need to be opened between Application Tier and Grid control server?Not sure what grid control version you are installing. However, if you choose to go with the default ports then see the documentation for the list of ports you need to open -- http://www.oracle.com/pls/em111/search?word=Ports&format=ranked&remark=quick_search
Thanks,
Hussein

Similar Messages

  • How to install Oracle Grid Agent 11g into windows hosts ?

    Hi there, I was not able to deploy management agents into windows hosts machines !
    I followed steps below and I am getting these errors :
    On windows 2003 server, I have downloaded grid agent here :
    D:\grid\Windows_X64_Grid_Control_agent_download_11_1_0_1_0\windows_x64\agent
    I have setup.exe file ! When I double click it, I got this message :
    Only silent installation is supported search help.
    Well, I did a lot of times setup.exe -silent -responseFile <path>additional_response.rsp and the setup process tells me that I am not following the security procedures.
    I am newbie on Grid!
    I don´t want deploy agent using deployment wizard due to security resctrictions, they do not allow openssh servers on windows servers.
    Have you guys succeeded with this installation ? I mean, install fresh agent on single target windows server machine!
    I would appreciate any help.
    Tks.
    Edson - CLARO

    Edson,
    what I would do is go for the cloning option.
    On the OMS Server an Agent has been installed as part of the OMS installation.
    Stop this Agent
    AGENT_HOME/bin/emctl stop agent
    Create a zip file from the agent11g folder
    Copy it to a server where you want to install the Agent
    unzip the folder in the location where you want to install
    Restart the Agent you had stopped on your OMS server
    AGENT_HOME/bin/emctl start agent
    On the destination server
    Then from the AGENT_HOME/oui/bin
    runInstaller -clone -forceClone ORACLE_HOME=<full path of Agent Folder> ORACLE_HOME_NAME=OracleHomeAgent11g -noconfig -silent b_chainedInstall=false oracle.sysman.top.agent:s_installType=AGENT
    Then from AGENT_HOME/bin/agentca -f
    AGENT_HOME/root.sh (Under Unix this needs to be run as user root, not sure if this procedure is the same under Windows)
    This is based on the procedure described in MOS note : How to Clone a Management Agent And Known Issues [ID 579156.1] which referes to a 10.2.0 Agent, but I have been able to use this procedure under Windows with a 11.1 Agent as well.
    Goodluck
    Regards
    Rob
    http://oemgc.wordpress.com

  • Oracle Grid Agent Installation

    Can I install Oracle Grid Agent 10.2.0.5.0 on IBM Itaniam 64bit machine with Linux 4.7 Cent OS

    You can, and you can get it working, but remember that CentOS is not certified by Oracle, so you might run into trouble, but it will work ... on the other hand, you can run Oracle products on many system that are not certified, but the result might not be as good as if you would have a Oracle certified system, like free Oracle linux ...

  • Installing oracle management agent 12.1.0.2.0 in silent mode.

    version: 12.1.0.2.0
    platform: IBM Aix power systems 64bit
    I installed the oracle management service along with the oracle management agent that comes along with the the first installation. I deinstalled the first installed OMA and tried to install it again using the silent install mode with the response file.
    (oms host and the oma host are the same)
    among the 3 modes of silent install described in the installation guide, i used agent deploy method.
    Here are the steps i followed with the install
    1. this the status of my OMS
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emctl status oms -details
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host        : chh-aix-beta
    HTTP Console Port          : 7788
    HTTPS Console Port         : 7799
    HTTP Upload Port           : 4889
    HTTPS Upload Port          : 1159
    EM Instance Home           : /oem12c/product/gc_inst/em/EMGC_OMS1
    OMS Log Directory Location : /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/log
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is unlocked.
    Active CA ID: 1
    Console URL: https://chh-aix-beta:7799/em
    Upload URL: https://chh-aix-beta:1159/empbs/upload
    WLS Domain Information
    Domain Name      : GCDomain
    Admin Server Host: chh-aix-beta
    Managed Server Information
    Managed Server Instance Name: EMGC_OMS1
    Managed Server Instance Host: chh-aix-beta
    WebTier is Up
    Oracle Management Server is Up2. I got the version and the platform info of the oms by doing the following
    <oracle>chh-aix-beta/oem12c/product/oms/bin> ./emcli get_supported_platforms
    Getting list of platforms ...
    Check the logs at /oem12c/product/gc_inst/em/EMGC_OMS1/sysman/emcli/setup/.emcli/agent.log
    About to access self-update code path to retrieve the platforms list..
    Getting Platforms list  ...
    Version = 12.1.0.2.0
    Platform = IBM AIX on POWER Systems (64-bit)
    Platforms list displayed successfully.3. I downloaded the management agent software by doing the following ()
    $<OMS_HOME>/bin/emcli get_agentimage -destination=/oem12102 -platform="IBM AIX on POWER Systems (64-bit) "  -version=12.1.0.2.04. I unzipped the management agent software.
    5. I edited the response file as follows. (i edited only the oms_host, em_upload_port, agent_registration_password, since they are the only ones that are mandatory)
    OMS_HOST=172.16.24.65
    EM_UPLOAD_PORT=1159
    AGENT_REGISTRATION_PASSWORD=cchorcl01
    #AGENT_INSTANCE_HOME=
    #AGENT_PORT=
    b_startAgent=true
    #ORACLE_HOSTNAME=
    #s_agentHomeName=
    EM_INSTALL_TYPE="AGENT"6. then i ran the AgentDeploy.sh script using the following.
    ./agentDeploy.sh -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp(I ignored the prereqs because, i was getting an error with the hostname and the hostname is correct)
    7. this the following output i am getting after running step 6.
    -e Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java -classpath /oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent -prereq
    Validating oms host & port with url: http://172.16.24.65:1159/empbs/genwallet
    Validating oms host & port with url: https://172.16.24.65:1159/empbs/genwallet
    Return status:3
    Unzipping the agentcoreimage.zip to /oem12c/base/agent ....
    12.1.0.2.0_PluginsOneoffs_212.zip
    Executing command : /oem12102/unzip -o /oem12102/12.1.0.2.0_PluginsOneoffs_212.zip -d /oem12c/base/agent
    Executing command : /oem12c/base/agent/core/12.1.0.2.0/jdk/bin/java  -d64 -classpath /oem12c/base/agent/core/12.1.0.2.0/oui/jlib/OraInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/xmlparserv2.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/srvm.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/emCfg.jar:/oem12c/base/agent/core/12.1.0.2.0/jlib/agentInstaller.jar:/oem12c/base/agent/core/12.1.0.2.0/oui/jlib/share.jar oracle.sysman.agent.installer.AgentInstaller /oem12c/base/agent/core/12.1.0.2.0 /oem12102 /oem12c/base/agent /oem12c/base/agent/agent_inst AGENT_BASE_DIR=/oem12c/base/agent -ignorePrereqs AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp
    Cloning the agent home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/core/12.1.0.2.0 -responseFile /oem12102/agent.rsp  AGENT_BASE_DIR=/oem12c/base/agent AGENT_BASE_DIR=/oem12c/base/agent RESPONSE_FILE=/oem12102/agent.rsp -noconfig  ORACLE_HOME_NAME=agent12c3 -force b_noUpgrade=true AGENT_PORT=-1
    Clone Action Logs Location:/software/oracle/logs/cloneActions<timestamp>.log
    Cloning of agent home completed successfully
    Attaching sbin home...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -attachHome -waitForCompletion -nowait ORACLE_HOME=/oem12c/base/agent/sbin ORACLE_HOME_NAME=sbin12c3 -force
    Attach Home Logs Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/AttachHome<timestamp>.log
    Attach home for sbin home completed successfully.
    Updating home dependencies...
    Executing command: /oem12c/base/agent/core/12.1.0.2.0/oui/bin/runInstaller -ignoreSysPrereqs -updateHomeDeps -waitForCompletion HOME_DEPENDENCY_LIST={/oem12c/base/agent/sbin:/oem12c/base/agent/core/12.1.0.2.0,} -invPtrLoc /oem12c/base/agent/core/12.1.0.2.0/oraInst.loc -force
    Update Home Dependencies Location:/oem12c/base/agent/core/12.1.0.2.0/cfgtoollogs/agentDeploy/UpdateHomeDeps<timestamp>.log
    ERROR: Update home dependency failed.I am getting stuck at updating home dependencies. I dont know what that means. If you have faced similar problems while installing oracle management agent please do share your solution. if you need more info please let me know.

    All these commands are run on the host (hostname=chh-lpar20) where the agent is being installed, and these commands are run as root user.
    ifconfig -a
    en0: flags=5e080863,c0<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),PSEG,LARGESEND,CHAIN>
            inet 172.16.28.222 netmask 0xfffffc00 broadcast 172.16.31.255
             tcp_sendspace 131072 tcp_recvspace 65536 rfc1323 0
    lo0: flags=e08084b,c0<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,LARGESEND,CHAIN>
            inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
            inet6 ::1%1/0
             tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1ping chh-lpar20
    PING chh-lpar20: (172.16.28.222): 56 data bytes
    64 bytes from 172.16.28.222: icmp_seq=0 ttl=255 time=0 ms
    64 bytes from 172.16.28.222: icmp_seq=1 ttl=255 time=0 msnslookup chh-lpar20
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find chh-lpar20: NXDOMAINnslookup 172.16.28.222
    Server:         172.16.29.213
    Address:        172.16.29.213#53
    ** server can't find 222.28.16.172.in-addr.arpa: NXDOMAINto check the if the port 3872 and 1830-1849 are free I ran the follwoing command
    ./agentDeploy.sh -prereqOnly AGENT_BASE_DIR=/oem12102/base/agent
    this was the result i got inregards to the ports
    Check complete: Passed
    ========================================================
    Performing check for PortCheck
    Checking for port availability and hostname validity...
    Trying for host : chh-lpar20/172.16.28.222 and port : 3872
    Trying for host : chh-lpar20/192.168.12.23 and port : 3872
    Port= 3872 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1830
    Trying for host : chh-lpar20/192.168.12.23 and port : 1830
    Port= 1830 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1831
    Trying for host : chh-lpar20/192.168.12.23 and port : 1831
    Port= 1831 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1832
    Trying for host : chh-lpar20/192.168.12.23 and port : 1832
    Port= 1832 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1833
    Trying for host : chh-lpar20/192.168.12.23 and port : 1833
    Port= 1833 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1834
    Trying for host : chh-lpar20/192.168.12.23 and port : 1834
    Port= 1834 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1835
    Trying for host : chh-lpar20/192.168.12.23 and port : 1835
    Port= 1835 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1836
    Trying for host : chh-lpar20/192.168.12.23 and port : 1836
    Port= 1836 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1837
    Trying for host : chh-lpar20/192.168.12.23 and port : 1837
    Port= 1837 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1838
    Trying for host : chh-lpar20/192.168.12.23 and port : 1838
    Port= 1838 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1839
    Trying for host : chh-lpar20/192.168.12.23 and port : 1839
    Port= 1839 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1840
    Trying for host : chh-lpar20/192.168.12.23 and port : 1840
    Port= 1840 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1841
    Trying for host : chh-lpar20/192.168.12.23 and port : 1841
    Port= 1841 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1842
    Trying for host : chh-lpar20/192.168.12.23 and port : 1842
    Port= 1842 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1843
    Trying for host : chh-lpar20/192.168.12.23 and port : 1843
    Port= 1843 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1844
    Trying for host : chh-lpar20/192.168.12.23 and port : 1844
    Port= 1844 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1845
    Trying for host : chh-lpar20/192.168.12.23 and port : 1845
    Port= 1845 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1846
    Trying for host : chh-lpar20/192.168.12.23 and port : 1846
    Port= 1846 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1847
    Trying for host : chh-lpar20/192.168.12.23 and port : 1847
    Port= 1847 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1848
    Trying for host : chh-lpar20/192.168.12.23 and port : 1848
    Port= 1848 is busy.
    Trying for host : chh-lpar20/172.16.28.222 and port : 1849
    Trying for host : chh-lpar20/192.168.12.23 and port : 1849
    Port= 1849 is busy.
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: Either port is unavailable or hostname configuration is not valid.
    Recommendation: Make sure the port is available and the hostname configuration i
    s proper.I don't know what to make of the results I got for executing the nslookup command.

  • Installing Oracle Management Agent in 11g database(11.2.0.3)

    Hi,
    Error occurred, While installing the agent in 11g database.
    Error is listed below
    [oracle@grid agent]$./agentDeploy.sh AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE= agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    Validating the OMS_HOST & EM_UPLOAD_PORT
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/jlib/agentInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/j lib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /ebiz/oracle/c ore/12.1.0.1.0 /tmp/agent /ebiz/oracle -prereq
    Validating oms host & port with url: http://prime.4iapps.com:7801/empbs/genwalle t
    Validating oms host & port with url: https://prime.4iapps.com:7801/empbs/genwall et
    Return status:3
    Unzipping the agentcoreimage.zip to /ebiz/oracle ....
    12.1.0.1.0_PluginsOneoffs_226.zip
    Executing command : /ebiz/oracle/core/12.1.0.1.0/jdk/bin/java -classpath /ebiz/o racle/core/12.1.0.1.0/oui/jlib/OraInstaller.jar:/ebiz/oracle/core/12.1.0.1.0/oui /jlib/xmlparserv2.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/srvm.jar:/ebiz/oracl e/core/12.1.0.1.0/oui/jlib/emCfg.jar:/ebiz/oracle/core/12.1.0.1.0/jlib/agentInst aller.jar:/ebiz/oracle/core/12.1.0.1.0/oui/jlib/share.jar oracle.sysman.agent.in staller.AgentInstaller /ebiz/oracle/core/12.1.0.1.0 /tmp/agent /ebiz/oracle AGEN T_BASE_DIR=/ebiz/oracle AGENT_BASE_DIR=/ebiz/oracle RESPONSE_FILE=agent.rsp
    Executing agent install prereqs...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -prereqchecker -silent -ignoreSysPrereqs -waitForCompletion -prereqlogl c /ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy -entryPoint oracle.sysma .top.agent_Complete -detailedExitCodes PREREQ_CONFIG_LOCATION=/ebiz/oracle/core 12.1.0.1.0/prereqs -J-DORACLE_HOSTNAME=grid.4iapps.com -J-DAGENT_BASE_DIR=/ebi /oracle
    Prereq Logs Location:/ebiz/oracle/core/12.1.0.1.0/cfgtoollogs/agentDeploy/prere <timestamp>.log
    Agent install prereqs completed successfully
    Cloning the agent home...
    Executing command: /ebiz/oracle/core/12.1.0.1.0/oui/bin/runInstaller -ignoreSys rereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/ebiz/ racle/core/12.1.0.1.0 -responseFile agent.rsp AGENT_BASE_DIR=/ebiz/oracle AGEN BASEDIR=/ebiz/oracle RESPONSE_FILE=agent.rsp -noconfig ORACLE_HOME_NAME=agen 12c1 -force
    Clone Action Logs Location:/ebiz/oracle/app/oraInventory/logs/cloneActions<time tamp>.log
    ERROR: Agent Clone Failed
    [oracle@grid agent]$
    Kindly guide me to install agent on 11g database
    Thanks & Regards
    Kesavan G

    Hi,
    I have listed the logfiles details for your reference,
    -scratchPath
    /tmp/OraInstall2013-05-05_11-57-48AM
    -sourceType
    network
    -timestamp
    2013-05-05_11-57-48AM
    -ignoreSysPrereqs
    -clone
    -forceClone
    -silent
    -waitForCompletion
    -nowait
    ORACLE_HOME=/ebiz/oracle/core/12.1.0.1.0
    -responseFile
    agent.rsp
    AGENT_BASE_DIR=/ebiz/oracle
    AGENT_BASE_DIR=/ebiz/oracle
    RESPONSE_FILE=agent.rsp
    -noconfig
    ORACLE_HOME_NAME=agent12c1
    -force
    INFO: Environment Variables:
    INFO: ORACLE_HOME = /ebiz/oracle/core/12.1.0.1.0
    INFO: PATH = /ebiz/oracle/app/oracle/product/11.2.0/dbhome_1/bin:/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    INFO: CLASSPATH =
    INFO: Username:oracle
    INFO: Install area Control created with access level 1
    INFO: Oracle Universal Installer version is 11.1.0.9.0
    INFO: OUI-10203:The specified response file 'agent.rsp' is not found. Make sure that the response file specified exists and you have read privileges to this file.
    Thanks $ Regards
    Kesavan G

  • Packages error while installing Oracle Management Agent.

    Hi,
    We have configured the oracle grid on our production server.
    Now we also want to include all other database on situated on different server.
    So we are installing oracle management agent software.
    while installiing this software we encounterd following error:
    Exception in thread "main" java.lang.Unsatisfied LinkError :/tmp/OraInstall2011-05-04_10-05-58PM /jre/1.4.2/lib/i386/libawt.so :libXp.so.6 :cannot open shared object file:
    No such file or directory.
    Please help me as this is urgent.
    Regards,
    Milan

    You need to install libXp package.
    The rpm which contains this package is libXp-1.0.0-8.i386.rpm. It is located in the /server direrctory of the OS install DVD. You copy this rpm from the DVD and install it using
    # rpm -ivh libXp-1.0.0-8.i386.rpm
    or if you have setup yum or up2date repository:
    yum install libXp.i386

  • Where can I download Oracle R12 E Business Suite essential

    Hello all, please help locate where l can download Oracle R12 E Business Suite essential

    If it is available, it will probably be through http://edelivery.oracle.com That is where Oracle puts pretty much all their downloadable software. The other place is usually the Download link on http://otn.oracle.com
    The last time I tried installing eBusiness Suite, it was a 'significant' task. Youmight be better off asking Oracle to arrange for a trial. IIRC, they are usually hosted, so you can get the experience of the application without the admin/tech learning curve up front.

  • Install Oracle Grid Infrastructure 11g Release 2 - Yes or No???

    Hello,
    We are setting up a new OEM Grid 12c system on Linux x86-64. We want to use it to manage several stand-alone, non-RAC, non-ASM database machines. The docs are unclear - do we have to install Oracle Grid Infrastructure 11g Release 2 on any of the database machines, including the machine that will support the OEM repository database, or not? Again, no plans to run Oracle Restart or Oracle ASM or Oracle RAC on that machine or any others.
    The docs are not clear and we need a definitive answer.
    Thank you, TL

    Hello, OTN gurus.
    Thanks for your attention to my original post. However, I am asking about a specific installation package called "Oracle Grid Infrastructure", which is separate from OEM Grid 12c and Oracle Database, and is supposed to be installed in its own home directory before the Oracle database software is installed in its oracle_home. "Oracle Grid Infrastructure" is also supposed to be installed in a different oracle_home from the OEM 12c Agent and a different oracle_home from Oracle Database, under specific conditions.
    The docs say that you need Oracle Grid Infrastructure installed first in order to implement Oracle Restart and Oracle ASM for the Database. Other docs say you also need it for OEM Grid software. The docs are confusing on this point. I do not need Oracle Restart or Oracle ASM. I want to avoid installing this separate product, called Oracle Grid Infrastructure if I can. Does anyone know if a simple environment of Oracle Database 11gR2 (11.2.0.3), managed by OEM 12c OMS and Agents, requires "Oracle Grid Infrastructure"?
    Thanks, TL

  • Steps to install Oracle grid control 10g on windows

    dears ,
    kindly I need to install oracle grid control 10g release 5 on windows
    so please if any one have a detailed step-by-step document for that post it to me ASAP
    Regards.

    Hi;
    Please check below link
    Oracle® Enterprise Manager Grid Control Installation and Configuration Guide 10g Release 5 (10.2.0.5.0)
    http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/installing_em.htm
    http://kamranagayev.wordpress.com/2011/01/31/video-tutorial-installing-oracle-10 gr2-grid-control-and-deploying-agent/
    Regard
    Helios

  • Can't install Oracle VM Agent 3.3.1 on T3-1 w/ Solaris 11.2

    Solaris and SPARC VM NOOB Alert!!!
    When attempting to run the installer (./install) as root for the Oracle VM Agent 3.3.1 for SPARC (from ovs-ldoms-3.3.1-b1065.tar.gz) I receive the following dependency errors.  This is a fresh install of the OS (Solaris 11.2) with a static IP.  No further customizations have been made.  How do I resolve the dependency errors so the installation can complete successfully?
    root@wtlsovm01:/var/tmp/ovs-ldoms-3.3.1-b1065# ./install
    Oracle VM Agent Release 3.3.1 Installer
    - Installing Packages
    Updating package cache                           1/1
    Creating Plan (Running solver): \
    pkg install: No solution was found to satisfy constraints
    maintained incorporations:
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.2.0.0.34.0:20140303T141819Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.2.0.0.42.4:20140623T214952Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.2.0.0.42.0:20140623T214932Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.2.0.0.38.0:20140428T130228Z
      pkg://solaris/consolidation/jdmk/[email protected],5.11-0.175.2.0.0.22.0:20130902T173003Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.2.0.0.38.0:20140428T130044Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.2.0.0.41.0:20140609T232518Z
      pkg://solaris/consolidation/cde/[email protected],5.11-0.175.2.0.0.23.0:20130916T152657Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.0.0.42.2:20140624T183842Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.2.0.0.40.0:20140527T142047Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125512Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.2.0.0.42.2:20140623T130256Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.2.0.0.42.1406:20140623T215134Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.2.0.0.39.0:20140512T160329Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.2.1.0.4.0:20140728T200719Z
      pkg://solaris/[email protected],5.11-0.175.2.1.0.2.1:20140923T224940Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.2.0.0.39.0:20140512T125220Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.2.1.0.2.0:20140723T184045Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125514Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
    Plan Creation: dependency error(s) in proposed packages:
      No suitable version of required package pkg://solaris/developer/build/[email protected],5.11-0.151.0.1:20101104T230755Z found:
        Reject:  pkg://solaris/developer/build/[email protected],5.11-0.151.0.1:20101104T230755Z
        Reason:  All acceptable versions of 'require' dependency on pkg:/runtime/python-24 are obsolete
      No suitable version of required package pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z found:
        Reject:  pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T184646Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.0.0.42.2:20140624T184927Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.0.0.42.2:20140624T183842Z
    There was an error during the installation. The Oracle VM Agent
    might not be fully installed or configured.

    I have updated the os using "pkg update entire" and am now getting a few new issues.  I was able to install the "onbld" package manually but don't know how to udpate the rest of them.  It looks like a newer version exists for all packages already.
    root@wtlsovm01:/var/tmp/ovs-ldoms-3.3.1-b1065# ./install
    Oracle VM Agent Release 3.3.1 Installer
    - Installing Packages
    Updating package cache                           1/1
    Creating Plan (Running solver): |
    pkg install: No solution was found to satisfy constraints
    maintained incorporations:
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.2.2.0.4.0:20140829T201617Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.2.1.0.5.1:20140801T185126Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.2.0.0.42.0:20140623T214932Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.2.0.0.38.0:20140428T130228Z
      pkg://solaris/consolidation/jdmk/[email protected],5.11-0.175.2.0.0.22.0:20130902T173003Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.2.0.0.38.0:20140428T130044Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.2.3.0.3.0:20140922T212539Z
      pkg://solaris/consolidation/cde/[email protected],5.11-0.175.2.0.0.23.0:20130916T152657Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.2.0.0.40.0:20140527T142047Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125512Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.2.1.0.4.2:20140728T200523Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.2.1.0.3.1413:20140722T155222Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.2.0.0.39.0:20140512T160329Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.2.1.0.4.0:20140728T200719Z
      pkg://solaris/[email protected],5.11-0.175.2.3.0.5.0:20141019T181440Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.2.0.0.39.0:20140512T125220Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.2.3.0.5.0:20141019T180830Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.2.0.0.42.0:20140623T125514Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
    Plan Creation: dependency error(s) in proposed packages:
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.13.0.3.0:20121026T213105Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.13.0.3.0:20121026T213105Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.10.0.4.0:20120731T141438Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.10.0.4.0:20120731T141438Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.7.0.1.0:20130408T213640Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.7.0.1.0:20130408T213640Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155448Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155448Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.175.1.10.0.5.1736 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.1.10.0.5.1736:20130805T155452Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122620Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122620Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.151.0.1:20101104T230640Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.151.0.1:20101104T230640Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.151.0.1 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.151.0.1:20101105T002200Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172122Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172122Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.1.14.0.1.1736 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.1.14.0.1.1736:20131111T172124Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.13.0.1.1736:20131004T215705Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.13.0.1.1736:20131004T215705Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/system/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193312Z
          Reason:  Newer version pkg://solaris/system/install/[email protected],5.11-0.175.2.0.0.5:20130107T162448Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.6.0.2.0:20130318T230320Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.6.0.2.0:20130318T230320Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.12.0.3.1736:20130920T234059Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.12.0.3.1736:20130920T234059Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193315Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.0.0.42.2:20140624T185350Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.11.0.3.0:20130823T203748Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.11.0.3.0:20130823T203748Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/install/auto-install/[email protected],5.11-0.175.1.11.0.3.1736 are rejected
          Reject:  pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.1.11.0.3.1736:20130823T203749Z
          Reason:  Newer version pkg://solaris/system/install/auto-install/[email protected],5.11-0.175.2.0.0.42.2:20140624T185337Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220750Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220750Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.18.0.5.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.18.0.5.1736:20140411T220752Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184449Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.8.0.1.0:20130510T213433Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.8.0.1.0:20130510T213433Z
        Reason:  All versions matching 'incorporate' dependency pkg:/install/[email protected],5.11-0.175.1.0.0.24.1736 are rejected
          Reject:  pkg://solaris/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193256Z
          Reason:  Newer version pkg://solaris/install/[email protected],5.11-0.175.2.0.0.42.2:20140624T184452Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.7.0.2.0:20120416T210633Z found:
        Reject:  pkg://solaris/consolidation/install/[email protected],5.11-0.175.0.7.0.2.0:20120416T210633Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/library/[email protected],5.11-0.175.0.0.0.2.1482 are rejected
          Reject:  pkg://solaris/system/library/[email protected],5.11-0.175.0.0.0.2.1482:20111019T122729Z
          Reason:  Newer version pkg://solaris/system/library/[email protected],5.11-0.175.2.0.0.42.2:20140624T185703Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
      No suitable version of required package pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z found:
        Reject:  pkg://ovm/ovm/[email protected],5.11-3.3.1.0.0.1065:20140620T001722Z
        Reason:  All versions matching 'incorporate' dependency pkg:/system/[email protected],5.11-0.175.1 are rejected
          Reject:  pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T184646Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.1.0.4.2:20121105T233937Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.2.0.4.2:20121204T173533Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.3.0.2.2:20121213T171610Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.4.0.2.2:20130122T173821Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.5.0.4.2:20130228T222900Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.6.0.3.2:20130322T212821Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.7.0.2.2:20130413T005347Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.8.0.2.2:20130517T182805Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.9.0.3.2:20130624T215936Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.10.0.2.2:20130716T195531Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.11.0.4.2:20130905T154911Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.12.0.1.2:20130909T210753Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.13.0.5.2:20131031T144854Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.14.0.3.2:20131122T214859Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.15.0.4.2:20131227T175537Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.16.0.4.2:20140131T234551Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.17.0.4.2:20140228T002730Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.18.0.4.2:20140401T163828Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.19.0.5.2:20140505T164959Z
                   pkg://solaris/system/[email protected],5.11-0.175.1.20.0.4.2:20140529T200718Z
          Reason:  Newer version pkg://solaris/system/[email protected],5.11-0.175.2.3.0.2.2:20140912T210357Z is already installed
                   This version is excluded by installed incorporation pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.2.3.0.4.2:20141002T140703Z
    There was an error during the installation. The Oracle VM Agent
    might not be fully installed or configured.

  • Problem while installing Oracle Grid Control 10.2.0.2 in XP

    Hi Gurus,
    M trying to install Oracle Grid Control 10.2.0.2 in XP.
    This is the 4th day.
    Everything goes fine till Web Cache Configuration Assistant.
    After that the below error happens:
    Command = G:\OracleHomes\oms10g\jdk\bin\javaw.exe -DORACLE_HOME=G:\OracleHomes\oms10g -Djava.net.preferIPv4Stack=true -classpath G:\OracleHomes\oms10g\sysman\webapps\emd\WEB-INF\lib\webcachecfg.jar;G:\OracleHomes\oms10g\sysman\webapps\emd\WEB-INF\lib\emd.jar;G:\OracleHomes\oms10g\lib\emSDK.jar;G:\OracleHomes\oms10g\dcm\lib\dcm.jar;G:\OracleHomes\oms10g\jlib\repository.jar;G:\OracleHomes\oms10g\lib\xmlparserv2.jar;G:\OracleHomes\oms10g\jlib\emConfigInstall.jar;G:\OracleHomes\oms10g\jdbc\lib\classes12.zip;G:\OracleHomes\oms10g\jdbc\lib\nls_charset12.jar;G:\OracleHomes\oms10g\jlib\jndi.jar;G:\OracleHomes\oms10g\jlib\rt.jar;G:\OracleHomes\oms10g\jdk\lib\i18n.jar;G:\OracleHomes\oms10g\jlib\ldapjclnt10.jar;G:\OracleHomes\oms10g\jlib\ojmisc.jar;G:\OracleHomes\oms10g\j2ee\home\jazn.jar;G:\OracleHomes\oms10g\j2ee\home\jaas.jar oracle.ias.webcache.config.WebcacheConfig -oh G:\OracleHomes\oms10g
    2
    Failed in smi manipulation().
    Error initializing SMISessionManager.createSession().
    Resolution:
    Please make sure the file is in the correct location.
    Base Exception:
    This command requires communication with DCM daemon, the communication failed. The base exception is {0}.
    Resolution:
    Check the base exception to determine why the operation failed.
    oracle.ias.sysmgmt.exception.TaskException: Base Exception:
    This command requires communication with DCM daemon, the communication failed. The base exception is {0}.
    Resolution:
    Check the base exception to determine why the operation failed.
         at oracle.ias.sysmgmt.task.TaskMaster.daemon_exec(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.process(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.createRequestAndExecute(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.createRequestAndExecute(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.getRootEntity(Unknown Source)
         at oracle.ias.sysmgmt.entity.Session.<init>(Unknown Source)
         at oracle.ias.sysmgmt.smi.SMIEntryPoint.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at oracle.ias.sysmgmt.smiapi.SMISessionManager.loadAndCreateInstance(Unknown Source)
         at oracle.ias.sysmgmt.smiapi.SMISessionManager.createSession(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.getConfiguration(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:489)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Steps followed further:
    1) Have tried the below commands to check the status of dcmctl:
    G:\OracleHomes\oms10g\opmn\bin>G:\OracleHomes\oms10g\dcm\bin\dcmctl.bat getstate
    Current State for Instance:EnterpriseManager0.l-716429
    Component Type Up Status In Sync Status
    ================================================================================
    1 home OC4J Up True
    2 HTTP_Server HTTP_Server Up True
    2) Also tried the below command to check the status of opmnctl.
    D:\Documents and Settings\arijit>G:\OracleHomes\oms10g\opmn\bin\opmnctl.exe status
    Processes in Instance: EnterpriseManager0.l-716429
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 2140 | Alive
    HTTP_Server | HTTP_Server | 3544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 2068 | Alive
    OC4J | home | 2560 | Alive
    WebCache | WebCache | 1800 | Alive
    WebCache | WebCacheAdmin | 1960 | Alive
    3) After that tried to "Retry" the Web cache configuration Assistant, but still the error is continuing.
    Please someone help.
    Regards,
    Arijit

    Hi,
    Have made the %WINDIR%\system32\drivers\etc\hosts file as below:
    #127.0.0.1 localhost
    172.16.58.203 L-716429
    And "Retry" Web cache configuration. Same error is popping up.
    Please help.

  • How can i check Rapid planning version installed in R12 E-Business suite .

    How can i check Rapid planning version installed in R12 E-Business suite .
    Please let me know.

    Hi;
    Please check below doc:
    Information Center: Rapid Planning [ID 1391411.2]
    Information Center: Rapid Planning Patch and Maintenance [ID 1395694.2]
    Regard
    Helios

  • Problem starting ASM instance after installing Oracle Grid standalone

    Hi!
    After installing Oracle Grid 11gr2 and rebooting my machine:
    Linux localhost.localdomain 2.6.32-300.10.1.el5uek #1 SMP Wed Feb 22 17:37:40 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    I run asmca command and it failed to startup ASM instance, I tried to paste the log but it's too long!
    Could someone help me please! thank you very much!
    José
    I paste just the last piece:
    +[main] [ 2012-03-15 15:01:56.853 CET ] [SQLEngine.initialize:354] m_bReaderStarted: false+
    +[main] [ 2012-03-15 15:01:56.857 CET ] [SQLEngine.initialize:358] Starting Reader Thread...+
    +[main] [ 2012-03-15 15:01:56.919 CET ] [UsmcaLogger.logExit:122] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : createSQLEngine+
    +[main] [ 2012-03-15 15:01:56.919 CET ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: null+
    +[main] [ 2012-03-15 15:01:56.927 CET ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS+
    +[main] [ 2012-03-15 15:01:56.927 CET ] [OracleHome.getVersion:896] Homeinfo /u01/app/grid/product/11.2.0/grid,1+
    +[main] [ 2012-03-15 15:01:56.928 CET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10+
    +[main] [ 2012-03-15 15:01:56.928 CET ] [Version.isPre:285] isPre.java: Returning FALSE+
    +[main] [ 2012-03-15 15:01:56.929 CET ] [OCR.loadLibrary:308]+
    Inside constructor of OCR
    +[main] [ 2012-03-15 15:01:56.929 CET ] [OCR.isCluster:939] Calling OCRNative for isCluster()+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [OCR.isCluster:943] OCR Result status = true+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [OCR.isCluster:955] Bolean result = false+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10+
    +[main] [ 2012-03-15 15:01:56.930 CET ] [Version.isPre:285] isPre.java: Returning FALSE+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [MessageBundle.getMessageFields:338] MessageBundle.getMessage() failed to load the string PRKC-PRKC-1036 : CRS_HOME name passed to the method was null Exception: java.util.MissingResourceException: Can't find resource for bundle oracle.ops.mgmt.resources.PrkcMsg, key PRKC-1036 : CRS_HOME name passed to the method was null+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [ClusterUtils.getCRSActiveVersion:1797] Error getting CRS active version: PRKC-PRKC-1036 : CRS_HOME name passed to the method was null : <null>+
    +[main] [ 2012-03-15 15:01:56.931 CET ] [OracleHome.getVersion:903] OracleHome.CRSActiveVersion: null+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:922] OracleHome.server.getVersion Version: 11.2.0.1.0+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [OracleHome.getVersion:948] using sqlplus: /u01/app/grid/product/11.2.0/grid/bin/sqlplus+
    +[main] [ 2012-03-15 15:01:57.084 CET ] [UsmcaLogger.logInfo:141] Role SYSASM+
    +[main] [ 2012-03-15 15:01:57.085 CET ] [UsmcaLogger.logInfo:141] OS Auth true+
    +[main] [ 2012-03-15 15:01:57.182 CET ] [SQLEngine.done:2148] Done called+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:171] SEVERE:method oracle.sysman.assistants.usmca.backend.USMInstance:checkAndStartupInstance+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:172] ORA-01034: ORACLE not available+
    +[main] [ 2012-03-15 15:01:57.183 CET ] [UsmcaLogger.logException:173] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available+
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1650)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:823)
    oracle.sysman.assistants.usmca.backend.USMInstance.checkAndStartupInstance(USMInstance.java:573)
    oracle.sysman.assistants.usmca.backend.USMInstance.discoverASMInstance(USMInstance.java:340)
    oracle.sysman.assistants.usmca.service.UsmcaService.discoverASMInstance(UsmcaService.java:146)
    oracle.sysman.assistants.usmca.Usmca.execute(Usmca.java:230)
    oracle.sysman.assistants.usmca.Usmca.main(Usmca.java:333)
    +[main] [ 2012-03-15 15:01:57.184 CET ] [UsmcaLogger.logExit:122] Exiting oracle.sysman.assistants.usmca.backend.USMInstance Method : checkAndStartupInstance+
    +[main] [ 2012-03-15 15:01:57.184 CET ] [UsmcaLogger.logInfo:141] ASM failed to start. Check /u01/app/grid/cfgtoollogs/asmca/asmca-1203153PM0138.log for details.+

    Hi,
    i've got similar problem but my asm is not just down. After installing grid home with infrastructure I've restarted os and there is no crs services and the only result from this command:
    # ps -ef | grep grid
    grid      2075     1  0 13:58 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    root      2463  2439  0 14:06 pts/0    00:00:00 grep gridgive me opposite to this one before restart:
    $ ps -ef | grep grid
    grid      2076     1  0 13:01 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    grid      3646     1  0 13:44 ?        00:00:04 /u01/app/grid/product/11.2.0/grid/bin/ohasd.bin reboot
    grid      3806     1  0 13:45 ?        00:00:02 /u01/app/grid/product/11.2.0/grid/bin/oraagent.bin
    grid      3820     1  0 13:45 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/evmd.bin
    grid      3853  3820  0 13:45 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/evmlogger.bin -o /u01/app/grid/product/11.2.0/grid/evm/log/evmlogger.info -l /u01/app/grid/product/11.2.0/grid/evm/log/evmlogger.log
    root      3879  2307  0 13:46 pts/0    00:00:00 su - grid
    grid      3881  3879  0 13:46 pts/0    00:00:00 -bash
    grid      4172     1  0 13:48 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/cssdagent
    grid      4197     1  0 13:48 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/ocssd.bin
    grid      4550     1  0 13:49 ?        00:00:00 asm_pmon_+ASM
    grid      4552     1  0 13:49 ?        00:00:00 asm_psp0_+ASM
    grid      4554     1  0 13:49 ?        00:00:02 asm_vktm_+ASM
    grid      4558     1  0 13:49 ?        00:00:00 asm_gen0_+ASM
    grid      4560     1  0 13:49 ?        00:00:00 asm_diag_+ASM
    grid      4562     1  0 13:49 ?        00:00:00 asm_dia0_+ASM
    grid      4564     1  0 13:49 ?        00:00:00 asm_mman_+ASM
    grid      4566     1  0 13:49 ?        00:00:00 asm_dbw0_+ASM
    grid      4568     1  0 13:49 ?        00:00:00 asm_lgwr_+ASM
    grid      4570     1  0 13:49 ?        00:00:00 asm_ckpt_+ASM
    grid      4572     1  0 13:49 ?        00:00:00 asm_smon_+ASM
    grid      4574     1  0 13:49 ?        00:00:00 asm_rbal_+ASM
    grid      4576     1  0 13:49 ?        00:00:00 asm_gmon_+ASM
    grid      4578     1  0 13:49 ?        00:00:00 asm_mmon_+ASM
    grid      4580     1  0 13:49 ?        00:00:00 asm_mmnl_+ASM
    grid      4582     1  0 13:49 ?        00:00:00 oracle+ASM (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    grid      6128     1  0 13:52 ?        00:00:00 /u01/app/grid/product/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    grid      6142  3881  0 13:53 pts/0    00:00:00 ps -ef
    grid      6143  3881  0 13:53 pts/0    00:00:00 grep grid
    $ srvctl status listener
    Listener LISTENER is enabled
    Listener LISTENER is running on node(s): pc
    $ srvctl status asm
    ASM is running on pcI'm using 2x 1TB hdisk as 2 pv in one vg. I thought that lvolume permissions are incorrect but now I had:
    # ls -l /dev | grep dm
    crw-rw----  1 root root      10,  61 May 16 13:57 cpu_dma_latency
    brw-rw----  1 root disk     253,   0 May 16 13:57 dm-0
    brw-rw----  1 root disk     253,   1 May 16 13:57 dm-1
    brw-rw----  1 grid asmadmin 253,  10 May 16 13:57 dm-10
    brw-rw----  1 grid asmadmin 253,  11 May 16 13:57 dm-11
    brw-rw----  1 grid asmadmin 253,  12 May 16 13:57 dm-12
    brw-rw----  1 grid asmadmin 253,  13 May 16 13:57 dm-13
    brw-rw----  1 grid asmadmin 253,   2 May 16 13:57 dm-2
    brw-rw----  1 grid asmadmin 253,   3 May 16 13:57 dm-3
    brw-rw----  1 grid asmadmin 253,   4 May 16 13:57 dm-4
    brw-rw----  1 grid asmadmin 253,   5 May 16 13:57 dm-5
    brw-rw----  1 grid asmadmin 253,   6 May 16 13:57 dm-6
    brw-rw----  1 grid asmadmin 253,   7 May 16 13:57 dm-7
    brw-rw----  1 grid asmadmin 253,   8 May 16 13:57 dm-8
    brw-rw----  1 grid asmadmin 253,   9 May 16 13:57 dm-9and:
    # ls -l /dev/vg_main/
    total 0
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol1 -> ../dm-2
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol10 -> ../dm-11
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol11 -> ../dm-12
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol12 -> ../dm-13
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol2 -> ../dm-3
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol3 -> ../dm-4
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol4 -> ../dm-5
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol5 -> ../dm-6
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol6 -> ../dm-7
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol7 -> ../dm-8
    lrwxrwxrwx 1 root root 7 May 16 13:57 asmlvol8 -> ../dm-9
    lrwxrwxrwx 1 root root 8 May 16 13:57 asmlvol9 -> ../dm-10
    lrwxrwxrwx 1 root root 7 May 16 13:57 lv01_swap -> ../dm-1
    lrwxrwxrwx 1 root root 7 May 16 13:57 lv02_root -> ../dm-0I've used search path for ams disks as /dev/dm* and /dev/vg_main/asm* and seen all of them in both configurations.
    I've tried to reconfigure HAS through (as root):
    $GRID_HOME/crs/install/roothas.pl -deconfig -force -verbose
    $GRID_HOME/root.shthis gave me working asm instance but after restart I'm in base position with no crs services.
    And... I've tried to startup crs after restart with no luck but before restart I can shutdown everything and startup ASM instance too (so everything is fine till the reboot). I'm on CentOS 6:
    $ uname -a
    Linux pc 2.6.32-220.13.1.el6.x86_64 #1 SMP Tue Apr 17 23:56:34 BST 2012 x86_64 x86_64 x86_64 GNU/Linux
    # cat /etc/issue
    CentOS release 6.2 (Final)
    Kernel \r on an \mAny hints about how to resolve this problem would be most welcome.
    Regards.

  • Need information on Installing oracle grid control on 11g R2

    Hi,
    i am new oracle grid control and its installaion.
    I dont have any idea abt OMS and Agent.
    following steps i have perfomed.
    1) I have 1 DB on my machine.
    2) download Grid software linux.x64_11gR2_grid.zip.
    3) run the runinstaller.
    4) while opening GUI of run installer there are 4 options.i have selected option no 4 - install grid software only.
    Now please help me what is next step which i have to perform.How will I up My grid control .How will I register My DB in Grid.
    I am using grid control because i have to configure EM plug in for Times Ten.
    Regards,

    Hi,
    If you want to use EM 11g Grid Control on 64-bit Linux, you should install version 11.1.0.1.0, which is available from here:
    http://www.oracle.com/technetwork/oem/grid-control/downloads/linuxx8664soft-085949.html
    Note that the latest version of EM is 12c; however, if you still want to go with EM 11g, the following Support note documents the installation steps and has references to other helpful notes:
    Step by Step Installation of Enterprise Manager Grid Control 11.1.0.1 (Doc ID 1059516.1)
    By the way, the Concepts guide below has information about the EM 11g components including the OMS and agent:
    http://docs.oracle.com/cd/E11857_01/em.111/e11982/overview.htm#CEGBFJIC
    Regards,
    - Loc

  • Installing Oracle Grid control 10G fails at OMS configuration on Windows XP

    I am trying to install Oracle 10G Grid control and it fails at OMS configuration. The log file under cfgttool logs shows failed command as
    Oracle.sysman.emcp.oms.Omsplugin -ConfigureOms.
    I tried to run command manually like the following:
    C:\OracleHomes\oms10g -force Oracle.sysman.emcp.oms.Omsplugin -ConfigureOms.
    Whe I run this command nothing happens. How should I got about it. Thanks in advance.
    Venkat

    oracle.sysman.top.oms_<timestamp>log
    has the following error messages and warnings.
    [24-01-2011 13:45:21] Analyzing header for: C:/OracleHomes/oms10g/sysman/admin/emdrep/sql/core/latest/util/util_pkgdefs.sql
    [24-01-2011 13:45:21]      Header: <create type="pkgdefs" pos="ip/webapps/ip_webapp_pkgdef.sql+"/>
    [24-01-2011 13:45:21]      WARNING: Bad pos attribute in repmgr header.
    [24-01-2011 13:45:21]      WARNING: Either there is a non-existent file: "ip/webapps/ip_webapp_pkgdef.sql" in position attribute: "ip/webapps/ip_webapp_pkgdef.sql+"
    [24-01-2011 13:45:21]      WARNING: OR there is a bad repmgr header/no repmgr header in file: "ip/webapps/ip_webapp_pkgdef.sql"
    At the end of the file:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    'Enter Enterprise Manager Root Password :
    ************Enter Agent Registration password :
    ************Unable to connect to opmn.
    Opmn may not be up.
    ================================================================================
    opmn id=test-hv-ms2003e:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.test-hv-ms2003e.teamqsi.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=2476)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:setOmsSecure:OMS Service command=secure oms -secure_port 1159:returned:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\bin\emctl.bat secure lock
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\bin\emctl.bat secure lock have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS... Done.
    Updating HTTPS Virtual Host for Enterprise Manager OMS... Done.
    OMS Locked. Agents must be Secure and upload over HTTPS Port 1159.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:setOmsLocked:OMS Service command=secure lock:returned:
    INFO: oracle.sysman.top.oms:configureOmsService:Oms Secure Configuration done.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\perl\5.6.1\bin\MSWin32-x86\perl.exe C:\OracleHomes\oms10g\sysman\install\precompilejsp.pl C:\OracleHomes\oms10g\j2ee\OC4J_EM\config\global-web-application.xml
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\perl\5.6.1\bin\MSWin32-x86\perl.exe C:\OracleHomes\oms10g\sysman\install\precompilejsp.pl C:\OracleHomes\oms10g\j2ee\OC4J_EM\config\global-web-application.xml have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'precompiling the JSPs
    precompiling the JSPs done
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:Precompile Jsps done.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\jdk\bin\java.exe -jar C:\OracleHomes\oms10g\sysman\jlib\emclikit.jar client -install_dir=C:\OracleHomes\oms10g\bin
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\jdk\bin\java.exe -jar C:\OracleHomes\oms10g\sysman\jlib\emclikit.jar client -install_dir=C:\OracleHomes\oms10g\bin have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    EM CLI client-side install completed successfully.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:installAdditionalServices for 'client' completed=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\bin\emctl.bat config agent updateTZ
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\bin\emctl.bat config agent updateTZ have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'Oracle Enterprise Manager 10g Release 10.2.0.2.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:configureOmsService:fixTimeZone completed=true
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 4 have been completed with status=true
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl stopall have completed with exitCode=0
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: stopping opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Performing Command=CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:Start Opmn Error = CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:CMD /C C:\OracleHomes\oms10g\opmn\bin\opmnctl startall have completed with exitCode=206
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    'opmnctl: starting opmn and all managed processes...
    INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    '================================================================================
    opmn id=test-hv-ms2003e:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.test-hv-ms2003e.teamqsi.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=2992)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OracleHomes\oms10g\opmn\logs\HTTP_Server~1
    INFO: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method

Maybe you are looking for

  • Entrada de Conhecimento de Transporte CT-e

    Boa noite, No "novo" processo de recebimento de CT-e (conforme divulgado aqui no forum pela Claudia Wada), a partir da ativacao da condicao CONH na pricing de MM, eh possivel calcular ICMS com condicoes de frete (CIC1, CIC2, etc) a partir da Folha de

  • XML Document initialization.

    Hi, I need to parse an XML document that I read Externally. Presently for testing I need to simulate this by hardcoding the xml from Web Dynpro : eg: Document xmlSimulate = <?xml version="1.0" encoding="iso-8859-1" ?> - <DecisionTree> +<Header> +<Bod

  • OBIEE 11.1.1.5.0 Report Error with BIConsumer or BIAuthor Users

    Hi All, I have encountered an error in one of my report [nQSError: 22038] Function REPORT_AGGREGATE requires at least one measure column in its first argument. The strange thing is the same report works fine with BIAdministrator users but throws this

  • ITunes not working since installing 11.3(54) on a Macbook Pro.

    Since installing iTunes 11.3 (54) on my Macbook Pro iTunes will now work. No music, radio, movies, etc.  Nothing plays. Has anyone had a similar issue and found a fix? I downloaded iTunes and installed again but it did not resolve the issue.

  • HT1338 Mountain lion installation issues

    My iPhoto will not open since I have installed Mountain Lion. It shows an :iPhoto quit unexpectedly" message... Any ideas how I can solve this?