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

Home -> Community -> Usenet -> c.d.o.tools -> Re: dbsnmp failure

Re: dbsnmp failure

From: Roger Lussi <rlussi_at_a-f.ch>
Date: Mon, 27 Nov 2000 15:12:37 +0100
Message-ID: <3A226BD3.29562DE6@a-f.ch>

Hello Van,

I've found the failure:

Solution Summary:


The job *.q files used by the Intelligent Agent may be corrupt.

The solution is to delete these job files and restart the Agent.

Solution Description:


To remove the *.q files:

  1. Goto the $ORACLE_HOME\network\agent directory

ls *.q (this will list the files to screen)

rm *.q (this will remove the files)

2. Restart the Intelligent Agent

lsnrctl dbsnmp_start

3. Status the process by entering following command:

lsnrctl dbsnmp_status

Solution Explanation:


The Intelligent Agent's queue files are either corrupt or have been copied
from another working system.

To correct this you need to rename or remove the queue files from the directory:
$ORACLE_HOME/network/agent and then restart the agent. When you restart the
agent, new queue files will be automatically created. These queue files are
only valid on the system that creates them. DO NOT copy the queue files between servers. The queue files are: evocc1.q, ereg.q, jstat1.q, job.q and user.q.

**NOTE: Before deleting the *.q files, you must first remove any pending

jobs or registered events for this server from within the Oracle Enterprise
Manager (OEM)Console. A failure to perform this step will result in the OEM
Repository and Intelligent Agent becoming out of sync.

thanks in spite of that

Roger

Van Messner schrieb:

> OK - here's a real long shot. In Oracle nl often means national
> language. Perhaps you have the wrong national language settings in an
> init.ora file or you have not set the proper NL environment variables
> in UNIX. Van
>
> "Roger Lussi" <rlussi_at_a-f.ch> wrote in message
> news:3A1D4093.860D1324_at_a-f.ch...Hallo Van,
>
> thanks for your answer. But the message:
> Failed to initialize nl component,error=511 is a cut and
> paste, that is all what i have.
> The error displays in the lsnrctl tool and not in a
> separated log file.
>
> roger
>
> Van Messner schrieb:
>
> > Did the error messages have a letter and number i.e.
> > NPR-00511? There is no
> > snmp error 511 listed in the current manual of error
> > messages.
> >
> > Van
> >
> > "roger" <rlussi_at_a-f.ch> wrote in message
> > news:8vjcju$g9e$1_at_nnrp1.deja.com...
> > > Hello everyone,
> > >
> > > can anybody help me with the configuration from DBSNMP.
> > > I want to run the Oracle Enterprise Manager on a Windows
> > NT4.
> > >
> > > The DBSNMP Agent from oracle should be run on a UNIX
> > Machine.
> > > Now, when i want to start the dbsnmp agent in the
> > listener tool from
> > > Oracle with "dbsnmp_start", the following errors occurs:
> >
> > > Failed to initialize nl component,error=511
> > > Failed to initialize nl component,error=511
> > >
> > > In the logs are no entries and the entries which are
> > describe in the
> > > f..... manuals brings no success.
> > > Can you help me?
> > >
> > > Thanks a lot and greetings
> > >
> > > roger
> > >
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Before you buy.
>

--
Received on Mon Nov 27 2000 - 08:12:37 CST

Original text of this message

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