Enterprise Manager 12c
Enterprise Manager 12c
Enterprise Manager 12c
ARCHITECTURE
Plug-ins
CLOUD CONTROL CONSOLE
The user interface that you use to access, monitor, and
administer your computing environment.
The agents are deployed from the console and then monitor all the targets
that have been discovered by the agents.
Provide details such as availability, metrics, and job statuses back to the
oracle management service.
the installation process for the OMR requires that a database already
exists for the repository.
When an agent is started, it also starts a watchdog which will monitor the
agent and attempt to restart it if it fails.
OMS DIRECTORY STRUCTURE
OMS DIRECTORIES AND USES
OMS LOG AND TRACE FILES
6main log and trace files for troubleshooting issues with the OMS.
These are located under the OMS instance base directory gc_instin
emctl.log contains output from emctlcommands.
emctl.msg is generated when the OMS restarts because of critical
errors.
emoms.log the log file for the console, contains information created
when the OMS performs an action (such as starting or stopping) or
generates an error.
emoms.trc contains more-detailed tracing information to support
troubleshooting errors.
emoms_pbs.log contains errors or warnings for background
modules such as the event and job systems.
emoms_pbs.trc contains more-detailed tracing information to
troubleshoot problems with background modules.
TROUBLESHOOTING
EMDIAG- Utility for troubleshooting all 3 layers of stack
AGTVFY - for the agent tier
OMSVFY - for OMS tier
REPVFY for Repository tier
They can even be used when the tier itself is not running (or indeed when it is
broken).
When you run these commands, you can pass a level from 0 to 9
Start with the lowest value (0), fix issues that are reported from that command,
and then run it again at the next highest level
Levels from 0 to 4 report functional issues,
Levels 6 to 8 are reporting issues,
Level 9 is for internal diagnostics and should be run under oracle support guidance
$ ./agtvfy verify all -level 2 details
$ ./repvfy verify all -level 2 details