Question

Many thanks in advance.

Database Version: Oracle DB 11g Enterprise Edition Release 11.2.0.1.0

The Operating System is AIX:

Please look into the points below:

  1. Agent version mismatch. (I am just guessing if these are an issue)

$ emctl getversion agent Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0 Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved. Enterprise Manager 10g Agent Version 10.2.0.4.0

As we can see above the agent version is 10.2.0.4.0

However, in the emd.properties the Agent Version is mentioned as below:

#@description=Agent Version agentVersion=10.2.0.0.0

So, agent version mismatch can be an issue. But before that I have another issue. Please look at point no. 2 below.

  1. Though, I can check the status of the agent. I am not being able to start the agent at all. How is that possible? Please check the output of the commands below.

$ emctl status agent Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0 Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.

Agent is Not Running $ $ emctl start agent Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0 Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved. Oracle Enterprise Manager 10g Database Control commands: emctl start | stop dbconsole emctl status | secure | setpasswd dbconsole emctl config dbconsole -heap_size <size_value> -max_perm_size <size_value> emctl status agent emctl status agent -secure [-omsurl < http:// :/em/*>] emctl getversion emctl reload | upload | clearstate | getversion agent emctl reload agent dynamicproperties [<Target_name>:<Target_Type>].... emctl config agent emctl config agent updateTZ emctl config agent getTZ emctl resetTZ agent emctl config agent credentials [<Target_name>[:<Target_Type>]] emctl gensudoprops emctl clearsudoprops Blackout Usage : emctl start blackout [-nodeLevel] [<Target_name>[:<Target_Type>]].... [-d ] emctl stop blackout emctl status blackout [<Target_name>[:<Target_Type>]]....

The following are valid options for blackouts <Target_name:Target_type> defaults to local node target if not specified. If -nodeLevel is specified after ,the blackout will be applied to all targets and any target lis t that follows will be ignored. Duration is specified in [days] hh:mm

emctl getemhome emctl ilint Em Key Commands Usage : emctl config emkey -emkeyfile <emkey.ora path> [-force] [-sysman_pwd ] emctl config emkey -emkey [-emkeyfile <emkey.ora path>] [-force] [-sysman_pwd ] emctl config emkey -repos [-emkeyfile <emkey.ora path>] [-force] [-sysman_pwd ] emctl config emkey -remove_from_repos [-sysman_pwd ] emctl config emkey -copy_to_repos [-sysman_pwd ] emctl status emkey [-sysman_pwd ]

Secure DBConsole Usage : emctl secure dbconsole -sysman_pwd [-passwd_file ] [-host ] [-sid ] [-reset] [-secure_port <secure_port>] [-root_dc <root_dc>] [-root_country <root_country>] [-root_state <root_state>] [-root_loc <root_loc>] [-root_org <root_org>] [-root_unit <root_unit>] [-root_email <root_email>] [-wallet ] [-wallet_pwd ] [-trust_certs_loc ] emctl secure status dbconsole Register Targettype Usage : emctl register oms targettype [-o ] OR emctl register oms targettype [-o ]

$

  1. When I checked the status of the listener:

The listener is started with default configurations. ie, no listener.ora file in $ORACLE_HOME/network/admin

And, it also DON'T SHOW the below service. Is it an issue for the Management Agent to start?

Service "ABCDXDB" has 1 instance(s). Instance "ABCD", status READY, has 1 handler(s) for this service...

Below is the output of lsnrctl status:

$ lsnrctl status

LSNRCTL for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 09-MAR-2021 14:22:38

Copyright (c) 1991, 2009, Oracle. All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER


Alias LISTENER

Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production

Start Date 17-FEB-2021 11:47:19

Uptime 20 days 2 hr. 35 min. 19 sec

Trace Level off

Security ON: Local OS Authentication

SNMP ON

Listener Log File /something/something/diag/tnslsnr/something/listener/alert/log.xml

Listening Endpoints Summary...

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=something)(PORT=1521)))

Services Summary...

Service "ABCD" has 1 instance(s).

Instance "ABCD", status READY, has 1 handler(s) for this service...

The command completed successfully

$

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top