Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: problem with agentctl

Re: problem with agentctl

From: Cookie Monster <cookie.monster_at_somewhere.com>
Date: Fri, 13 Feb 2004 14:25:29 +0100
Message-ID: <c0ij70$17avf1$1@ID-82797.news.uni-berlin.de>


"Franck" <nospam_at_toto.com> wrote in message news:pan.2004.02.12.20.31.17.307073_at_toto.com...
> When I start intelligent agent, he died immediatly !
>
> [franck_at_franck franck]$ agentctl start
>
> DBSNMP for Linux: Version 9.2.0.1.0 - Production on 12-FEB-2004 21:28:08
>
> Copyright (c) 2002 Oracle Corporation. All rights reserved.
>
> Starting Oracle Intelligent Agent....[franck_at_franck franck]$
>
> [franck_at_franck franck]$ agentctl status
>
> DBSNMP for Linux: Version 9.2.0.1.0 - Production on 12-FEB-2004 21:29:57
>
> Copyright (c) 2002 Oracle Corporation. All rights reserved.
>
> Could not contact agent. It may not be running.
>
> It is the only thing wich don't work and I don't know how to resolve it.
> Oracle 9i on Redhat 9.
>
> thanks for help

Look at the logs in

$ORACLE_HOME/network/log
$ORACLE_HOME/network/trace

you can also enhance the tracing level in the SQLNET.ora file (else you won't see much in the logs)

agentctl.trace_level=16
dbsnmp.trace_level=16

I agree it's a pain to get the agent running. make sure you that the tnsnames.ora has a static binding to your database else it won't start. The trace files should give you more information. Also check if any snmp process is running and stop that before you start the agent (you can start the snmp process again afterwards)

Cookie. Received on Fri Feb 13 2004 - 07:25:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US