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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 9i agent on Solaris

Re: Oracle 9i agent on Solaris

From: <sybrandb_at_yahoo.com>
Date: 10 Aug 2005 08:14:14 -0700
Message-ID: <1123686854.423532.138670@g49g2000cwa.googlegroups.com>


1 use agentctl status to verify whether the agent is running or use ps -ef | grep dbsnmp
and you should see 2 processes listed.
The agent configures itself every time it starts based upon /etc/oratab, listener.ora and tnsnames.ora. It creates services.ora and snmp_rw.ora and snmp_ro.ora. There is also a nmiconf.log with details on the configuration process.

agentctl start will start the agent, and agentctl stop will stop it.

2 Evidently if you need to verify a server installation, you need to run runInstaller on the server.

Hth

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed Aug 10 2005 - 10:14:14 CDT

Original text of this message

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