Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Grid Control 10.2.0.5.0 X86_64 Upgrade problem

525544Apr 8 2009 — edited May 1 2009
All,

I am trying to patch a 10.2.0.4.0 grid control to 10.2.0.5.0

I am on the repository upgrade configuration agent step. The error out of the logfile follows:

Command = oracle.sysman.emcp.oms.RepositoryPatchUpgrade has failed
Exception : java.lang.Exception: Command: /oracle/products/oem10g/oms10g/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=syslog.xxxxxx.net)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=emrep.xxxxxx.net))) -action upgrade -no_transx -no_verify -verbose -repos_user sysman -output_file /oracle/products/oem10g/oms10g/sysman/log/emrepmgr.log.10.2.0.5.0 failed. Exit code: expected [0 ], but got 52

I'm pretty sure it's something listener/tnsname related but for the life of me I can't figure it out.

tnsnames.ora:

# tnsnames.ora Network Configuration File: /oracle/products/oem10g/db10g/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

EMREP =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = syslog.xxxxxxi.net)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SID = emrep)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

listner.ora (from the DB home)

SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = emrep)
(ORACLE_HOME = /oracle/products/oem10g/db10g)
(GLOBAL_DBNAME = xxxxxx.net)
)
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/products/oem10g/db10g)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = syslog.xxxxxx.net)(PORT = 1521))
)
)
)

if anyone has any insight, that would be fantastic.

Edited by: dpanek on Apr 8, 2009 1:14 PM

Edited by: dpanek on Apr 8, 2009 1:14 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 29 2009
Added on Apr 8 2009
5 comments
3,106 views