RAC setup- Configure hostname in ODI agent

I have my Master & Work repositories hosted on a Oracle RAC environment. I have a standalone ODI agent which might installed in the same physical server or in a different server.
In a RAC setup, there are multiple hostnames for the same database. How do I make the ODI agent aware that it should look into a 2nd server (when the 1st host is down) when trying to connect to the repository ? I want to know where this should be configured in the agent setup.
Does this get automatically taken care of once I include both the hostnames in the JDBC URL of the repositories ?

All depends on the JDBC you're using...
JDBC Thin work with the Oracle listener,
and JDBC OCI (which need an Oracle Client on the machine) works with a TNS description (here you can define several HOST).
I had have several issues with the Thin on our RAC so we've changed for an OCI one...
regards,
Brice

Similar Messages

  • Asking about ODI agent ?

    Hi...
    Based on my system, I have created about 50 scenarios and 6 ODI agent. Each of the ODI agent will be handled about 8 scenarios. This is my configuration for the ODI agent:-
    ODI_INIT_HEAP=32m
    ODI_MAX_HEAP=256m
    Then, based on my configuration, each of ODI agent is set as 256M.
    My question is which one better if I am using 1/2 agent with bigger MAX_HEAP size or used 6 agent with the config as above.
    Please advise me..
    TQ,
    baharin

    hi..
    I have tried used only one agent with 2048 max size.. but after i start until 30 scenarios.. than i got an error msg as below:-
    java.sql.SQLException: Io exception: Got minus one from a read call
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
         at com.sunopsis.sql.SnpsConnection.u(Unknown Source)
         at com.sunopsis.sql.SnpsConnection.c(Unknown Source)
         at com.sunopsis.sql.i.run(Unknown Source)
    why ?

  • ODI Agent Configuration

    I am trying to configure ODI Agent using the tutorial given on the URL:(http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/setup_jee_agent/setup_jee_agent.htm).
    I've followed and verified the steps written on the URL mentioned above. The only problem which I am facing at the moment is that I am not getting Oracle Data Integrator - Agent option in Fusion Middleware Configuration Wizard (Link Below) [http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/setup_jee_agent/images/t000046.gif]
    Kindly advise what needs to be done to solve this problem.

    The issue was with JDBC drivers in agent\drivers folder. There were multiple Oracle JDBC file & while connecting to repository, agent was referring to wrong one.
    I just kept ojdbc6dms.jar which comes by default with ODI 116. I removed ojdbc14.jar & ojdbc6.jar (its same as ojdbc6dms.jar) & it worked.
    Thanks for your inputs guys.
    Regards,
    Santy.

  • Error Adding ODI Agent to OPM-NModule libopmncustom: initialization failed

    Hi All
    I am getting an error when I try to add, remove or start and ODI Agent in OPMN. The Error is as follows:
    E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent\bin>odi_opmn_addagent.bat
    agentcreate.properties
    Module libopmncustom: initialization failed (proc set odiagent)
    Module libopmncustom initialization failed: disabled
    opmnctl reload: reconfiguring opmn...
    opmn status shows that the agent has been added but it is down and when I try to start it I get the following error:
    E:\Opmn1\Oracle_WT1\instances\instance2\bin>opmnctl startproc ias-component=ERPI
    DEVAGENT
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=servername:6701
    no processes or applications matched this request
    Response: not enabled: libopmncustom
    I can start and successfully test the agent using the agent_DEVAGENT.bat file but the problem seems to be adding it to OPMN.
    -This issues seems to be that the OPMN module libopmncustom failed to initialize properly and hence has been disabled. I cannot see how I can enable it and test again.
    I have tried the following to resolve the issue
    1. Removed the agent and restarted it
    2. Restarted the OPMN service
    3. Restarted the server
    4. Reinstalled ODI as well as the Stand Alone Agent
    5. Uninstalled OPMN and installed it to a different location
    Has anyone come across this and could you please give me a few pointers of what I can look at. The configs that I have are as follows
    ODI Version : 11.1.5.0_generic_110422.1001
    OPMN Version : 11.1.1.3
    OS : Server 2008 STD R2 x64
    ODI and OPMN are running on the same machine.
    Agentcreate.properties file:
    # Use / as path seperator to specify path in Unix as well as Windows.
    ORACLE_ODI_HOME=E:/Oracle/products/11.1.1/Oracle_ODI_1
    INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=DEV_AGENT
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    ODI_MASTER_USER=ODI_MASTER
    ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    ODI_SECU_WORK_REPO=ODI_WORK
    ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    PORTNO=90210
    JAVA_HOME=E:/Oracle/Middleware/jdk160_21
    ORACLE_OPMN_HOME=E:/Opmn1/Oracle_WT1
    JMXPORTNO=91210
    ODI_OPMN_ADDAGENT
    @echo off
    REM #
    REM # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    REM #
    setlocal
    for %%a in ("/HELP" "/help" "-HELP" "-help") do if %%a == "%1" goto HELPTEXT
    goto STARTCOMMAND
    :HELPTEXT
    echo.
    echo (c) Copyright Oracle. All rights reserved.
    echo.
    echo PRODUCT
    echo Oracle Data Integrator
    echo.
    echo FILENAME
    echo odi_opmn_addagent.bat
    echo.
    echo DESCRIPTION
    echo Adds agent entry in opmn.xml file.
    echo.
    echo SYNTAX
    echo odi_opmn_addagent ["<agent create property file name>"]
    echo.
    echo PREREQUISITES
    echo The Agent Create PropertyFile INFORMATION should be
    echo completed before running this script.
    echo.
    goto ENDCOMMAND
    :STARTCOMMAND
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=E:/Opmn1/Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    REM set CLASSPATH=%ODI_CLASSPATH%;%OPMN_HOME%\opmn\lib\opmneditor.jar
    set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%OPMN_HOME%\opmn\lib\opmneditor.jar;%ODI_HOME%\..\..\setup\manual\oracledi-sdk\oracle.odi-sdk-jse_11.1.1.jar
    java -classpath %CLASSPATH% oracle.odi.AddAgentToOpmn %*
    CALL %INSTANCE_HOME%\bin\opmnctl reload
    :ENDCOMMAND
    ODI PARAMS
    REM #
    REM # Repository Connection Information
    REM #
    set ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    set ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    set ODI_MASTER_USER=ODI_MASTER
    set ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    REM #
    REM # User credentials for agent startup program
    REM #
    set ODI_SUPERVISOR=SUPERVISOR
    set ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    REM #
    REM # User credentials for ODI tools
    REM #
    set ODI_USER=%ODI_SUPERVISOR%
    set ODI_ENCODED_PASS=%ODI_SUPERVISOR_ENCODED_PASS%
    REM #
    REM # Work Repository Name
    REM #
    set ODI_SECU_WORK_REP=ODI_WORK
    REM #
    REM # Connection retry parameters
    REM #
    set ODI_CONNECTION_RETRY_COUNT=0
    set ODI_CONNECTION_RETRY_DELAY=7000
    REM #
    REM # Java virtual machine
    REM #
    set ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    REM #
    REM # Other Parameters
    REM #
    set ODI_INIT_HEAP=256m
    set ODI_MAX_HEAP=1024m
    set ODI_JMX_PROTOCOL=rmi
    REM #
    REM # Additional Java Options
    REM #
    set ODI_ADDITIONAL_JAVA_OPTIONS=
    REM # Windows 95,98, Me users only: Any package files added to the /drivers
    REM # or /lib/scripting directory should be manually declared in the
    REM # ODI_ADDITIONAL_CLASSPATH variable
    set ODI_ADDITIONAL_CLASSPATH=
    REM # DO NOT EDIT BELOW THIS LINE !
    REM # ----------------------------------------------------------------------------
    set ODI_JAVA_EXE=%ODI_JAVA_HOME%\bin\java.exe
    set ODI_JAVAW_EXE=%ODI_JAVA_HOME%\bin\javaw.exe
    set ODI_JAVAC_EXE=%ODI_JAVA_HOME%\bin\javac.exe
    REM # Testing the java virtual machine
    if not exist "%ODI_JAVA_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAW_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAC_EXE%" goto NOJAVAC
    goto OKJAVA
    :NOJAVA
    @echo The Java Virtual Machine was not found at the following location: %ODI_JAVA_HOME%
    @echo The ODI_JAVA_HOME environment variable is not defined correctly.
    @echo Please set this variable in odiparams.bat.
    goto OKJAVA
    :NOJAVAC
    @echo A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    goto OKJAVA
    :OKJAVA
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1
    REM # Change the current directory to %ODI_HOME%/bin
    cd "%ODI_HOME%\bin"
    Environmental Variables
    JAVA_HOME=E:\Javax86\jdk1.6.0_29
    ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
    \WindowsPowerShell\v1.0\;E:\Oracle\Middleware\EPMSystem11R1\common\ODBC-64\Meran
    t\6.0\Drivers;E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bi
    n;E:\Javax86\jdk1.6.0_29;E:\Javax64\jdk1.6.0_29;E:\Opmn1\Oracle_WT1\bin;E:\Opmn1
    \Oracle_WT1\opmn\bin;E:\Opmn1\Oracle_WT1\opmn\lib;E:\Opmn1\Oracle_WT1\perl\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    Could someone please help me with this.
    Thanks
    Edited by: 800166 on 18/05/2012 00:39

    Solved the problem by dropping and recreating the user schema and all its objects, reinstalling and configuring both ODI and OPMN.
    If you ever come across the problem I recommend the above, you will save yourself hours of troubleshooting

  • Oracle 10g RAC/Grid rename hostname and re-ip server?

    Here is the situation. We are installing Oracle 10g in a RAC/Grid configuration. Servers were installed and configured with static IP's and unique hostname's according to instructions. The problem is the servers are being shipped to another location and the on-site administrators will have to rename the hostname's and give all the servers new IP addresses.
    The question:
    Is it possible to rename the hostname's and re-ip all the servers without having to reinstall all the Oracle servers in the RAC/Grid? Does anybody have any information on what will need to successfully accomplish this?
    Regards,
    Ed Bragg

    Hi Ed!
    I never tried this but I believe that after changing the IP addresses and reconfiguring the virtual IP's it should work. What you have to do is to reconfigure the ssh stuff with the keys, etc.
    cu
    Andreas

  • Configuration of grid control agent 11g

    Hello guys,
    I have problem with configuration of Grid control agent 11g. Root cause of the problem is that target machine is in DMZ Zone. So there is lack of ports enabled. Other agents I've been installed works properlly.
    The one I am talking is able to upload data, but in case of configration I get error message: "Error occurred while getting information for the specified target. Possible reasons include: the target doesn't exist; connection to the target failed."
    Here you are output from emctl status agent
    Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent Version : 11.1.0.1.0
    OMS Version : 11.1.0.1.0
    Protocol Version : 11.1.0.0.0
    Agent Home : /orahome/agent11g
    Agent binaries : /orahome/agent11g
    Agent Process ID : 3011
    Parent Process ID : 2985
    Agent URL : https://demodb:1830/emd/main/
    Repository URL : https://admin:4900/em/upload
    Started at : 2011-02-11 10:23:43
    Started by user : oracle
    Last Reload : 2011-02-11 10:39:40
    Last successful upload : 2011-02-11 17:04:08
    Total Megabytes of XML files uploaded so far : 20.98
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 14.21%
    Last successful heartbeat to OMS : 2011-02-11 17:13:05
    Agent is Running and Ready
    emctl status oms -details
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host : admin
    HTTP Console Port : 7788
    HTTPS Console Port : 7799
    HTTP Upload Port : 4889
    HTTPS Upload Port : 4900
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is locked.
    Active CA ID: 1
    Enabled ports:
    from admin to demodb -1830
    from demodb to admin - 4900, 4889
    What else ports neeeds to be enabled? 1521..?
    Thanks in advance!
    Have a nice day

    Thanks Lubiez Jean-Valentin! I think the point is here.
    Configuring the Firewall to Allow Incoming Communication From the Management Service
    While the Management Agents in your environment must upload data from your managed hosts to the Management Service, the Management Service must also communicate with the Management Agents. As a result, if the Management Agent is protected by a firewall, the Management Service must be able to contact the Management Agent through the firewall on the Management Agent port.
    By default, the Enterprise Manager installation procedure assigns port 1830 to the Management Agent. However, if that port is occupied, the installation may assign an alternate port number.
    After you determine the port number assigned to the Management Agent, you must then configure the firewall to allow incoming HTTP or HTTPS traffic (depending upon whether or not you have enabled Enterprise Manager Framework Security) on that port.
    As I said already port 1830 was enabled. I did it because I saw that agent status - attached also here.
    In case anybody know please tell me who to determine the port assigned to the Mangement Agent...

  • Do we need a ODI agent to be running for using the startscen command

    Do we need a ODI full installation(both server and client) for using the Startscen command or just the client install should be enough. And also do we need a ODI agent to be configured and running for using this StartScen command
    Thanks

    ODI client is an agent.
    So you don't need to declare one more if not needed on your infrastructure.
    But to run odistartscen you need to configure the odiparams.bat with your repository connexion.
    If not it will try to connect by default to the demo repostory on HSQL.
    best regards,
    Brice

  • ODI Agent error: java.sql.SQLException: Invalid column name

    When running a scenairo on a standalone ODI agent, it hangs on "Wait" state. The ODI agent's log is logging the following errors over and over again.
    We are in Fusion Application Development and are using Middleware D8B4A RC5.
    [2011-01-07T14:35:16.381-08:00] [odi] [WARNING] [] [oracle.odi.agent] [tid: 4215] [ecid: 0000IpYbCrKE8TQRyaJ7D01D8^zE00009o,0] /oraclediagent/invoke.do[[
    oracle.odi.core.security.SecurityManager.doODIInternalAuthentication(SecurityManager.java:356)
    oracle.odi.core.security.SecurityManager.createAuthentication(SecurityManager.java:331)
    oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:418)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:503)
    org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
    org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
    org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    org.mortbay.jetty.Server.handle(Server.java:326)
    org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
    org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
    org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:749)
    org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:219)
    org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
    org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
    [2011-01-07T14:35:18.341-08:00] [] [ERROR] [ODI-1131] [] [tid: 4214] [ecid: 0000IpYaiZCE8TQRyaJ7D01D8^zE00009n,0] [arg: OracleDiAgent] [arg: java.sql.SQLException: Invalid column name] Agent OracleDiAgent encountered an error: java.sql.SQLException: Invalid column name

    Are you sure the datasources point to the right master/work configuration, and that your repository is correctly up-to-date? This looks like the agent trying to connect a repository, but the repository is not updated correctly, or misses some columns. The whole stack (and the name of the missing column) would help of course.

  • ODI AGENT STARTUP FAILED

    Dear All,
    While starting ODI agent,its failing with the below error
    2011-07-06 10:05:41.104 NOTIFICATION ODI-1128 Agent ODI_AGENT is starting. Application Server: STANDALONE. Agent Version: 11.1.1.5.0 - 22/04/2011. Port: 4999. JMX Port: 5999.
    2011-07-06 10:05:55.170 NOTIFICATION ODI-1136 Starting Schedulers on Agent ODI_AGENT.
    2011-07-06 10:06:55.677 WARNING 2006 Error occurred while computing schedules for work repository [WORKREP]. Error message : org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
    2011-07-06 10:06:55.729 ERROR ODI-1131 Agent ODI_AGENT encountered an error: ODI-1406: Agent ODI_AGENT started with warning: JDBC connection error occurs while connecting to the work repository WORKREP. Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
    Need help in order to solve this case.

    Hi
    Make sure that JDK 1.6.0_21 or higher version insatlled in your PC.
    Have you installed RCU 11g before ODI 11g installation.
    If not, please installed it and later start the ODI 11g installation.
    Open odiparams.bat/sh file.
    encode the master repository password using enocde.cmd/sh and paste the same encoded password on odiparams.bat/sh file
    check MASTER DB Crredentials/Master repository login credentials/ work repository details are properly setuped or not.
    check JDBC URL
    check ODI_JAVA_HOME path seted in your PC
    ODI_JAVA_HOME=d:\Oracle\Middleware\jdk160_21 in case weblogic installed before ODI 11g other wise
    ODI_JAVA_HOME=c:\Program files\Java\jdk1.6.0_21\bin at Windows (setup it on environment variable) at linux export the ODI_JAVA_HOME path using "export" command
    run the ODI agent and check whether it is running or not.
    Hope this may helps you.
    Thanks,
    Phani

  • ERPI 11.1.2.4 and odi agent java ee

    HI, I have installed EPM system 11.1.2.4 now i want to set odi agent. In previous version i have to install odi and create agents but in this version i got a preinstalled ODI and precreated ODI agent. I have few queries related to odi agents:
    1 - if i want to use standalone agent i have to install another ODI and there i can created standalone agent? correct?
    2 - can i create standalone odi agent in already installed ODI by FDMEE?
    3 - When i start my EPM services, does my odi agent starts automatically or i have to start odi agent manually?
    Regards

    Hi JanGLi,
    1) Yes, if you want standalone agent you need to install ODI studio in that you will get the option for standalone agent.
    2) Yes, you can create standalone agent in already installed ODI by FDMEE and  FDMEE has given you the J2EE agent in there configuration.
    3) If the agent is J2EE then it has come by FDMEE so while starting the services for EPM for FDMEE the agent also starts(It depends how you have stated the properties of the services in the services.msc if it is automatically then while booting itself it will start else need to start manually.)
    AND
    If the agent is standalone you need to start manually bye going to that path(If you have configured the standalone agent).
    Thanks,
    Pratik

  • RAC setup for R12

    Hi,
    I read docs about EBS R12.1 RAC setup that said:
    The traditional and still widely-used configuration where the Concurrent (Parallel) Processing servers
    are located on the database tier. Unless there is a network constraint, the recommendation now is
    to place them on the application tier for greater flexibility and scalability.Right now we have a multi node setup (not yet on RAC) , the AppsTier is on node1 (including the Concurrent Managers which is the default setup), while the Db-Tier is on node2. Does this mean I do not need to transfer anymore the Concurrent Manager to the Db-Tier on node2?
    Are Concurrent Managers also referred to as the Concurrent Processing servers?
    If my Concurrent Managers are located on the AppsTier, How can I convert it to Concurrent Paralllel Processing servers? Can you please give me notes on how to setup this type of configuration?
    Thanks a lot,
    Msk

    Hi,
    Right now we have a multi node setup (not yet on RAC) , the AppsTier is on node1 (including the Concurrent Managers which is the default setup), while the Db-Tier is on node2. Does this mean I do not need to transfer anymore the Concurrent Manager to the Db-Tier on node2?You have the option of moving the CM to the database node, but it is not required here (recommended to keep it on the application tier node where you have it running now).
    Are Concurrent Managers also referred to as the Concurrent Processing servers?Yes.
    If my Concurrent Managers are located on the AppsTier, How can I convert it to Concurrent Paralllel Processing servers? Can you please give me notes on how to setup this type of configuration?See the docs referenced in this thread.
    PCP Configuration
    PCP Configuration
    Regards,
    Hussein

  • Help needed on SRVCTL importance in RAC Setup.

    Hi gurus,
    We are using 11GR2 database with RAC on AIX machines also we are using oracle clusterware only. It was implemented by some body else and we are supporting this environment. We observed that we are not able to start the Database/listerners using srvctl. it is throughing the error. We just like to know if this is acceptable. i am trying to say that SRVCTL is critical in RAC setup and we should be in a position to start the DB using srvctl else we need to start DB manually when any problem happens due to cluster level problem.
    My requirement is
    1) Is my point is valid. i.e SRVCTL is compulsary for cluster or not?
    2) if SRVCTL is compulsary then i need to have metalink note saying SRVCTL is compulsary with out that cluster will not start the DB automatically.
    REgards
    DBA.

    Yes ... you are right .
    You can use SRVCTL to start and stop the database and instances, manage configuration information, and to move or remove instances and services. You can also use SRVCTL to add services. SRVCTL also manages configuration information.
    Some SRVCTL operations store configuration information in the Oracle Cluster Registry (OCR). SRVCTL performs other operations, such as starting and stopping instances, by sending requests to the Oracle Clusterware process (CRSD), which then starts or stops the Oracle Clusterware resources.
    You should be able to perform operations using srvctl.
    Check out the trace files for any errors ?
    Also srvctl is kind of mandatory thing and without this you wont be able to make change to configurations.
    So find the root cause and you can also raise SR to oracle support.
    Regards
    Rajesh

  • ODI agent status shown prepared in Weblogic

    hi,
    I have installed FDMEE 11.1.2.4. When i start services everything is ok except ODI Java EE agent. I haven't configured it ( i think it was preconfigured).
    I have tried starting ODI agent from enterprise manager but i am getting an error; will paste below.
    I have seen that in weblogic server under erpi integrator server my odi console status is active and odi agent status is prepared. I don't know how to start JAVA EE agent.
    Any help?
    Error:
    Invoking Start Up operation for application oraclediagent on target ErpIntegrator0.
    [Deployer:149193]Operation 'start' on application 'oraclediagent' has failed on 'ErpIntegrator0'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application oraclediagent on ErpIntegrator0.: [HTTP:101216]Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent".
    com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
      MemberSet=MasterMemberSet(
        ThisMember=null
        OldestMember=null
        ActualMemberSet=MemberSet(Size=0
        MemberId|ServiceVersion|ServiceJoined|MemberState
        RecycleMillis=1200000
        RecycleSet=MemberSet(Size=0
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:6)
    at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:58)
    at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:4)
    at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:10)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.CDB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:427)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:968)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)
    at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)
    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)
    at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)
    at oracle.odi.runtime.agent.coherence.OdiAgentCoherenceCache.<init>(OdiAgentCoherenceCache.java:52)
    at oracle.odi.runtime.agent.servlet.AgentServlet.initCoherence(AgentServlet.java:812)
    at oracle.odi.runtime.agent.servlet.AgentServlet.initializeClusterCache(AgentServlet.java:762)
    at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:437)
    at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:250)
    at javax.servlet.GenericServlet.init(GenericServlet.java:242)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:149)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:164)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:69)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    :com.tangosol.net.RequestTimeoutException:Timeout during service start: ServiceInfo(Id=0, Name=Cluster, Type=Cluster
      MemberSet=MasterMemberSet(
        ThisMember=null
        OldestMember=null
        ActualMemberSet=MemberSet(Size=0
        MemberId|ServiceVersion|ServiceJoined|MemberState
        RecycleMillis=1200000
        RecycleSet=MemberSet(Size=0
    Operation Start Up on target oraclediagent Failed. Please see error logs for details.
    Regards

    Hi JanGLi,
    The ODI Agent is completely failing to start here from the error that you initially pasted so agent tests are not going to work wherever you try them. Port 6550 should have something listening on it as that's the port that the FDMEE managed server listens on so that would only prove that the FDMEE managed server is up. I can't see the connection closed error having anything to do with running out of connections in the connection pool either as it's simply a message saying that a connection was closed (not that the connection pool is exhausted).
    On the plus side though I have seen the 'Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent"' error in the past (I get a lot of the really nice issues coming my way). Which operating system are you using here? I've seen this happen on Windows when there are multiple network interfaces and an incorrect interface has been put to the top of the bind order (e.g. an interface that has fallen back to a link local address in the 169.254.0.0/16 range as DHCP has failed).
    Regards
    Craig

  • How to start the ODI agent ?

    Hi..
    I just installed the Oracle Data Integrator to my computer. But, how could i start the ODI agent ?..
    Could somebody guide me ?
    Thank you,
    Baharin

    Have you read the user documentation > http://www.oracle.com/technology/products/oracle-data-integrator/10.1.3/htdocs/documentation/oracledi_users.pdf
    sections
    Managing Agents....................................................................................................................... 136
    Launching a Listener Agent ................................................................................................... 136
    Launching a Scheduler Agent................................................................................................ 138
    Or you could try :- Step to setup windows agent
    Ok? Not that you ever mark your posts (Total Questions: 42 (42 unresolved))
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI Agent Start Up Failure

    Hi All,
    I have installed and configured ODI 11g I have performed following tasks
    1) Created Master Repository
    2) Connected User for the ODI
    3) Created Work Rep
    4) Created Physical as well as logical agent
    Before I have started the agent I have performed following tasks
    1) Updated my ODI PARAMS
    Update Master Rep info:
    Updated my relational db info related to master rep
    Encode Password:
    My master repository is ODI_MASTER and password is password1
    Command: encode password1
    I have updated my ODI params with the new encoded password
    similarly I have updated the encoded SUPERVISOR password.
    I have udpated my work repository info as well.
    But when I start the agent from the command line I receive following error
    E:\ODI_HOME\oracledi\agent\bin>E:\ODI_HOME\oracledi\agent\bin\agent.bat "-NAME=P
    RODAGENT" "-PORT=20910"
    OracleDI: Starting Agent ...
    2010-11-01 12:50:05.490 NOTIFICATION ODI-1128 Agent PRODAGENT is starting. Appli
    cation Server: STANDALONE. Agent Version: 11.1.1.3.0 - 23/06/2010. Port: 20910.
    JMX Port: 21910
    2010-11-01 12:50:07.771 ERROR ODI-1131 Agent PRODAGENT encountered an error: ODI
    -1404: Agent PRODAGENT start failure: an authentication error occurred while con
    necting to the master repository,
    2010-11-01 12:50:07.771 WARNING unavailable
    oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:233)
    javax.servlet.GenericServlet.init(GenericServlet.java:241)
    org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
    org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676)
    org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
    org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)
    org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
    org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
    org.mortbay.jetty.Server.doStart(Server.java:224)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    oracle.odi.Agent.startAgent(Agent.java:200)
    oracle.odi.Agent.main(Agent.java:493)
    Please let me know if Iam going wrong at any point.
    Thanks,
    KRK

    Dev,
    Thanks for your quick reply
    I have updated my ODI_USER password then I have recieved new error message
    But I have created my physical and logical agent in the topology manager but this error shows up that its not defined
    E:\ODI_HOME\oracledi\agent\bin>E:\ODI_HOME\oracledi\agent\bin\agent.bat "-NAME=P
    RODAGENT" "-PORT=20910"
    OracleDI: Starting Agent ...
    2010-11-01 13:21:12.271 NOTIFICATION ODI-1128 Agent PRODAGENT is starting. Appli
    cation Server: STANDALONE. Agent Version: 11.1.1.3.0 - 23/06/2010. Port: 20910.
    JMX Port: 21910
    2010-11-01 13:21:14.240 ERROR ODI-1131 Agent PRODAGENT encountered an error: ODI
    -1405: Agent PRODAGENT start failure: the agent is not defined in the topology f
    or master repository.
    2010-11-01 13:21:14.240 WARNING unavailable
    oracle.odi.runtime.agent.servlet.AgentServlet$1.doAction(AgentServlet.java:734)
    oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplat
    e.java:193)
    oracle.odi.runtime.agent.servlet.AgentServlet.getSnpAgentForAgentInstance(AgentS
    ervlet.java:726)
    oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:323)
    oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:226)
    javax.servlet.GenericServlet.init(GenericServlet.java:241)
    org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
    org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676)
    org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
    org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)
    org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
    org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
    org.mortbay.jetty.Server.doStart(Server.java:224)
    org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
    oracle.odi.Agent.startAgent(Agent.java:200)
    oracle.odi.Agent.main(Agent.java:493)
    Thanks,
    KRK
    Edited by: 794835 on Nov 1, 2010 1:22 PM
    Edited by: 794835 on Nov 1, 2010 1:24 PM

Maybe you are looking for

  • Num Lock Pad Doesn't Work With Fill In Forms

    I have Adobe XI, running Windows * and IE 11. Num Lock key pad does not work with fill in forms.  Can anyone help?

  • HELP!! Macbook won't sleep/hibernate

    This is a Macbook (Intel Core Duo) purchased in August of 06. I'm new to Macs and don't know how to troubleshoot them. I need to find a solution for this problem! Problem: At times my bluetooth is working fine, but MOST of the time it says Bluetooth:

  • X300 configuration options

    Dear All, I tried to place an order with Lenovo (1-866-96-Think). I am unable to reach a sales-rep that actually knows what Lenovo has to offer. I need an X300 with the TDK-SSD, instead of the Samsung SSD. They are both listed as stock items for the

  • Mapping for multiple EJBs and databases; HOW TO?

    Hi, I have 2 EJBs in one EAR. Each EJB connects to a database (therefore 2 databases). How can I map their entities? e.g. @Entity @Table(name = "FINANCE") @NamedQueries({}) public class Finance implements Serializable {     private static final long

  • Has anyone used the appscript modual for python rather than streight AS?

    I just discovered appscript and so far I like what I see. has anyone used it? Does it just wrap around actual applescript commands which it then sends to osascript with a system call or does it use the message system directly? Is there anything that