Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Intelligent agent & OEM problem
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))
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