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

Home -> Community -> Usenet -> c.d.o.server -> problems in configuring

problems in configuring

From: Samuel Mathuram <samuel_at_baan.nl>
Date: Wed, 22 Apr 1998 18:44:25 +0530
Message-ID: <353DED31.BA874C6F@baan.com>


Hello ,

    Whenever I use the "Ping Agent" option in the Daemon Manager of OEM it says cannot contact the agent on the host.

    I have enclosed the important configuration files below.

    When I started the dbsnmp agent using "dbsnmp-start" command at the LSNRCTL prompt I got the following error message

" DBSNMP Discovery Warning: No Listener found for SID D3 " But the dbsnmp agent starts up , I could see the process running.

The trace file showed the following error message :

NMS-00001: Warning: dbsnmp unable to connect to SNMP master agent

    Please help me out.

    Thanks.

krish.

On the Unix Server ( HPUX 10.20 running Oracle 7.3.4.0.0 )

Step 1 : snmp.ora

#####################################

# Configuration file for the Agent
#####################################

SNMP.VISIBLESERVICES = (D3.world,LISTENER.world)
SNMP.INDEX.D3.world = 1

SNMP.INDEX.LISTENER.world = 2
SNMP.CONTACT.D3.world = "tkrishna_at_baan.com , Ph = 3600002 ( Direct ) , Extn = 2880"
SNMP.CONTACT.LISTENER.world = "tkrishna_at_baan.com , Ph = 3600002 ( Direct ) , Extn = 2880"
SNMP.SID.D3.world = D3
SNMP.ORACLEHOME.D3.world = /usr1/app/oracle/product/7.3.4 NMI.REGISTER_WITH_NAMES = FALSE
DBSNMP.ADDRESS =
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=193.79.15.16)(PORT=15 25)))
DBSNMP.SPAWNADDRESS =
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=193.79.15.16)(PO RT=1526)))
NMI.TRACE_LEVEL = 13
NMI.TRACE_MASK = 106 Step2 : /etc/services
            D3                     1521/tcp        # ORACLE SID Service
            DBSNMP1         1525/tcp        # SNMP Listener
            DBSNMP2         1526/tcp        # SPAWN Address

Step 3: tnsnames.ora

  monarch.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS =

          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = 193.79.15.16)
          (Port = 1521)
        )

    )
    (CONNECT_DATA = (SID = D3)
    )
  )

DBSNMP1.world =
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=193.79.15.16)(PORT=1525)))

Step4 : sqlnet.ora

AUTOMATIC_IPC = ON
TRACE_LEVEL_CLIENT = OFF
SQLNET.EXPIRE_TIME = 0
NAMES.DEFAULT_DOMAIN = world
NAME.DEFAULT_ZONE = world
SQLNET.CRYPTO_SEED = "2418306024240649" SQLNET.AUTHENTICATION_SERVICES = (ALL)
NAMES.DIRECTORY_PATH = (TNSNAMES) Step5: listener.ora

 LISTENER =
  (ADDRESS_LIST =

     (ADDRESS =

(PROTOCOL = TCP)
(HOST=193.79.15.16)
(PORT=1521)
)

   )
SID_LIST_LISTENER =
    (SID_LIST =
     (SID_DESC =
      (SID_NAME =D3  )
      (oralce_home=/usr1/app/oracle/product/7.3.4)

   )
)

Configuration files on the Windows NT workstation running OEM Production Version 1.2.2

Step1 : tnsnames.ora

monarch.world =
  (DESCRIPTION =
    (ADDRESS_LIST =
(ADDRESS =

          (COMMUNITY = tcp.world)
          (PROTOCOL = TCP)
          (Host = 193.79.15.16)
          (Port = 1521)
        )

(ADDRESS =
(COMMUNITY = tcp.world) (PROTOCOL = TCP) (Host = 193.79.15.16) (Port = 1526) )

    )
    (CONNECT_DATA = (SID = D3)
      (GLOBAL_NAME = monarch.world)
    )
  )
DBSNMP1.world =
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=193.79.15.16)(Port=1525)))

Step 2 : topology.ora

LISTENER.world = (ORACLE_LISTENER,193.79.15.16) DBSNMP1.world = (ORACLE_AGENT,193.79.15.16) monarch.world = (ORACLE_DATABASE,193.79.15.16,LISTENER.world)

DAEMON.TRACE_LEVEL = 15
DAEMON.TRACE_MASK = (106)
DAEMON.TRACE_DIRECTORY = c:\orant\network\trace

Step 3 : sqlnet.ora

TRACE_LEVEL_CLIENT = OFF
names.directory_path = (TNSNAMES)
names.default_domain = world
name.default_zone = world Received on Wed Apr 22 1998 - 08:14:25 CDT

Original text of this message

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