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

Thread: verify DBSNMP is running on NT

  1. #1
    Join Date
    Apr 2001
    Posts
    151
    Hi all,

    how can I verify DBSNMP is running on NT.
    for unix, I can ps -ef | grep dbsnmp to see if I have 2 dbsnmp process running.

    Thank you
    Elin@trend

  2. #2
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    do
    lsnrctl dbsnmp_status

    on dos propmpt.


    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  3. #3
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    On NT I start/check the service OracleOraHomeAgent.

    I did notice that on my PC this service is running and --
    lsnrctl dbsnmp_status shows --

    "The db subagent is not started"

    Even when I try --

    lsnrctl dbsnmp_start, the status still shows the same thing.

    My Agent works fine though and communicates with OEM console on another machine.

    Sam, do you have any idea what this message is ?

    - Rajeev

    Rajeev Suri

  4. #4
    Join Date
    Apr 2001
    Posts
    151
    Rajeev

    Yes, I tried it and got the msg as yours.


    Elin@trend

  5. #5
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    Guy, I'm off from my system. Give me some time to test it and confirm. This is how you do in Unix, but bills products are always different. I'll confirm it by tomorrow.


    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  6. #6
    Join Date
    Nov 2000
    Posts
    9

    Lightbulb

    looks like you need to have the database up and running, because the dbsnmp connects to the database .

  7. #7
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    O.K here is the answer I promissed to get to you folks.

    Oracel on NT for some reason, would show a wrong results when you do

    lsnrctl dbsnmp_status

    So how do you find about in Windows, on the dos prompt type

    net start

    This would list all the corresponding agents running on your current home..Here is an example list:

    C:\Oracle\OraHome816\bin>net start
    These Windows 2000 services are started:

    Alerter
    COM+ Event System
    DHCP Client
    Distributed Link Tracking Client
    DNS Client
    Event Log
    IPSEC Policy Agent
    Logical Disk Manager
    Messenger
    Network Connections
    OracleOraHome816Agent
    OracleOraHome816DataGatherer
    OracleOraHome816HTTPServer
    OracleOraHome816TNSListener
    OracleServicePDB
    Plug and Play
    Protected Storage
    Remote Access Connection Manager
    Remote Procedure Call (RPC)
    Remote Registry Service
    Removable Storage
    RunAs Service
    Security Accounts Manager
    System Event Notification
    Task Scheduler
    TCP/IP NetBIOS Helper Service
    Telephony
    Windows Management Instrumentation
    Windows Management Instrumentation Driver Extensions
    Workstation

    The command completed successfully.


    On the prompt if you want to start or stop your agent type

    net start|stop OracleYOUR_ORACLE_HOMEAgent

    eg:


    net start OracleOraHome816Agent


    Hope this would help you to u.stand things better.
    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


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