Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle9iHome+Agent+WinXP not start
On 24 May 2006 14:41:47 -0700, "Minothauro" <wmagliano_at_gmail.com>
wrote:
>Hi.
>
>I have 10 computers running Windows XP Pro, 10 computers can't start
>the Oracle Agent. Why?
>
>agntsrvc.log
>=========
>-------------- [OracleOraHome92Agent] ------------
>Sending initial service status..
>Commandline is "C:\oracle\ora92\bin\dbsnmpwd.bat" -agent_name
>OracleOraHome92Agent
>2. WAIT_OBJECT_0: Agent exited with retCode 0.
>Agent failed to startup.
>Check C:\oracle\ora92\network\log\OracleOraHome92Agent.nohup for
>details
>
>
>OracleOraHome92Agent.nohup
>=======================
>Service name is OracleOraHome92Agent
>nmiumini_initializeUM: Unable to initialize UQFailed while initializing
>user subsystem
>Error initializing subsystems
>Agent exited on with return value 55
>Could not start agent. Initialization failure
>Agent startup failed. Check
>C:\oracle\ora92\network\log\OracleOraHome92Agent.nohup for details
>
>dbsnmp.log
>=========
>
>DBSNMP for 32-bit Windows: Version 9.2.0.1.0 - Production on
>24-MAY-2006 14:59:09
>
>Copyright (c) 2002 Oracle Corporation. All rights reserved.
>
>System parameter file is C:\oracle\ora92\network\admin\snmp_ro.ora
>Log messages written to C:\oracle\ora92\network\log\dbsnmp.log
>Trace information written to
>C:\oracle\ora92\network\trace\dbsnmp_2420.trc
>Trace level is currently 0
>
>
>thank you...
return value 55 is a known case, and definitely has articles on
Metalink.
Also as far as I remember nmiconf.log still exists (in
$ORACLE_HOME/network/log) and has details about the initialization
process/discovery process
The traditional fix is to
delete all *.q, *.jou, *.inp, tcl*, dbsnmp.ver, services.ora in
$ORACLE_HOME/network/agent
do NOT delete *vpp* files (this may be your case, you need to place dummies there, details on Metalink)
delete snmp_r[ow].ora in $ORACLE_HOME/network/admin
create a dummy snmp_ro.ora with only one line snmp.visible_services = ()
restart the agent. This usually works.
Good luck.
-- Sybrand Bakker, Senior Oracle DBAReceived on Thu May 25 2006 - 00:15:11 CDT
![]() |
![]() |