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

Similar Messages

  • 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

  • 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

  • How to integrate OPS 12c with EM cloud control 12c

    As title. We checked the documents of OPS 12c and didn't find a way to integrate OPS 12c enterprise controller with EM cloud control 12c.
    Is it ready now? Where can we download a separate opar for OMS? Any official documents we can reference?
    Regards,
    Yu Wang

    There's a ton of things in OC that you can't do in OEM, at least not that I know of. Such as:
    OVM Server for Sparc (LDOM) management
    S10/S11 zone management
    patching Solaris
    updating Solaris 11
    provisioning Solaris (9, 10, 11)
    ABE management
    firmware provisioning
    If you are an all-Linux shop then you may have an argument but Solaris wise I don't think OEM scratches the surface of OC.
    At an even higher level, OEM is more geared for the App layer while OC is more geared for the OS/system/virtualization layer.
    My $.02.

  • Resource Manager in Cloud Control 12c still available?

    Hi ,
    is the Resource Manager in Cloud Control 12c still available? The Resource Manager could be found in Grid Control 10g under the tab Database -> Administration.
    Rgds
    JH

    Yes, in EM 12c you can navigate to the "Getting Started with Database Resource Manager" page by selecting Resource Manager from the Administration drop-down list in a database homepage. I believe, in EM 10g the Resource Manager link is in the Server tab.
    Regards,
    - Loc

  • Performance tab in Cloud Control 12c

    Hi guyz,
    How can I activate Performance tab in EM Cloud Control 12c? Do I need any license or is there light version?
    In Grid Control 11g it was easy to activate.
    Thank you beforehand.

    Could you please confirm the Database Diagnostic Pack and Oracle Tuning Pack is enabled for the database.
    From the Setup -> Management Pack -> Management Pack Access
    To enable the Management Pack for Oracle Database:
         From the Setup menu, select Management Packs, then select Management Pack Access.Enterprise Manager Cloud Control displays the Management Pack Access page.
    In the Management Pack Access page, from the Search list, select Database  ===>  It will lists all the Oracle Database targets being monitored.
    From the table, for the select  your Oracle Database target and enable the Oracle Diagnostics Pack, Oracle Database Tuning Pack and click Apply.
    For licensing information on the Oracle Diagnostics Pack and Oracle Tuning Pack
    Ref to:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24474/toc.htm
    Understanding the Management Packs in Enterprise Manager (dbconsole, grid control and cloud control) (Doc ID 1566956.1)

  • Creating physical standby through Cloud Control 12C fails

    Hi,
    I have a SR with MOS on physical standby setup through Cloud Control 12C. My setup is two Exadata Quarter RAC X2-2 installations and i'm setting up primary standby/between those two installations. Lets call them exa1db01(primary) and exa2db01(standby).
    I'm using Cloud version 12.1.0.2 and agents on the latest version and patch. We just upgraded before Christmas. When i try to create a physical standby it fails on the transfer stage with below error:
    "Uncaught exception in command fileTransfer: unable to instantive value javax.xml.bind.JAXBE1ement@46dd1e39 for attribute actualException"
    At the moment its sent to developement so i have to wait for a fix. The reason for posting here is that i cant believe that this is not working on Cloud Control 12.1.0.2. This is basic functionality and i'm amazed that this is a bug. Our Exadata installation is running on 11.2.0.3 BP10 so it should be fairly fresh.
    I truly believe the problems needs to be somewhere in our installation or the connectivity between our Exadata environments. Do any of you have any experience with DG through Cloud on that participial version ?
    Cheers

    Hello again;
    Check the solution in this: ( and note the multiple versions of oracle it covers )
    UNABLE TO FIND GRID INFRASTRUCTURE LISTENER (Doc ID 1483234.1)
    Best Regards
    mseberg

  • Oracle VM and Oracle VM Template for Enterprise Manager Cloud Control 12c M

    Hello!
    After installation of *"Oracle VM 3.1.1 Media Pack v1 for x86_64 (64 bit)"* to bare hardware
    can I install Oracle VM Template for Enterprise Manager Cloud Control 12c Media Pack ?
    Is it the wrong plan ?
    What to do if I need to set VLAN №1 ? (according note of installer I have to choose number between 2 and 4094 )
    Thanks and regards,
    Pavel
    Edited by: Pavel on Jul 30, 2012 5:01 AM

    Yes, you can install Oracle VM Manager, create a server pool with the one parent Oracle VM server in it, and then deploy the Oracle VM template in the pool. Once EM VM is up and running, you can register the same Oracle VM Manager with EM, to manage the pool.
    In general, it is not recommended that you use the OVM server backend directly. But for bootstrapping the EM environment, you can also try the following:
    Download the OVM Template on the Oracle VM server. From the OVM server terminal itself you can do "xm create" to spin a new virtual machine using the Oracle VM teamplate. Once the VM comes up, VNC into the VM and configure the EM OMS and agent.

  • Oracle VM Template for Enterprise Manager Cloud Control 12c Media Pack v1

    Hello
    I download Oracle VM Template for Enterprise Manager Cloud Control 12c Media Pack v1
    I was checking the structure and I found this
    [oracle@em12c bin]$ cd /u01
    [oracle@em12c u01]$ ls
    app lost+found OracleHomes oracle-template.sh scripts
    [oracle@em12c u01]$ cd OracleHomes/
    [oracle@em12c OracleHomes]$ ls
    checkpoints db11g Middleware
    [oracle@em12c OracleHomes]$ pwd
    /u01/OracleHomes
    [oracle@em12c OracleHomes]$ cd db11g/
    [oracle@em12c db11g]$ ls
    admin cfgtoollogs checkpoints diag fast_recovery_area oradata product
    [oracle@em12c db11g]$ cd ..
    [oracle@em12c OracleHomes]$ cd Middleware/
    [oracle@em12c Middleware]$ ls
    [oracle@em12c Middleware]$
    The Database has all binaries but Middleware is empty
    Same body knows about this issue.
    Regards

    Yes, you can install Oracle VM Manager, create a server pool with the one parent Oracle VM server in it, and then deploy the Oracle VM template in the pool. Once EM VM is up and running, you can register the same Oracle VM Manager with EM, to manage the pool.
    In general, it is not recommended that you use the OVM server backend directly. But for bootstrapping the EM environment, you can also try the following:
    Download the OVM Template on the Oracle VM server. From the OVM server terminal itself you can do "xm create" to spin a new virtual machine using the Oracle VM teamplate. Once the VM comes up, VNC into the VM and configure the EM OMS and agent.

  • 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

  • SQL Response Time in Cloud Control 12c

    Hi all gurus,
    SQL Response Time Screen in Cloud Control 12c , (translated from portuguese to english) is not showing any information.
    One week ago the most expensive SQL commands were showed.
    Can someone tell me where can I find any documentation to clarify this?
    Many thanks,
    Kaz

    Please check following MOS notes.
    12c SQL Response Time Graph does not display values (Doc ID 1603800.1)
    How to Troubleshoot SQL Response Metric Graph from EM DB Home Page (Doc ID 786487.1)

  • Dbcontrol migrate to enterprise manager cloud control 12c

    Currently we are using Oracle 11gR2 database in our enterprise and manage them with EM database control.
    We're planning to migrate to centralized management with oracle enterprise manager cloud control 12c.
    Is it possible to manage DBs both ways, with db control AND using EMCC agent simultaneously?
    Is there a easy way to migrate db control managed DBs to be managed by agent?
    I've searched EM documentation but didn't find any topic about this job.

    Hi P2
    Yes You can manage DB from both. But why you are going to use EM instead of Cloud Control 12. You Can do each and every work from it more tan EM. Cloud Control 12c is very good tool.
    No. But You can easily setup them using manual agent push or auto discovery method from cloud control 12c. You need to create password less ssh login to both side for oracle user and open the relevant ports from network. It is very easy. After add agent you can add targets from relevant hosts easily.
    Thanks
    Dilshan
    Edited by: user11923797 on Dec 24, 2012 10:39 AM

  • Acknowledge multiple incidents on OEM cloud control 12c

    Hey Guys,
    Is there a way to acknowledge multiple incidents through the OEM cloud control 12c GUI like we had in OEM 10g and 11g? I cannot find an option to select multiple incidents and this is really bugging me a lot.
    Thanks
    Abhishek

    From the oracle link you gave
    "Select the incidents to which you want to respond. You can select multiple incidents by holding down the Control key and selecting individual incidents or you can hold down the Shift key and select the first and last incidents to select a contiguous block of incidents."
    Thanks Mani! Fist thing I'll try tomorrow morning
    Doesn't work for me Mani... Anyone else facing issues?
    Message was edited by: oracle.dba.89

  • Controlling Corrective Actions from Cloud Control 12c

    Hi Experts
    we have setup corrective actions on some process that runs on our host
    is there a way we can control the corrective action when in case or maintenance...
    Example: if the host is down for maintenence prupose how can we stop corrective actions script to kick off and stop sending notification from the cloud control 12c.
    Thanks
    Edited by: TechAdmin on Nov 12, 2012 9:32 AM

    Blackouts can be used to disable collections during maintenance cycles.
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/emctl.htm#BABHFDII

  • Installing Cloud Control 12c agent on other blades thru RPM and response file sets wrong cluster name

    Hi,
    Hopefully someone can help me with this. We installed em Cloud Control 12c and its agents on miscellaneous machines.
    We first proceeded with two target-nodes part of a Grid Infra cluster (let's call it proclu_1). OS is RH6.
    Then, using the same method (1/ yum -y install /tmp/oracle-agt-12.1.0.3.0-1.0.x86_64.rpm and then
    2/ /etc/init.d/oracle-agt RESPONSE_FILE=/usr/lib/oracle/agent/agent.properties) we installed the agent on 2 other
    blades that are part of another cluster (proclu_2). The agent.properties file above just contained the usual key-value lines:
    OMS_HOST=omsmachine.stuff.be
    OMS_PORT=4889
    AGENT_REGISTRATION_PASSWORD=ametemp
    AGENT_USERNAME=oracle
    AGENT_GROUP=oinstall
    AGENT_PORT=3873
    ORACLE_HOSTNAME=promachine.stuff.be
    Now if I change dir to /usr/lib/oracle/agent and search for the name "proclu*" from there, I find the name of the
    first install (on first cluster proclu_1):
    [oracle@bladb0406 agent]$ pwd
    /usr/lib/oracle
    [oracle@bladb0406 oracle]$ find . -name "proclu_1*"
    ./agent/agent_inst/sysman/emd/state/has/proclu2/cluster/proclu
    ./agent/agent_inst/sysman/emd/state/configstate/cluster/proclu_1
    ./agent/agent_inst/sysman/emd/state/statemgmt/cluster/proclu_1
    ./agent/agent_inst/sysman/log/targets/cluster/proclu_1
    My questions:
    1/ on the first two nodes (blada0204 & blada0406) of our first cluster doing this 'find' returns the
    same directory names with "proclu_1", this is what we expected: where did the oracle-agt script pick up
    our cluster name ?
    2/ why has it set the same -and wrong- "proclu_1" name on our two other nodes (bladb0204 & bladb0406) ??
    (we would've expected "proclu_2"...)
    Is there a way to correct this, or should I reinstall the agent (after configuring/modifying something somewhere
    so that it picks up the correct cluster name...) ??
    Thanks a lot.
    Regards,
    Seb

    Unfortunately, this goes back to the RAC install procedures.   Check the cluster name for each cluster.   If they're all installed the same, then you'll need to manually discover/edit name when you promote so that your clusters are unique in EM.
    To verify name set for clusterware installation:
    <CRS_HOME>/bin/cemutlo -n

Maybe you are looking for