Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle intelligent agent setup problems on unix
Hi,
I failed to setup my oracle intelligent agent in oracle 7.3.4 for
solaris
does any one can advise me the best way to do it.
Here are my snmp_ro.ora, snmp_rw.ora and listener.ora
(oracle_at_tigana)cat snmp_ro.ora
snmp.visibleservices = (LISTENER)
ifile = /soft/oracle/network/admin/snmp_rw.ora
(oracle_at_tigana)cat snmp_rw.ora
#dbsnmp.address=(ADDRESS=(PROTOCOL=tcp)(HOST=tigana)(PORT=161))
dbsnmp.spawnaddress=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.113.58)(PORT=161))
#nmi.trace_level = 0 #nmi.trace_mask = (106) #nmi.register_with_names=false # copyright (c) 1994 by the Oracle Corporation # # $Header: /netrcs/RCS/oracle/network/nm/nmi/RCS/snmp.ora.sample,v 1.51996/04/01 22:34:05 bpurvy Exp $
snmp.index.tigana = 1 snmp.index.LISTENER = 1 snmp.contact.tigana = contact_info snmp.SID.tigana = server_id snmp.configfile.LISTENER = /soft/oracle/network/admin/listener.ora # the agent normally executes namesctl to register itself with Oracle # Names. This doesn't cause any problems even it fails, but if you do# not have Names installed, or otherwise wish to disable this feature, # then uncomment the following line:
nmi.register_with_names=false
nmi.trace_level = admin
#nmi.trace_mask = (106)
nmi.trace_directory = /soft/oracle/network/log
nmi.log_directory= /soft/oracle/network/log
dbsnmp.address=
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.113.58)(PORT=1521)))
(oracle_at_tigana)cat listener.ora
################ # Filename......: listener.ora # Node..........: local.world
################
(ADDRESS=
(PROTOCOL= IPC)
(KEY= oracle.world)
) (ADDRESS=
(PROTOCOL= IPC)
(KEY= tigana)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = tigana)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = 127.0.0.1)
(PROTOCOL= TCP)
(Port= 1521)
) (ADDRESS=
(COMMUNITY= TCP.world)
(Host = tigana)
(PROTOCOL= TCP)
(Port= 1526)
)
)
SNMP_VISIBLE = ON
snmp_visible = ON
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = OFF
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =(SID_NAME = tigana)
)
)
PASSWORDS_LISTENER = ()
i've started all the snmp daemons by the start_peer -a command
and then lsnrctl dbsnmp_start
no error but
when from my NT machine via Enterprise Manager itry to discover services
it says me
that the oracle agent is not running on destination.
Does anyeone can help me to resolve this configuration problem ?
thank you in advance.
J-Fr. Received on Tue May 04 1999 - 09:10:54 CDT
![]() |
![]() |