Use DCLI to check #em12c agents on Exadata – all at once
For all the benefits of Oracle Enterprise Manager 12c (OEM), there is one draw back when using OEM with Real Application Clusters or Exadata…. checking the status of the EM Agent on each node. When a node is bounced, some times the EM Agent does not always restart. When this happens on a single instance box or a RAC; normally you would have to check each node individually and restart the agent. With Exadata, Oracle has made this check easier by providing the Distributed Command Line Interface (DCLI). Using DCLI, an administrator can run commands across all the nodes of the Exadata.
Note: The DCLI is a shell script that allows commands to be ran on multiple machines with a single invocation.
The example I’m going to use in this post is an example of checking the Enterprise Management Agents after rebooting the computer (db) nodes of an Exadata.
After rebooting each of the nodes, I needed to validate that the EM Agents were successfully restarted. All the agents were installed on each of the nodes in the same directory structure (/u01/app/oracle/product/agent12c), which makes using DCLI a breeze. Now that I know where the agents are installed, I need to create a file that lists all the compute (db) nodes in the Exadata; this file name is dbs_group. The last thing I need is a login for each of the nodes. On all Exadata systems the Oracle user can be used to login to each of the nodes.
Now that I have all the information I need; I need two command line switches that will be used with the DCLI command. These switches are –l (login) and –g (group).
The command that will be used to check all the EM Agents on the Exadata is:
dcli -l oracle -g ~/dbs_group /u01/app/oracle/product/agent12c/core/12.1.0.3.0/bin/emctl status agent
Once I run the DCLI command, I get output for all the EM Agents across all the nodes of the Exadata.
[e###db01:oracle:F####1] /home/oracle
> dcli -l oracle -g ~/dbs_group /u01/app/oracle/product/agent12c/core/12.1.0.3.0/bin/emctl status agent
e###db01: Oracle Enterprise Manager Cloud Control 12c Release 3
e###db01: Copyright (c) 1996, 2013 Oracle Corporation. All rights reserved.
e###db01: —————————————————————
e###db01: Agent Version : 12.1.0.3.0
e###db01: OMS Version : 12.1.0.3.0
e###db01: Protocol Version : 12.1.0.1.0
e###db01: Agent Home : /u01/app/oracle/product/agent12c/agent_inst
e###db01: Agent Binaries : /u01/app/oracle/product/agent12c/core/12.1.0.3.0
e###db01: Agent Process ID : 6638
e###db01: Parent Process ID : 6307
e###db01: Agent URL : https://e###db01.acme.com:3873/emd/main/
e###db01: Repository URL : https://c#####01.acme.com:4904/empbs/upload
e###db01: Started at : 2014-03-16 02:29:10
e###db01: Started by user : oracle
e###db01: Last Reload : (none)
e###db01: Last successful upload : 2014-03-17 10:15:41
e###db01: Last attempted upload : 2014-03-17 10:15:41
e###db01: Total Megabytes of XML files uploaded so far : 3.84
e###db01: Number of XML files pending upload : 0
e###db01: Size of XML files pending upload(MB) : 0
e###db01: Available disk space on upload filesystem : 29.98%
e###db01: Collection Status : Collections enabled
e###db01: Heartbeat Status : Ok
e###db01: Last attempted heartbeat to OMS : 2014-03-17 10:16:56
e###db01: Last successful heartbeat to OMS : 2014-03-17 10:16:56
e###db01: Next scheduled heartbeat to OMS : 2014-03-17 10:17:56
e###db01:
e###db01: —————————————————————
e###db01: Agent is Running and Ready
e###db02: Oracle Enterprise Manager Cloud Control 12c Release 3
e###db02: Copyright (c) 1996, 2013 Oracle Corporation. All rights reserved.
e###db02: —————————————————————
e###db02: Agent Version : 12.1.0.3.0
e###db02: OMS Version : 12.1.0.3.0
e###db02: Protocol Version : 12.1.0.1.0
e###db02: Agent Home : /u01/app/oracle/product/agent12c/agent_inst
e###db02: Agent Binaries : /u01/app/oracle/product/agent12c/core/12.1.0.3.0
e###db02: Agent Process ID : 28588
e###db02: Parent Process ID : 28478
e###db02: Agent URL : https://e###db02.acme.com:3873/emd/main/
e###db02: Repository URL : https://c#####01.acme.com:4904/empbs/upload
e###db02: Started at : 2014-03-16 02:24:59
e###db02: Started by user : oracle
e###db02: Last Reload : (none)
e###db02: Last successful upload : 2014-03-17 10:15:40
e###db02: Last attempted upload : 2014-03-17 10:15:40
e###db02: Total Megabytes of XML files uploaded so far : 3.18
e###db02: Number of XML files pending upload : 0
e###db02: Size of XML files pending upload(MB) : 0
e###db02: Available disk space on upload filesystem : 38.92%
e###db02: Collection Status : Collections enabled
e###db02: Heartbeat Status &
nbsp; : Ok
e###db02: Last attempted heartbeat to OMS : 2014-03-17 10:16:59
e###db02: Last successful heartbeat to OMS : 2014-03-17 10:16:59
e###db02: Next scheduled heartbeat to OMS : 2014-03-17 10:17:59
e###db02:
e###db02: —————————————————————
e###db02: Agent is Running and Ready
e###db03: Oracle Enterprise Manager Cloud Control 12c Release 3
e###db03: Copyright (c) 1996, 2013 Oracle Corporation. All rights reserved.
e###db03: —————————————————————
e###db03: Agent Version : 12.1.0.3.0
e###db03: OMS Version : 12.1.0.3.0
e###db03: Protocol Version : 12.1.0.1.0
e###db03: Agent Home : /u01/app/oracle/product/agent12c/agent_inst
e###db03: Agent Binaries : /u01/app/oracle/product/agent12c/core/12.1.0.3.0
e###db03: Agent Process ID : 5834
e###db03: Parent Process ID : 5733
e###db03: Agent URL : https://e###db03.acme.com:3873/emd/main/
e###db03: Repository URL : https://c#####01.acme.com:4904/empbs/upload
e###db03: Started at : 2014-03-16 02:42:35
e###db03: Started by user : oracle
e###db03: Last Reload : (none)
e###db03: Last successful upload : 2014-03-17 10:12:39
e###db03: Last attempted upload : 2014-03-17 10:12:39
e###db03: Total Megabytes of XML files uploaded so far : 8.54
e###db03: Number of XML files pending upload : 0
e###db03: Size of XML files pending upload(MB) : 0
e###db03: Available disk space on upload filesystem : 39.97%
e###db03: Collection Status : Collections enabled
e###db03: Heartbeat Status : Ok
e###db03: Last attempted heartbeat to OMS : 2014-03-17 10:16:38
e###db03: Last successful heartbeat to OMS : 2014-03-17 10:16:38
e###db03: Next scheduled heartbeat to OMS : 2014-03-17 10:17:38
e###db03:
e###db03: —————————————————————
e###db03: Agent is Running and Ready
e###db04: Oracle Enterprise Manager Cloud Control 12c Release 3
e###db04: Copyright (c) 1996, 2013 Oracle Corporation. All rights reserved.
e###db04: —————————————————————
e###db04: Agent Version : 12.1.0.3.0
e###db04: OMS Version : 12.1.0.3.0
e###db04: Protocol Version : 12.1.0.1.0
e###db04: Agent Home : /u01/app/oracle/product/agent12c/agent_inst
e###db04: Agent Binaries : /u01/app/oracle/product/agent12c/core/12.1.0.3.0
e###db04: Agent Process ID : 5853
e###db04: Parent Process ID : 5734
e###db04: Agent URL : https://e###db04.acme.com:3873/emd/main/
e###db04: Repository URL : https://c#####01.acme.com:4904/empbs/upload
e###db04: Started at : 2014-03-16 02:53:08
e###db04: Started by user : oracle
e###db04: Last Reload : (none)
e###db04: Last successful upload : 2014-03-17 10:16:33
e###db04: Last attempted upload : 2014-03-17 10:16:33
e###db04: Total Megabytes of XML files uploaded so far : 2.81
e###db04: Number of XML files pending upload : 0
e###db04: Size of XML files pending upload(MB) : 0
e###db04: Available disk space on upload filesystem : 45.75%
e###db04: Collection Status : Collections enabled
e###db04: Heartbeat Status : Ok
e###db04: Last attempted heartbeat to OMS : 2014-03-17 10:16:50
e###db04: Last successful heartbeat to OMS : 2014-03-17 10:16:50
e###db04: Next scheduled heartbeat to OMS : 2014-03-17 10:17:50
e###db04:
e###db04: —————————————————————
e###db04: Agent is Running and Ready
From the output, I can clearly see that all the EM Agents are monitoring the Exadata and are in running status. I really like the DCLI command option, makes life simple especially when needing to check on multiple agents within an environment. Makes me wonder if I can put DCLI on a traditional RAC system?
Enjoy!
twitter: @dbasolved
blog: http://dbasolved.com
Bobby Curtis

I’m Bobby Curtis and I’m just your normal average guy who has been working in the technology field for awhile (started when I was 18 with the US Army). The goal of this blog has changed a bit over the years. Initially, it was a general blog where I wrote thoughts down. Then it changed to focus on the Oracle Database, Oracle Enterprise Manager, and eventually Oracle GoldenGate.
If you want to follow me on a more timely manner, I can be followed on twitter at @dbasolved or on LinkedIn under “Bobby Curtis MBA”.



I’m now not positive the place you’re getting your information, but
good topic. I must spend some time learning much more or figuring out
more. Thanks for fantastic info I used to be in search of this info for my mission.
Also visit my page :: eharmony special coupon code 2025
Hi there, always i used to check blog posts here early in the morning, for the reason that i enjoy to
learn more and more.
my web site; vpn
This info is worth everyone’s attention. How
can I find out more? gamefly https://tinyurl.com/2ygltljs
I do consider all of the ideas you’ve offered for your post.
They’re really convincing and will definitely work. Still, the posts are very brief for newbies.
May you please prolong them a bit from next time?
Thank you for the post. What does vpn do https://tinyurl.com/23bovxld
Its like you read my mind! You appear to know so much about this, like you
wrote the book in it or something. I think that you could do with a few pics to drive the message home a little bit, but other than that, this is excellent blog.
An excellent read. I’ll certainly be back.
Wow that was unusual. I just wrote an really long comment but after I clicked submit my comment didn’t appear.
Grrrr… well I’m not writing all that over again. Anyways, just wanted to say superb blog!
cwhjbgybu uhhpp jssjyzx nvmk ykgwnwnfipndamf
When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is
added I get four emails with the same comment.
Is there anny way youu can remove people from that service?
Cheers! https://Glassi-Info.blogspot.com/2025/08/deposits-and-withdrawals-methods-in.html
I pay a quick visdit everyday some web pages aand information sites to read posts, however this website provides feature base writing. https://Jobfreez.com/employer/tonybet/
you’re in point of fact a just right webmaster.
The site loading speed is incredible. It sort of feels that you are doing any distinctive trick.
Also, The contents are masterpiece. you’ve performed a
magnificent job on this subject! https://tinyurl.com/yu2htvml eharmony special coupon code 2025
play roulette online canada free, betsoft no deposit bonus united kingdom and au
slots bonus codes 2021, or best online how to not get cash casino heist (Abe) australia zodiac
no wager united statesn casino, yukon gold can you use a
fake at a casino (Leon) news and
legit australian online casino, or uk slot
streamers
you are in reality a just right webmaster. The site loading velocity is incredible.
It seems that you’re doing any unique trick.
Also, The contents are masterpiece. you have
done a excellent task in this topic!
Here is my blog post – http://winkler-martin.de/messages/61849.html
united states gambling sites, canada gambling advertising and free slots
that pay real money usa, or uk gambling license conditions
my web site … Virtual casino stake
casino in quebec canada, new zealandn tourister slot instellen and dollar 5 deposit online casino australia, or casino tax recovery united
kingdom
Also visit my web site :: blackjack game how to play (Jeanna)
top online pokies and casinos around philly
united states pokies, usa casino bonuses and usa online
casino no deposit bonus codes, or united statesn roulette european difference
how many native united statesn casinos are there, chukchansi
park casino and usa online casinos for real money, or canadian online gambling
Check out my page: genetic roulette summary (Finlay)
top online pokies and casinos australian deals, no deposit bingo bonus
uk and united statesn poker 95 download, or online blackjack canada paypal
Also visit my web-site: free $100 casino chip australia (Rory)
united states online jackpot grand casino bern (Tanesha) real money, united statesn roulette rules
usa and usa slots no deposit free spins, or $10 deposit online casino australia
Thanks for sharing this insightful article. Tune into dubai horse racing world cup — Meydan’s live races. clear commentary and analysis. track conditions, stats and timings. clear commentary and analysis.
minimum deposit casinos usa, legal canadian online
pokies and united kingdom best online cache creek casino Tribal gaming License, or casino united states stock
online wetten
my web blog :: basketball wett tipps; Brock,
was bedeutet quote bei pferderennen online wetten (http://Hokusfokus.is/beste-online-wetten-trader)
sportwetten anbieter deutschland
selbst anbieten
sportwetten kombiwetten tipps
Also visit my website – wetten italien deutschland
gratiswette code ohne einzahlung
Here is my homepage :: wettanbieter im test
sicherste wettstrategie
Also visit my web blog krypto wettanbieter (Hong)
besten sportwetten verdoppler Strategie
wetten halbzeit endstand
my web-site Sportwetten Tipps erfahrung
sportwetten online schweiz
my webpage; live Wetten Tipps heute
neue sportwetten anbieter ohne oasis [Patti] bonus
buchmachern
Feel free to surf to my website … Wett Tipps üBer Unter Tore
buchmacher pferderennen deutschland
My webpage … gratiswette (https://surya-abadi.Co.id/2025/10/11/hochstgewinn-online-wetten)
wettquoten bielefeld stuttgart
Look into my blog post; ohne einzahlung bonus wetten
gratis wette
Stop by my web page Gewinnbringende wettstrategie
esports wetten deutschland verboten tipps vorhersagen
e sport wetten
Also visit my page :: Spieler Gegen Spieler Wette – M-Condit.Info
–
sportwetten ohne einzahlung
Feel free to visit my site: Bester Alphabet Wettanbieter
buchmacher lübeck
my web blog; Wetten Vorhersagen Halbzeit Endstand – Biokapslendev.Dev.Magepartner.Net,
gratiswette für neukunden ohne einzahlung
Look into my page; Wettstrategie sportwetten (http://WWW.Ldacupuntura.Com.br)
wettanbieter ohne deutsche lizenz
Check out my blog; Was Sind Kombiwetten
wetten ohne einzahlung geizkragen
my blog post: Sichere wett Tipps
Marvelous, what a weblog it the big river casino is advertising a new digital (Rudolf)!
This webpage presents useful data to us, keep it up.
dfb pokal quoten Online wetten schweiz Legal
wett tipps heute vorhersage
My site; wetten com bonus ohne einzahlung (Cham3A.ma)
kombiwetten heute
Visit my blog … bester wettanbieter
buchmacher lübeck
Look into my blog: Wer hat die besten Quoten sportwetten
sportwetten die besten wett tipps (Valerie) vorhersagen forum
sportwetten live wetten
Also visit my blog post :: buchmacher tipps (Celina)
was ist die beste sportwetten app
Feel free to visit my page wetten dass gewinner (Beth)
esport wettseiten
my web page esc buchmacher Quoten
wette handicap
Feel free to visit my homepage … wetten schweiz
österreich wetten england schweiz (Twila)
buchmacher berlin
Here is my webpage; Livescore FüR Sportwetten (https://Bwchemicals.Com.Pk/Wann-Offnen-Die-Online-Wetten)