DBAsupport.com Forums - Powered by vBulletin
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: oem find node, but not database

  1. #1
    Join Date
    Jun 2000
    Posts
    295
    Hi

    I set a database and oem on my NT using Oracle 8.1.7.
    OEM can find the node on which I run my Oracle
    instance, but when I click on the node, no database
    is shown.

    Anyone can help me out?

    Thanks,

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    did you try refeshing the node and see what it says:

    If your agent is not running it can't show up your database and should show up error saying agent might not be running.

    check typing at the prompt of node(box)

    $lsnrctl dbsnmp_status

  3. #3
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    If your agent is running okay on the server, check the following file (on the server) --

    oracle_home\network\agent\services.ora

    This should have a list of all the services, your agent is listening to (your database service should be listed there)

    - Rajeev

  4. #4
    Join Date
    Jun 2000
    Posts
    295
    agent is running, while my service.ora is empty.

    How to config service.ora file?

    Thanks,

  5. #5
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Go to box and see any seervices are running by typing in

    $lsnrctl status

    If no services, agent will not show up any services. Agent will check tnsnames.ora/listener.ora for services and double checks with oratab. If none defined it says it can't find any ..

  6. #6
    Join Date
    Jun 2000
    Posts
    295

    update

    OK,

    Now I have service.ora file under network\agent directory,
    and I restart agent using both Service control and dbsnmp_start. But when I check agent status using
    dbsnmp_status, it says:
    The subagent is not started.

    BTW, lsnrctl status returns
    one service on my Oracle instance
    And I can connect user/passwd@service_name.

    How to start the agent???

    Thanks,


  7. #7
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    I had a similar problem on one 8i database on NT...it will start the agent but will not show any services listed. I tried fooling it by manually updating the services.ora and other related files like snmp_ro.ora in network\admin directory but it didn't work.

    I guess I ended up reinstalling the Agent. But I will be watching this thread to see if somebody has a real solution to this problem.

    - Rajeev

  8. #8
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Did you try starting agent using dbsnmp_start. What happened when you try to start dbsnmp agent ? If not try

    lsnrctl dbsnmp_start


  9. #9
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407

    <<when I check agent status using
    dbsnmp_status, it says:
    The subagent is not started>>


    I don't know what this error means but I get this error on all the servers when I run "dbsnmp_status" from "lsnrctl" but the agents work fine everywhere and monitor all the databases !

    - Rajeev

  10. #10
    Join Date
    Jun 2000
    Posts
    295
    sreddy,

    Yes I tried:

    lsnrctl
    status -- OK, I can see service for my Oracle instance
    dbsnmp_status
    The subagent is not started.
    dbsnmp_start -- No error message at all
    dbsnmp_status
    The subagent is not started.

    I also tries to use service control to start/stop
    agent/listener/service.

    Not luck.

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