1Z0-902 · Question #26
You have been asked to investigate why an Exadata Database Server stopped communicating on the client network for 10 minutes over the past weekend. Which command would help investigate this?
The correct answer is C. # /opt/oracle.ExaWatcher/GetExaWatcherResults.sh --from <Fridays_Date>_17:00:00 --to. ExaWatcher (GetExaWatcherResults.sh) is the correct tool because it continuously records Exadata system metrics - including client network activity - and supports --from/--to time-range parameters, making it purpose-built for reconstructing what happened during a specific…
Question
You have been asked to investigate why an Exadata Database Server stopped communicating on the client network for 10 minutes over the past weekend. Which command would help investigate this?
Options
- A$ ${ORACLE_HOME}/suptools/tfa/release/tfa_home/bin/tfact1 --from <Fridays_Date>_17:00:00 --
- B
/opt/oracle.SupportTools/ibdiagtools/netcheck/runDiagnostics.pm --from
- C
/opt/oracle.ExaWatcher/GetExaWatcherResults.sh --from <Fridays_Date>_17:00:00 --to
- D
/opt/oracle.SupportTools/exachk/exachk --from <Fridays_Date>_17:00:00 --to
How the community answered
(44 responses)- A9% (4)
- B2% (1)
- C82% (36)
- D7% (3)
Explanation
ExaWatcher (GetExaWatcherResults.sh) is the correct tool because it continuously records Exadata system metrics - including client network activity - and supports --from/--to time-range parameters, making it purpose-built for reconstructing what happened during a specific historical window like a weekend outage.
- A is wrong because
tfactl(TFA/Trace File Analyzer) collects diagnostic bundles and log files reactively; it's not designed to query historical network telemetry by time range, and the command shown (tfact1) is misspelled. - B is wrong because
ibdiagtools/netchecktargets the InfiniBand interconnect (the internal Exadata fabric between nodes), not the client network (Ethernet) that external databases users connect through. - D is wrong because
exachkis a health and best-practices compliance checker that produces configuration reports - it has no mechanism to investigate past network communication events.
Memory tip: "ExaWatcher watches your Exadata 24/7" - think of it as security camera footage you can rewind to any timestamp with --from/--to.
Topics
Community Discussion
No community discussion yet for this question.