Can Cloud Control 12c connect to existing 12c agent?

Can Cloud Control 12c connect to the existing 12c agent? Can't find any information about the subject. Everywhere explained how I can deploy agent from OEM...

If you want to redirect an EM12c agent to a different EM12c site, see the doc below. If not, please clarify on what you want to do.
http://docs.oracle.com/cd/E24628_01/install.121/e24089/appdx_repoint_agent.htm#BABICJCE
Regards,
- Loc

Similar Messages

  • Can Cloud Control 12c be on the Exadata client network?

    Hi, there,
    We’re trying to configure our brand new X3 machine but we’re having a problem with connecting our Cloud Control OMS to it (the install of the agents fails because it can't connect to the hostname we provided on the management interface). We’re running the latest and greatest Exadata stack (11.2.3.2.1, 11.2.0.3.18) and we’re running Cloud Control 12.1.0.2
    The OMS server – oem12oms – is on the same subnet as the client network on the Exadata comp nodes. However, when we try to ping the management hostname of the comp nodes (the docs say using the client hostname is not supported until 12.1.0.3) from the OMS server, we have no success:
    For instance:
    oem12oms – 10.50.50.122 (running on eth0)
    exadbclient1 – 10.50.50.123 (running on eth1 on the first comp node)
    exadbclient2 – 10.50.50.124 (running on eth1 on the second comp node)
    exadbadm1 – 10.75.100.23 (running on eth0 on the first comp node)
    exadbadm2 – 10.75.100.24 (running on eth0 on the second comp node)
    From oem12oms, when both eth0 and eth1 are up on the comp nodes, it fails:
    traceroute exadbadm1 (10.75.100.23)
    10.50.50.1 (the default gateway for both the client network and the Exadata comp node itself)
    Then goes nowhere
    When we shut down the eth1 interface, I am able to access the management interface from my OMS server:
    traceroute exadbadm1 (10.75.100.23)
                                 10.50.50.1 (the default gateway for both the client network and the Exadata comp node itself)
    exadbadm1 (10.75.100.23)
    We have rules/routes which set on the comp node (by default) that dictate all traffic from:
    the management interface (eth0) uses routing table 220 and comes from 10.75.100.xxx and goes out the same interface on 10.75.100.xxx.
    the client (eth1) uses routing table 221 and comes from 10.50.50.xxx and goes out the same interface on 10.50.50.xxx
    Essentially, while we want to tell incoming traffic NOT to go out a different interface to which it came in, I think we want to workaround this for one exception: the OMS server’s IP address (10.50.50.122) should come in from the MANAGEMENT interface (not the client) and go out the MANAGEMENT interface.
    There are a lot of references to advanced Linux network policies, etc. And we’ve read 1306154.1. However, it doesn’t seem to solve our problem and we’ve tried all the ways that we can think of: essentially, it looks like Exadata cannot connect to clients over the management interface which live on its client network (obviously, it will still be able to be accessed through the SCAN addresses), so your Cloud Control cannot be on the client network.
    I haven’t read anything which states this, but that’s how it looks to us.
    Anyone had this issue before? Our ACS engineer is stumped and has asked around internally to no avail.
    Mark

    Mark,
    I read your article about this - it's the best article out there by a LONG way, but it still confuses me because of my eye-popping ignorance. Well done, though, because I almost understood it so you're clearly skilled in explaining complex stuff to untrained monkeys
    Oracle don't appear to know about this issue, which astounds me. We can't be the only customer who has their client network on their 'main' network. We've had two ACS engineers who have been flummoxed by this and have tried to reach out to the 'internal guru' network in Oracle with joy.
    I tried to type out what I should do (the configuration is in a mess right now, so I haven't tried this out yet). This is to get things clear in my mind.
    OMS server: 10.50.50.122 (client interface - uses the same subnet as the 'general Production' network)
    DB Comp Node 1: 10.75.100.23 (management interface - uses an exclusive subnet for Exadata management hostnames)
    First, we add a custom routing table 230 to the /etc/iproute2/rt_tables
         echo 230 >> /etc/iproute2/rt_tables
    Then we need to inform the magical, mysterious routing database of this new table and what we want to do with it:
    Add a route to direct traffic from the OMS server (client network) to the comp node (management network) using table 230
    Add a rule which tells traffic from the OMS server to use table 230 (with higher priority than other rules)
    Add a rule which tells traffic from the comp node to use table 230 (with even higher priority)
              ip route add 10.50.50.122/32 via 10.75.100.23 dev eth0 table 230
              ip rule add from 10.50.50.122 prio 32750 table 230
              ip rule add to 10.75.100.23 prio 32751 table 230
    The ifcfg files look OK so I didn't see the need to change them.
    I thought I'd add a route associated with routing table 230 to the rule-eth0 file so that it has two entries (added the last two lines)
    The first entry uses table 220 to route traffic coming in on the management interface to the management interface
    The second (new) entry uses table 230 to route traffic coming from the OMS server (client network) to the management interface
              from 10.75.100.23 table 220
              to 10.75.100.23 table 220
              from 10.50.50.122 table 230
              to 10.75.100.23 table 230
    Then I'd change the route-eth01 to add the new rule (added the last line)
    The first entry tells anything coming in from the management interface to use the eth0 NIC and table 220 (which instructs anything coming from the management network to stay on the management network)
    The second entry tells anything coming in from the management interface gateway to do the same (eth0 NIC and table 220)
    The third entry (new) tells anything coming from that specific IP address to route to the management IP of the comp node via eth0 but using our new table 230
              10.75.100.0/24 dev eth0 table 220
              default via 10.75.100.1 dev eth0 table 220
              10.50.50.122/24 via 10.75.100.23 eth0 table 230
    This should mean that the rules/routes will be statically configured so when we restart the network services or the entire box, it should save them?
    Does that look as it would make sense? The whole thing SEEMS to make perfect sense and seems easy when reading about it, but doesn't seem to play nicely when you come to actually implement it.
    Mark

  • How to add a weblogic cluster in OEM 12c Cloud Control

    Hi All,
    I have created one SOA domain with a two node cluster. My cluster contains two servers; one on each machine. Now I want to monitor my domain with OEM 12c cloud control. I my OEM 12c cloud control I can add my weblogic domain but if that domain contains a cluster and in the cluster one server must be residing on the some other machine. Then how exacly in OEM 12c I can a add a target which is of type weblogic domain and contains a weblogic clusters with two servers?
    Please advise on this..!!
    Thanks in advance!!

    EM12c can take care of multiple hosts during discovery and you don't have to do anything special, however, for SOA its advisable to have local agents monitor their individual hosts; hence, you should first discover both your hosts in EM first by pushing agents to each of the hosts using Setup>Add Targets>Add Targets Manually and then discover the SOA domain. You local agents will be picked up automatically that will eventually monitor your 2 nodes/servers.

  • Facing error while creating report in OEM 12c Cloud Control

    Hi All,
    I want to create a report in OEM 12c Cloud Control in Information Publisher. I have select element as "Table from SQL" and want to select data from "gc$metric_values_latest" view. But when I am writing a sql statement like..
    select * from gc$metric_values_latest
    Then on execution I am getting the following error "Error rendering element. Exception: ORA-00942: table or view does not exist "
    What can be the issue for this. Please suggest..
    Thanks in Advacnce!!!

    Is this mean that we can not fetch data from gc$metric_values_latest view or we need to do some configuration in order to fetch information from this view. Because I am able to fetch from views like mgmt$metric_current or mgmt$metric_history
    So what can be the probable cause of not getting access to gc$metric_values view

  • 12c Cloud Control installtion issue (on Windows 7-64 bit)

    Hello,
    I am trying to install 12c Cloud Control on my personal computer Windows 7 (64-bit) OS for practice purpose. The database setup has been fine and the creation of pluggable database has been successful post which we need to install the cloud control setup. There is an issue at "Step 6 of 9" where we are required to provide the database Configuration Details. The details are: Database Host Name, Port, SID, SYS password. After providing these details it shows the following error:
    "There was a problem connecting to the database on the host and port specified. Check to make sure the host is up or that the database listener is running on that host."
    My understanding is:
    Database Host Name: it is the fully qualified name of my computer, which in my case is "SRIDHAR-PC".
    I ran the following script and it confirmed the same: [quote]DBMS_OUTPUT.PUT_LINE()UTL_INADDR.GET_HOST_NAME[/quote]
    Port: the default port "1521" that I have provided and which I have not configured anywhere during installation. So it is the default one.
    SID: The SID of the pluggable database being asked and. In this case it is "PLUGDB"
    SYS password: The password of the sys account.
    How do I resolve this error?

    I am sorry for having asked this question outside the forum that I am supposed to for the issue. Progressing further on the issue, yes I have tried connecting them using the credentials and it succeeds connecting the database. On digging further I found that I have been installing the 12c Cloud Control setup on 12c database with pluggable-container database architecture, unfortunately which the 12c Cloud Control EM does not support to be installed on. To install the 12c EM Cloud Control we need to install it on either of the two databases:
    1) A pre-12c instance, i.e. 11g database (OR)
    2) 12c database installed as a regular installation (as we install the 11g DB) which is not installed as a container-pluggable database combination (This option needs to be selected at the time of database installation).
    Oracle can support monitoring the databases which contain the container-pluggable database structure along with the single instance and RAC architecture, but to install the EM Cloud Control setup, it cannot be installed on DB's which consists container-pluggable structure.

  • 12c cloud control software costs extra or free with normal support

    Hi,
    I am interested to use 12c now, as I have managed enough databases with 11g Grid Control.
    I have read some docs about 12c licensing, but I would be thankful if someone could answer me himself. My questions is: Whether one is required to buy extra or separate license to use 12c cloud control software to manage Data Guard setups for example, or it's not required if one has Enterprise or Standard support license, or may be its free if someone has DIAGNOSTIC & TUNING PACK license?
    # 12C files to install cloud control:
    em12103p1_linux64_disk1.zip
    em12103p1_linux64_disk2.zip
    em12103p1_linux64_disk3.zip
    Thanks a lot in advance.
    Best Regards

    Hi Ken,
    Wow, I've logged into adobe and never seen your response until now.
    I need to make the forums more of a daily stop I guess.
    Thank you for your response, When I go to the Archives, it states I have none. In addition, previously when I'd tried to move items to the archive, they just disappeared  
    Currently my desktop is not connecting at all, Everytime I connect, it's states "We have now logged you out" and requests I login again.
    I have of course rebooted,
    Gone into taskmanager, killed all the relevant threads,  tried again to login through the desktop, no luck, I'll have to uninstall it, make sure the threads are killed, then reboot it and then reinstall it, but I've not had the time to do that.
    On another note, and just as a point of reference, myself, personally, I hate these "cloud" file repositories (not to be confused with adobe cloud services which I love) but the file repositories themselves imho, are a blackhole of resource usage when one doesn't/isn't using them,
    Is there a way we can use it more of a "ftp" sort of thing, when I want to I can  put files there?  There is no way to "Download" the repository, no way to download the folders.. only individual files and then it takes I think three different steps before the download starts.. I find this very inhibiting.  Just an fyi. for what it's worth.
    Please, feel free to contact me,
    I'm on g+ chat [email protected]

  • How to view Dehydration Store Performance in OEM 12c Cloud Control

    Hi All,
    I have installed OEM 12c Cloud Control.I want to view dehydration store performance for my fusion middleware domain.Can anyone please suggest me how can I achieve this?
    I have added the database, where soa schemas are created, as a monitored target in OEM 12c Cloud Control. Also have added Fusion middleware domain for which I want to view dehydration store management.
    Thanks in Advance!!
    Edited by: Roshni Shankar on Sep 19, 2012 5:26 AM

    You should open an SR and support can assist you with it. The only current case where that feature is known to not work is in the case where the Dehydration Store is running on RAC. Otherwise, it should be possible to get it to work. The main thing is that you need to have DB configuration properties (host, port, sid) that have a 3-way string match between the JDBC data source configuration in the WLS server, the JDBC properties you add to the Monitoring Properties of the SOA Infrastructure target, and the connect settings of the Database target in EM that matches to the dehydration DB.
    If there isn't a match in all 3, the Dehydration Diagnostics page will not work. But again, to look into your specific setup, you should file an SR and work with support.

  • EM Cloud Control 12c has no databases

    Hello @ all,
    i've installed Enterprise Manager Cloud Control 12.1.0.2.0 on a virtual machine with RedHat Linux 6 and configured the EM by installing it so, that he should connect to my test database server with Oracle 11g 11.2.0.3.0 to watch over that. The installer get a valid connection to that database server.
    Now, after install, i want to test the connection. So i started the Overview of EMCC in my browser, connected as SYSMAN, selected the "Database Home" and at the frame "Database Loadmap" there displays the message "no databases available". But the database at the test server is running without any problem:
    lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 07-JUN-2013 09:39:52
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbtest2.berl.axway.int)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date                17-MAY-2013 10:05:48
    Uptime                    20 days 23 hr. 34 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /home/oracle/srv/ora/product/11.2.0/dbtest_2/network/admin/listener.ora
    Listener Log File         /home/oracle/srv/ora/diag/tnslsnr/dbtest2/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dbtest2.berl.axway.int)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dbtest2.berl.axway.int)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "<hostname>" has 1 instance(s).
      Instance "<hostname>", status READY, has 1 handler(s) for this service...
    Service "<hostname>" has 1 instance(s).
      Instance "dbtest2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> select * from v$instance;
    INSTANCE_NUMBER INSTANCE_NAME    HOST_NAME                                                        VERSION           STARTUP_TIME        STATUS       PAR    THREAD# ARCHIVE LOG_SWITCH_WAIT LOGINS     SHU DATABASE_STATUS   INSTANCE_ROLE     ACTIVE_ST BLO
                  1 dbtest2          dbtest2                                                          11.2.0.3.0        06/06/2013 09:51:08 OPEN         NO           1 STARTED                 ALLOWED    NO  ACTIVE           PRIMARY_INSTANCE   NORMAL    NOAlso the agent of EMCC is running too:
    ./emctl status agent
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.2.0
    OMS Version       : (unknown)
    Protocol Version  : 12.1.0.1.0
    Agent Home        : /path/to/agent_inst
    Agent Binaries    : /path/to/oracle/agent/core/12.1.0.2.0
    Agent Process ID  : 2814
    Parent Process ID : 2768
    Agent URL         : https://<hostname>:3872/emd/main/
    Repository URL    : https://<hostname>:4903/empbs/upload
    Started at        : 2013-06-07 11:18:13
    Started by user   : oracle
    Last Reload       : (none)
    Last successful upload                       : (none)
    Last attempted upload                        : 2013-06-07 11:18:36
    Total Megabytes of XML files uploaded so far : 0
    Number of XML files pending upload           : 73
    Size of XML files pending upload(MB)         : 0,27
    Available disk space on upload filesystem    : 45,74%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : Agent is blocked
    Last attempted heartbeat to OMS              : 2013-06-07 11:39:36
    Last successful heartbeat to OMS             : (none)
    Next scheduled heartbeat to OMS              : 2013-06-07 11:42:36
    Agent is Running and ReadySo what could i do more to find out the problem? Which logs would you need for more information?
    Thanks a lot and best regards,
    David

    After some minutes he was ready with resyncronisation. But now the EM Console told me, that the agent woulnd't be available.
    So i looked for it:
    emctl status agent
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    Agent Version     : 12.1.0.2.0
    OMS Version       : 12.1.0.2.0
    Protocol Version  : 12.1.0.1.0
    Agent Home        : /path/to/oracle/agent/agent_inst
    Agent Binaries    : /path/to/oracle/agent/core/12.1.0.2.0
    Agent Process ID  : 4529
    Parent Process ID : 4483
    Agent URL         : https://<hostname>:3872/emd/main/
    Repository URL    : https://<hostname>:4903/empbs/upload
    Started at        : 2013-06-07 14:32:22
    Started by user   : oracle
    Last Reload       : (none)
    Last successful upload                       : 2013-06-07 14:53:07
    Last attempted upload                        : 2013-06-07 14:53:12
    Total Megabytes of XML files uploaded so far : 0,09
    Number of XML files pending upload           : 13
    Size of XML files pending upload(MB)         : 0,01
    Available disk space on upload filesystem    : 45,32%
    Collection Status                            : Collections enabled
    Heartbeat Status                             : Ok
    Last attempted heartbeat to OMS              : 2013-06-07 14:52:28
    Last successful heartbeat to OMS             : 2013-06-07 14:52:28
    Next scheduled heartbeat to OMS              : 2013-06-07 14:53:28
    Agent is Running and ReadyAlso a ping to OMS is successfully:
    emctl pingOMS
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    EMD pingOMS completed successfullyEmctl upload says the same:
    emctl upload
    Oracle Enterprise Manager Cloud Control 12c Release 2
    Copyright (c) 1996, 2012 Oracle Corporation.  All rights reserved.
    EMD upload completed successfullyBut why is the agent now not available?
    EDIT: i've restarted the agent and now he is up!!! Yes!
    But in home screen he also tels me, that he can't find a database :(
    Edited by: David_Pasternak on 07.06.2013 03:59

  • How to view response time for each execution in OEM 12c Cloud Control

    Hi All,
    I want to view response time of each execution for my SOA composite in OEM 12c Cloud Control. Can anyone tell me how can I achieve that?
    Thanks in Advance!!

    You should open an SR and support can assist you with it. The only current case where that feature is known to not work is in the case where the Dehydration Store is running on RAC. Otherwise, it should be possible to get it to work. The main thing is that you need to have DB configuration properties (host, port, sid) that have a 3-way string match between the JDBC data source configuration in the WLS server, the JDBC properties you add to the Monitoring Properties of the SOA Infrastructure target, and the connect settings of the Database target in EM that matches to the dehydration DB.
    If there isn't a match in all 3, the Dehydration Diagnostics page will not work. But again, to look into your specific setup, you should file an SR and work with support.

  • How to inegrate OID with OEM 12c Cloud Control

    Hi All,
    Can anyone please tell me how can I integrate OID with OEM 12c Cloud Control. As we can integrate our weblogic administration console with OID,is it possible to integrate OEM cloud control with OID?
    Thanks in Advance!!

    Hi,
    Please find the URL below:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/security.htm#BABGAGIJ
    Following section will provide you the information for OID intergration:
    13.2.5 Oracle Internet Directory (OID)
    You can implement an OID-based authentication scheme to have Enterprise Manager authenticate users against the OID.
    Running the emctl config auth oid command on the OMS creates a WebLogic authentication provider of type OracleInternetDirectoryAuthenticator that uses the configuration parameter values specified by the command. Any configuration values not specified retain the default values. Tuning and modification of advanced OID configuration parameters is carried out through the WebLogic Server Administration Console and not the emctl config auth oid command.
    Prerequisites
    Oracle Internet Directory LDAP server is set up and running.
    Run the emctl config auth oid command on each OMS.
    emctl config auth oid -ldap_host <ldap host> -ldap_port <ldap port> -ldap_principal <ldap principal> [-ldap_credential <ldap credential>] [-sysman_pwd <pwd>] -user_base_dn <user base DN> -group_base_dn <group base DN>
    where:
    ldap_host: LDAP host name
    ldap_port: LDAP port
    ldap_principal: The distinguished name (DN) of the LDAP user the WebLogic server should use to connect to the LDAP server.
    ldap_credential: Password for the user specified by ldap_principal.
    user_base_dn: The base distinguished name (DN) of the tree in the LDAP directory that contains users.
    group_base_dn - The base distinguished name (DN) of the tree in the LDAP directory that contains groups.
    Example:
    emctl config auth oid -ldap_host "ldaphost" -ldap_port "3060" -ldap_principal "cn=orcladmin" -user_base_dn "cn=users,dc=us,dc=oracle,dc=com" -group_base_dn "cn=groups,dc=us,dc=oracle,dc=com" -ldap_credential "my_ldap_password" -sysman_pwd "my_sysman_password"
    Stop the OMS.
    emctl stop oms -all
    Restart the OMS.
    emctl start oms
    Note:
    For Enterprise Manager deployments consisting of multiple OMS instances, emctl config auth oid must be run on each OMS. Each OMS must be restarted in order for changes to take effect.
    Testing the OID Configuration
    Use the WebLogic Server Administration Console (Users and Groups tab) to check whether the OID configuration has been successful. To navigate to this tab, select Home/Summary of Security Realms/myrealm/Users and Groups. From the Users and Groups tab, you should see users and groups showing up from the OID.
    Best Regards,
    Venkat

  • 12c Cloud Control Install : plug-in MDS Schema Configuration has failed its

    Anyone,
    I am trying to install Oracle 12c Cloud Control (CC). I am installing this product on the
    same server (a VM) as the database.
    Some basic information ( a repeat of above):
    Platform OS:
    uname -aLinux slc02itk 2.6.18-308.0.0.0.1.el5xen #1 SMP Sat Feb 25 16:26:29 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    Database Software:
    SYS@OTMDX07>select banner from v$version ;
    BANNER
    Oracle Database 12c Enterprise Edition Release 12.1.0.0.1 - 64bit Beta
    PL/SQL Release 12.1.0.0.1 - Beta
    CORE 12.1.0.0.1 Beta
    TNS for Linux: Version 12.1.0.0.1 - Beta
    NLSRTL Version 12.1.0.0.1 - Beta
    Cloud Control Software:
    Software obtained from here:
    http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) for Linux x86-64 (With Bundle Patch 1)
    I have successfully installed the CC software and am having problems with the configuration.
    I am running this command:
    /u01/app/oracle/middleware/oms/sysman/install/ConfigureGC.sh
    In the linux window I get the following feedback. Note the "divide by zero" error.
    Does anyone know what causes this, and better yet, how to avoid it?
    Percent Complete: 50
    Percent Complete: 100
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    Repository Creation Utility - Create : Operation Completed
    Repository Creation Utility - Dropping and Cleanup of the failed components
    Repository Dropping and Cleanup of the failed components in progress.
    2012-06-12 06:01:50,448 [Thread-45] ERROR - createRepository failed with following error:
    java.lang.ArithmeticException: / by zero
    at oracle.sysman.assistants.rcu.backend.SilentProgressor.progress(SilentProgressor.java:58)
    at oracle.sysman.assistants.rcu.backend.RCUModel.cleanUp(RCUModel.java:605)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.showCompletionMessage(SilentRCUModel.java:245)
    at oracle.sysman.assistants.rcu.backend.RCUModel.executeTasks(RCUModel.java:449)
    at oracle.sysman.assistants.rcu.backend.SilentRCUModel.performOperation(SilentRCUModel.java:224)
    at oracle.sysman.assistants.rcu.backend.RCUModel.startOperation(RCUModel.java:327)
    at oracle.sysman.assistants.rcu.Rcu.execute(Rcu.java:335)
    at oracle.sysman.emdrep.opss.EMSecuritySchemaManager.perform(EMSecuritySchemaManager.java:317)
    at oracle.sysman.oms.MDSSchemaConfiguration.perform(MDSSchemaConfiguration.java:186)
    at oracle.sysman.oms.BaseConfiguration.invoke(BaseConfiguration.java:192)
    at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
    at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
    at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
    at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    In one of the log files generated:
    /u01/app/oracle/middleware/oms/cfgtoollogs/cfgfw/CfmLogger_2012-06-12_05-45-08-AM.log
    I see the following messages. The messages say "INFO", but they may as well be "FATAL" because the installation
    or configuration cannot continue. I believe the failure lies in the creation of the "SYSMAN_OPSS" user.
    NFO: oracle.sysman.top.oms:__________________________DUMPING PARAMETERS______________________________________________
    INFO: oracle.sysman.top.oms:OracleHome: /u01/app/oracle/middleware/oms
    INFO: oracle.sysman.top.oms:Connect String: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    INFO: oracle.sysman.top.oms:SYS User: SYS
    INFO: oracle.sysman.top.oms:________________________________________________________________________
    INFO: oracle.sysman.top.oms:MDS Schema Creation status: COMPLETED
    INFO: oracle.sysman.top.oms:MDS Schema Creation is successful
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting opss Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create OPSS schema
    INFO: oracle.sysman.top.oms:_______________________________________________________________________
    INFO: oracle.sysman.top.oms:Starting APM Schema Creation.
    INFO: oracle.sysman.top.oms:Failed to create APM schema
    INFO: oracle.sysman.top.oms:The plug-in MDS Schema Configuration has failed its perform method
    Here I show that the "other" users get created with their objects.
    1* select owner, count(*) from dba_objects where owner like 'SYSMAN%' group by owner
    SYS@OTMDX07>/
    OWNER COUNT(*)
    SYSMAN_RO 847
    SYSMAN_MDS 60
    SYSMAN 11174
    SYSMAN_APM 211
    SYS@OTMDX07>
    1* select tablespace_name, file_name from dba_data_files where tablespace_name like 'M%'
    SYS@OTMDX07>/
    TABLESPACE_NAME FILE_NAME
    MGMT_ECM_DEPOT_TS /u02/oradata/OTMDX07/mgmt_ecm_depot1.dbf
    MGMT_TABLESPACE /u02/oradata/OTMDX07/mgmt.dbf
    MGMT_AD4J_TS /u02/oradata/OTMDX07/mgmt_ad4j.dbf
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=slc02itk)(PORT=1521)))(CONNECT_DATA=(SID=OTMDX07)))
    Connected As : SYS
    Prefix for (prefixable) Schema Owners : SYSMAN
    RCU Logfile : /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/rcu.log
    Component schemas created:
    Component Status Logfile
    Authorization Policy Manager Success /u01/app/oracle/middleware/oms/sysman/log/schemamanager/m_061212_0546_AM/m_061212_0546_AM.CREATE/apm.log
    For complete disclosure, the Enterprise Manager prerequisite checks yielded these findings:
    id_check_session_cached_cursors_param ==> fail
    id_check_open_cursors_param ==> fail
    But I think the check is wrong. I do not understand why the check fails on only these initialization parameters:
    1* select name, value from v$parameter where name in ('session_cached_cursors','open_cursors')
    SYS@OTMDX07>/
    NAME VALUE
    session_cached_cursors 1000
    open_cursors 1000
    Any insight is greatly appreciated.
    John

    John,
    I note that your database version is 12.1.0.0.1 - 64bit Beta, which is not certified for EM 12c. This may have something to do with the repository creation failure. Can you try using a certified database version (e.g. 11.2.0.2 or 11.2.0.3) to host the EM 12c repository?
    Regards,
    - Loc

  • Cloud Control 12c identifies unused Weblogic version on Managed Server

    I'm using Cloud Control to monitor our domain. In this case I upgraded from WebLogic 10.3.1 to Weblogic 12.1.2.0.0 by installing 12c on a separate Oracle/Middleware/Oracle_Home and updateing the startup script to use this new WL_Home location.
    The Weblogic 10.3.1 installation is still there.
    When I connect through Cloud Control to discover the Middleware Targets (WebLogic) it identifies my server as being 10.3.1
    I checked the path and classpath in the startup script and there are no references to the 10.3 path. How is the cloud control agent finding the inactive one ?
    any help is appreciated

    For the error messagee:
    Shell path is incorrect or not defined.:/usr/local/bin/bash(SH_PATH),-c(SH_ARGS) on host XXX. Check the property values in the following files in this order, ssPaths_<plat>.properties or sPaths.properties or Paths.properties, in "/oracle/em12c/oms/oui/prov/resources" directory.For more details, refer to the Oracle Enterprise Manager Basic Installation Guide.
    yes , you are suppose to change the shell patch as its at a different location.
    The file where you have to chnage is: $<OMS_HOME>/oui/prov/resources/hpi.properties and change the variable: SH_PATH=
    Try the agent deployment
    On your another question: deploy manual agent , you have to get the em12c agent binaries usings elf update console. For information on Self Update and how you can use it to download the software, see the chapter on Self Update in the Oracle Enterprise Manager Cloud Control Administrator's Guide.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/self_update.htm#CACBHCBH

  • Cloud Control 12c: Configuration Details Error

    Hi,
    I'm currently in the process of installing the Oracle Enterprise Manager Cloud Control 12c, after typing the configuration details (step 5 of 8), I get an error popup window stating the following:
    The following prerequisite check failed because the ORacle Database, where the Management Repository will be configured, does not meet the configuration requirements. Fix the issue manually base on the recommendation offered for this prerequisite, and click OK. For more details check the logs: /oraInventory/logs/emdbprereqs
    Prereq Name:
    Check the compatible instance prarameter value.
    Recommendation:
    The compatible instance parameter must be set to the same version value as the database instance of the EM repository.
    When I check the repos_perf.log, I see the following fails:
    Executing Prereq Action
    executing Action: select count(*) from v$log where 300000000 > bytes
    output: 3
    Prerequisite failed
    Running component repos_perf Done
    Executing component :repos_perf
    Running component repos_perf Done
    How can I set parameter?
    Thanks,
    Olivares

    Hi Olivares,
    Assuming your question is about setting the compatible initialization parameter, you can connect to the repository database (e.g. using sqlplus as user system or sys) to execute the following command, then restart the database:
    ALTER SYSTEM SET COMPATIBLE = <value> SCOPE=SPFILE;
    EX:
    ALTER SYSTEM SET COMPATIBLE = '11.2.0.0.0' SCOPE=SPFILE;
    If necessary, see the following doc for guidance on the parameter value:
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/appdx_about_emprereqkit.htm#CIHHBGFD
    Regards,
    - Loc

  • OEM 12c Cloud Control/WebLogic - Running slow

    Recently installed Oracle Enterprise Manager 12c Cloud Control on AIX 64 Bit Server. It is running considerably slower than existing 10g Grid Control version.
    We setup on a server with 4 GB and plenty of diskspace - I believe the 10g server only had 1 GB free. Has Oracle gone the way of Bloatware as MS/Symantec, and others? If so, what are the new unofficial (there are recommended minimums vs. functional minimums) specs to run OEM on a server?
    Thank you in advance for you comments!

    Before you started installing you did of course did read the documentation? Maybe you missed the part of the hardware requirements in the Basic Installation Guide. The OMS server should have at least 6 GB memory and 2 cpu's and for the Repository database the same.
    But this depends on the number of agent, targets and concurrent users. You can check this in the mentioned guide in the chapter "Meeting Hardware Requirements".
    If the adviced redo log size is 300 MB and I would not know you would stick to the default redo log size. It is a small effort to create a number of redo logs with the proper size and drop the small ones.
    You run de repository on a production server, meaning you can have a lack of resources. It is adviced to have the OMS and OMR on the same or on separate dedicated servers.
    Eric

  • 1390717.1 - 12c Cloud Control Agent: Is it possible to Re-configure ...

    Can anyone get to this note "1390717.1: 12c Cloud Control Agent: Is it possible to Re-configure a 12c Agent to a Different 12c OMS Without Re-installation?"
    I do a search in Metalink and I see it listed in "How to Point a 10g/11g Grid Agent to a Different Grid Control OMS and Repository without Re-installation? [ID 413228.1]" but that is the only doc a search returns.
    I have a test environment with agents pointed to an old OMS 12c. I'd like to utilize the same agents but point them to our new, production, OEM 12c environment. Has anyone had any success with this? I've followed the 10g/11g OEM steps without luck, thus far (early testing).
    I was excited to see "emctl switchOMS REPOSITORY_URL" in the emctl options until I read the next line...
    This command is not supported.
    Drat :-)
    Regards,
    Rich

    Hi,
    The steps you need to follow are documented here:-
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/appdx_repoint_agent.htm#BABICJCE
    Regards, Mark.

Maybe you are looking for