DBAsupport.com Forums - Powered by vBulletin
Results 1 to 6 of 6

Thread: Cannot see database in 9i Enterprise Manager

  1. #1
    Join Date
    Mar 2001
    Posts
    109
    I had problem to run 9i Enterprise Manager -- Database does not show on the tree. Discovering node run OK, but in the log file nmiconf.log, there was a Warning like: "No Listener found for SID db1. db1 will be skipped" (db1 is the instance name). In the file listener.ora, there is a service for db1 like:

    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (GLOBAL_DBNAME=db1.salescentrix.com)
    (SID_NAME=db1)
    (ORACLE_HOME=/usr/local/oracle)
    )
    )

    I checked Listener, Agent and Management Server and they all run OK.

    There is no any problem if I run Enterprise manager with Standalone mode.

    Thanks for any help.



    zm

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Check the tnsnames.ora file in the OEM installation side?

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Mar 2001
    Posts
    109
    In the file tnsnames.ora,

    DB1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.64.6)(PORT = 1521))
    )
    (CONNECT_DATA = (SID = db1)(SERVER = DEDICATED))
    )


    zm

  4. #4
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Originally posted by mzhu

    1 --> I checked Listener, Agent and Management Server and they all run OK.
    2 --> There is no any problem if I run Enterprise manager with Standalone mode.
    1. Agent works thru SMNP protocol and use oratab file (place depend from O/S) for resolve instance name
    and
    listener.ora file for resolve listener (and agent try to find this file in $ORACLE_HOME/network/admin) u should check it

    2. when u use Standalone mode, then agent and SNMP protocol doesn't works (not needed)
    Standalone mode works thru sqlnet.

    Then ur problem may be:
    -- pathes and files (listener.ora, oratab, ???->tnsnames.ora)
    -- SNMP deamon itself (check it works or not)

  5. #5
    Join Date
    Mar 2001
    Posts
    109
    When I checked the log file dbsnmp.log, I found:

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

    What does that mean? How can I check if SNMP works?

    Thanks.
    zm

  6. #6
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    Ur SNMP deamon (this is unix program, not oracle) doesn't work.
    Ask ur sysadmin (or find in unix documentation) how u can configure and start it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width