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 -> Intelligent agent & OEM problem

Intelligent agent & OEM problem

From: <cyril.gordon_at_usa.net>
Date: Wed, 28 Oct 1998 23:51:33 GMT
Message-ID: <718am5$rgp$1@nnrp1.dejanews.com>


Dear experts,

New service discovery in Oracle Ent. Manager 1.5.0 fails to find my Oracle 8.0.4 on Solaris 2.5.1 instance. Listener on Solaris is started and I can connect from my workstation using SQLPlus, I even can connect to the OEM repository. However, the intelligent agent seems to not work properly. I use lsnrctl dbsnmp_start and it starts with no error messages. dbsnmp creates snmp_ro.ora and snmp_rw.ora files and information in them is correct, I think. File services.ora looks good too. Still, OEM always fails to discover this node. It can discover nodes running NT. I have no clue where to look next, I've tried a lot. Oracle support is not too helpfull. I am quoting my Net8 files in a desperate hope that you might know more then Oracle support does. Please send me e-mail with your ideas!

Thanks a megabyte!

Cyril Gordon

sqlnet.ora


AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = world
name.default_zone = world
SQLNET.AUTHENTICATION_SERVICES = (none)

tnsnames.ora


OEM.world =
(DESCRIPTION =

   (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL=TCP)(Host=moby)(Port=1525))    )
    ( CONNECT_DATA = (SID=OEM)(GLOBAL_NAME=OEM.world) )   )

listener.ora


LISTENER =
(ADDRESS_LIST =

        (ADDRESS= (PROTOCOL= TCP)(Host= moby)(Port= 1525))   )
SID_LIST_LISTENER =
(SID_LIST =

    (SID_DESC =

      (SID_NAME = OEM)
      (ORACLE_HOME= /u01/app/oracle/product/8.0.4)
    )
  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF snmp_ro.ora

snmp.visibleservices = (LISTENER, OEM.world) snmp.shortname.LISTENER = LISTENER snmp.longname.LISTENER = LISTENER_moby snmp.configfile.LISTENER = /var/opt/oracle/listener.ora snmp.SID.OEM.world = OEM snmp.oraclehome.OEM.world = /u01/app/oracle/product/8.0.4 snmp.address.OEM.world = (DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL=TCP) (Host=moby)(Port=1525)))( CONNECT_DATA = (SID=OEM)(GLOBAL_NAME=OEM.world) )) ifile = /var/opt/oracle/snmp_rw.ora

snmp_rw.ora


snmp.contact.LISTENER = ""
snmp.index.LISTENER = 1
snmp.contact.moby = ""
snmp.index.moby = 2

services.ora


LISTENER_moby = (ORACLE_LISTENER, moby, (ADDRESS_LIST =(ADDRESS= (PROTOCOL= TCP) (Host= moby)(Port= 1525))))

OEM.world = (ORACLE_DATABASE, moby, (DESCRIPTION =(ADDRESS_LIST =(ADDRESS =  (PROTOCOL=TCP)(Host=moby)(Port=1525)))( CONNECT_DATA = (SID=OEM) (GLOBAL_NAME=OEM.world) )), LISTENER_moby)

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Oct 28 1998 - 17:51:33 CST

Original text of this message

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