Job queue / Intelligent Agent / dbsnmp

Hi everybody,
we are testing Oracle8 on a Linux SuSE6.0 system with SMP.
Installing the software was ok by following the instructions on
the SuSE-website and doing some own work.
First to answer/solve a lot of questions/problems towards the
dbsnmp_start:
We also had the problems that were described before; error
message 0315 was posted in the logfiles and the dbsnmp died
immediately.
I solved the problem by installing the TCL_NEW-package of SuSE5.3
which is of version 8.0p1-11. After setting the permission to
root:dba on dbsnmp*-files the dbsnmpd starts working.
Discovering the database from our NT-machine works fine, also,
the agnet works (he can ping the db), but transmitting jobs
fails.
The error message after sending a job is "Error accessing job
queue". The job was submitted (so it seems to be) by the linux
machine but the scheduling fails.
Has anybody a solution?
Dietmar
null

Hi (again)
We had success. After spending some more time on it and a lot of
brain-(cpu)-time, we have solved the problem.
Steps I have taken:
- upgrading from 8.0.5 to 8.0.5.1 by patching (as mentioned the
mail before)
- applying the lnx_patch, too (making a link to "make" for the
command "gmake" used in patch-shellscript)
- applying the patch patch2.tgz from the download section
- copying the two libraries out of the patch2 (libclient.a and
libclntsh.so.1.0 to /lib and to ORACLE_HOME/lib
- changing permissions and ownership to oracle:dba of those
libraries
Thanks to S C Maturi for his hint on patching. It was the
basement for our success.
Dietmar
Dietmar Stein (guest) wrote:
: Thanks for the advice, but the problem remains the same. I will
: add some information I forgot in the first message:
: - using standard edition 8.0.5, upgraded to 8.0.5.1.0
: - not applied the lnx_patch (did the work on myself before)
: Another question: does the problem remain with Enterprise
Edition
: (any experiences?)?
: Dietmar
: S C Maturi (guest) wrote:
: : Dietmar,
: : If you are using the 8.0.5 Standard Edition -
: : is this happening after applying the 8.0.5.1 patch ?
: : Maturi
: : Dietmar Stein (guest) wrote:
: : : Hi everybody,
: : : we are testing Oracle8 on a Linux SuSE6.0 system with SMP.
: : : Installing the software was ok by following the
instructions
: on
: : : the SuSE-website and doing some own work.
: : : First to answer/solve a lot of questions/problems towards
the
: : : dbsnmp_start:
: : : We also had the problems that were described before; error
: : : message 0315 was posted in the logfiles and the dbsnmp died
: : : immediately.
: : : I solved the problem by installing the TCL_NEW-package of
: : SuSE5.3
: : : which is of version 8.0p1-11. After setting the permission
to
: : : root:dba on dbsnmp*-files the dbsnmpd starts working.
: : : Discovering the database from our NT-machine works fine,
: also,
: : : the agnet works (he can ping the db), but transmitting jobs
: : : fails.
: : : The error message after sending a job is "Error accessing
job
: : : queue". The job was submitted (so it seems to be) by the
: linux
: : : machine but the scheduling fails.
: : : Has anybody a solution?
: : : Dietmar
null

Similar Messages

  • Solved Intelligent Agent (dbsnmp) link problems on RH 6.0

    I just spent a good chunk of time getting Oracle Enterprise Manager Intelligent Agent to link properly on Red Hat 6.0. I figured I'd post a summary here to help someone else with the same problem.
    Problem summary:
    Running "lsnrctl dbsnmp_start" didn't report any errors but "lsnrctl dbsnmp_status" showed that the agent was not running. (And no log files were written.) Investigation revealed that the $ORACLE_HOME/bin/dbsnmp execuable was missing, so I figured I didn't have Intelligent Agent installed. Well, it was installed but the link failed, so dbsnmp was never created.
    Solution:
    Patch one of the make files and quickly run a link. Here is the patch with instructions at the top:
    http://www.davideous.com/misc/ins_net_client.mk.diff
    null

    Actually the agent needs libtcl7.5.a only.
    The version of TCL in Redhat 6.X is 8.*. Those can't work with Oracle's agent. So, go to ftp://ftp.scriptics.com/pub/tcl/tcl7_5 to download an old version and compile it. Don't install it, because it may confilct with your Redhat's built-in TCL. Just copy libtcl7.5.a to $ORACLE_HOME/network/lib---There is a such file in the same directory of Oracle 8.1.6 for Solaris:-). Make a symbolic link for it:
    ln -s $ORACLE_HOME/network/lib/libtcl7.5.a $ORACLE_HOME/network/lib/libtcl.a
    Oracle's manual recommends, use ins_oemagent.mk to build agent:
    make -f ins_oemagent.mk agent
    You don't need modify the makefile.
    null

  • INTELLIGENT AGENT PROBLEM RECOVERY ON NT

    제품 : ORACLE SERVER
    작성날짜 : 1997-12-16
    The Oracle Intelligent Agent 7.3.3 on NT is self-configuring and
    requires TCP/IP fully configured on the NT system.
    The Agent's startup algorithm:
    When the agent is started, the startup process reads the LISTENER.ORA,
    TNSNAMES.ORA and NT REGISTRY. It compares the values stored in each location.
    If any discrepencies exist, the agent service will either not start
    or service discovery will not occur.
    Starting the Intelligent Agent:
    1. Verify the Sqlnet configuration files are correct:
    - All sid entries in the LISTENER.ORA must have valid TCP/IP service
    descriptors defined in the TNSNAMES.ORA file.
    - The TNSNAMES.ORA should not contain service descriptors for local
    sides not defined in the LISTENER.ORA file.
    - TCP/IP must be fully configured on the system.
    2. NT 4.0: Click on START->SETTINGS->CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    NT 3.51: Find the MAIN program group.
    Click on CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    ***NOTE: If the 7.3.3 agent will not start, verify the OEM version
    is not 1.4.
    If the version is 1.4, install the 8.0.3 Intelligent Agent.
    Agent troubleshooting tips:
    1. Verify TCP/IP is configured correctly.
    - At a dos prompt, type HOSTNAME.
    This is the actual configured TCP/IP HOSTNAME of the system.
    - Verify the hostname resolved by the agent. The DBSNMP.ADDRESS
    parameter in the ORANT/network/snmp_rw.ora contains this
    information.
    If the file does not contain the actual hostname, TCP/IP is not
    properly configured on the system or the network.
    2. Correcting TCP/IP configuration problems:
    - Edit the WINNT\system32\drivers\etc\hosts and lmhosts files.
    (*NOTE: If these files have never been used, only sample files will
    exist in the directory. Either rename or copy the .sam files
    to just the file name with no extention.)
    - Follow the example below (replace the information in brackets
    with the actual host information for that system.):
    HOSTS file:
    <122.111.111.111> <hostname>
    LMHOSTS file:
    <122.111.111.111. <netbios name or hostname> #PRE
    - Delete the ORANT\network\agent\*.q and SERVICES.ORA files.
    (*NOTE: The *.q files hold information about jobs and events.
    Do not delete these files without first removing all jobs
    and events registered against this agent.)
    - Delete the $ORACLE_HOME\network\admin\SNMP_RO.ORA and      
    SNMP_RW.ORA files.
    - Restart the agent at a DOS prompt:
    NET START ORACLEAGENT
    3. Check the NT EVENT VIEWER->APPLICATIONS->LOG for any errors
    starting the DBSNMP process.
    4. Check the ORANT/NETWORK/LOG/NMICONF.LOG file for other possible
    errors.
    5. If using NTFS, check permissions to the \orant\network directory
    structure.

    Angus (guest) wrote:
    : I've spent most of today trawling through these messages
    looking
    : for information on getting the Intelligent Agent up and
    running
    : on Linux, RedHat 6.0.
    : I am running 8.0.5 EE with the glibcpatch installed (hopefully
    : correctly, as I cannot get the README file of the FTP site).
    : Everything works, the Agent even starts (2 * dbsnmp processes)
    : but I cannot discover the services on my box from an NT
    machine
    blah-blah
    I've reverted to RedHat5.2 and RedHat 5.1's version of TCL.
    Everything now runs as expected.
    Angus.
    null

  • Starting the Oracle Intelligent Agent on Linux/390

    I have recently installed Oracle Developer's Edition on SuSE Linux/390. When I try to start the Intelligent Agent, I get the following error.
    ------------------------ Mon Jun 3 11:59:43 EDT 2002 ------------------------
    Certain conflicts were resolved during discovery
    Please consult /oracle/product/9.0.1/network/log/nmiconf.log for details
    Error: Failed to get directory/file info from environment
    Failed while initializing Collection Service
    Error initializing subsystems
    Agent exited at Mon Jun 3 11:59:45 EDT 2002 with return value 55
    Could not start agent. Initialization failure
    Contents if nmiconf.log:
    DBSNMP for Linux 2.4.7-SuSE-SMP: release 9.0.1 - Developer's Release on 03-JUN-02 11:59:43
    Discovering services on linux1 configured on host addresses {linux1.dowjones.com 172.26.151.11}
    Using oratab file /var/opt/oracle/oratab
    Warning : problem getting ops version for /oracle/product/9.0.1 : CIDW
    Any assistance would be greatly appreciated.

    I don't think the Intelligent Agent is included with the developers release -
    check the directory where it's supposed to be, I think you'll find it's not there.
    You only need IA to start/stop the database from oem and schedule jobs.
    I use OEM to control my instance and run performance packs etc, IA isn't needed for this.

  • Has Anyone gotten the Intelligent Agent to work???

    I have Oracle installed and all is well except for a few minor
    problems that I think the Intelligent Agent will solve. Has
    anyone gotten this to work on RedHat 6.0 with Oracle
    Enterprise Edition 8.0.5.1??? I was able to get it to work
    under Oracle8 SE, but I need EE for the ConText Cartridge.
    I have gotten to the point where I can get the dbsnmp process
    running, but OEM cannot talk to it.
    Please help
    --Bryan
    null

    I'm having the same problem. Does anyone out there have a
    solution?
    I am running RedHat Linux 6.0 straight out of the box. The only
    change I made was to set the kernel parameters according to the
    release notes and recompile the kernel.
    P.S. Oracle deserves our thanks for providing free developer
    licenses to so many of its products, but this is the buggiest
    install I've ever seen in my 12 years of working with their
    products. Didn't anyone from Oracle test the install? This
    problem and the zero length libnjni8.so file are the real
    doozies.
    I've followed the release notes and installation guide to the
    letter and have found several documentation / distribution bugs
    that should have leapt out at the first person who tried it.
    Thorsten Khnemann (guest) wrote:
    : Bryan Batchelder (guest) wrote:
    : : anyone else who could not get it to compile with TCL 7.5 to
    : : please at least let me know other people are having the same
    : : problem.
    : Same problem here, the
    : "gmake -f ins_oemagent.mk agent" gives the message
    : "gcc: unrecognized option
    : `-R/home/oracle/run/product/8.1.5/lib/'" and hundreds
    : of unresolved references.
    : Tested on RedHat 6.0, egcs 1.1.2
    null

  • 8.1.7 Intelligent Agent on Redhat Linux 6.2

    Hello,
    Can anyone help?
    My OEM fails to discover a Redhat Linux node but I can manually configure it (so the node address must be OK). When I check that the agent is running (lsnrctl dbsnmp_agent) it says that the db subagent is already running. If there is something obvious, I've probably missed it because I'm relatively new to both Oracle and Linux/Unix. Any clues, please?

    I found this reply on Oracle Metalink and it worked for me (looks like agent on Linux for some reason does not use default ports:
    On IA nodes, edit the snmp_rw.ora file and add the following lines :
    DBSNMP.ADDRESS = (ADDRESS=(PROTOCOL=tcp)(HOST=<ip-address>)(PORT=1748))
    DBSNMP.SPAWNADDRESS = (ADDRESS=(PROTOCOL=tcp)(HOST=<ip-address>)(PORT=
    1754))
    where <ip-address> is the IP-Address of the node to be discovered.
    Note: ports 1748/1754 must be open for the OMS to communicate with the Agent.
    The OMS starts communication on ports 1748 and 1754 to get the discovery
    information from the Intelligent Agent.
    The ports 1748 and 1754 are dedicated for the Intelligent Agent, and should
    not be used by any other program.
    Ports used by the Intelligent Agent:
    ++++++++++++++++++++++++++
    During the discovery phase, the Communication Daemon OMS
    will contact the Intelligent Agent via the ports 1748 and 1754 and retrieve
    the discovery information.
    Port 1748 is used for the basic communication, while the port 1754 is
    used for file transfer. The communication is always initiated from the
    Communication Daemon or OMS towards the Intelligent Agent.
    The ports are hardcoded in the Intelligent Agent and should not be altered
    in any way. The ports are referenced in the snmp_rw.ora file as:
    dbsnmp.address=(address=(protocol=tcp)(host=somehostname)(port=1748))
    dbsnmp.spawnaddress=(address=(protocol=tcp)(host=somehostname)(port=1754))
    The meaning of the dbsnmp.address and dbsnmp.spawnaddress are solely to
    determine the resolution path for the Enterprise Manager framework to get
    in touch with the Intelligent Agent, and should not be used to specify
    other ports.

  • Thunderbird won't print, even though Firefox will. Job queued, but seems to think printer is offline?

    Thunderbird won't print, even though Firefox will. Print preview works fine. Job queued, but seems to think printer is offline? Port is not listed when look at print job. (USB connection) Wasn't getting an error message... job just never printed or leaves the queue. Restarting job does not help.
    Setting details below.
    Application Basics
    Name: Thunderbird
    Version: 24.4.0
    User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
    Profile Folder: Show Folder
    (Local drive)
    Application Build ID: 20140316131045
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Crash Reports: about:crashes
    Memory Use: about:memory
    Mail and News Accounts
    account1:
    INCOMING: account1, , (pop3) mail.comcast.net:110, alwaysSTARTTLS, passwordCleartext
    OUTGOING: smtp.comcast.net:587, alwaysSTARTTLS, passwordCleartext, true
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    Extensions
    Test Pilot for Thunderbird, 1.3.9, true, [email protected]
    Important Modified Preferences
    Name: Value
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.disk.smart_size_cached_value: 358400
    extensions.lastAppVersion: 24.4.0
    font.name.monospace.el: Consolas
    font.name.monospace.tr: Consolas
    font.name.monospace.x-baltic: Consolas
    font.name.monospace.x-central-euro: Consolas
    font.name.monospace.x-cyrillic: Consolas
    font.name.monospace.x-unicode: Consolas
    font.name.monospace.x-western: Consolas
    font.name.sans-serif.el: Calibri
    font.name.sans-serif.tr: Calibri
    font.name.sans-serif.x-baltic: Calibri
    font.name.sans-serif.x-central-euro: Calibri
    font.name.sans-serif.x-cyrillic: Calibri
    font.name.sans-serif.x-unicode: Calibri
    font.name.sans-serif.x-western: Calibri
    font.name.serif.el: Cambria
    font.name.serif.tr: Cambria
    font.name.serif.x-baltic: Cambria
    font.name.serif.x-central-euro: Cambria
    font.name.serif.x-cyrillic: Cambria
    font.name.serif.x-unicode: Cambria
    font.name.serif.x-western: Cambria
    font.size.fixed.el: 14
    font.size.fixed.tr: 14
    font.size.fixed.x-baltic: 14
    font.size.fixed.x-central-euro: 14
    font.size.fixed.x-cyrillic: 14
    font.size.fixed.x-unicode: 14
    font.size.fixed.x-western: 14
    font.size.variable.el: 17
    font.size.variable.tr: 17
    font.size.variable.x-baltic: 17
    font.size.variable.x-central-euro: 17
    font.size.variable.x-cyrillic: 17
    font.size.variable.x-unicode: 17
    font.size.variable.x-western: 17
    mail.openMessageBehavior.version: 1
    mail.winsearch.firstRunDone: true
    mailnews.database.global.datastore.id: 3e3245e7-bdfc-4ebf-98fb-abc47a5f973
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1395283212
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    print.printer_Brother_MFC-9970CDW.print_bgcolor: false
    print.printer_Brother_MFC-9970CDW.print_bgimages: false
    print.printer_Brother_MFC-9970CDW.print_colorspace:
    print.printer_Brother_MFC-9970CDW.print_command:
    print.printer_Brother_MFC-9970CDW.print_downloadfonts: false
    print.printer_Brother_MFC-9970CDW.print_duplex: 0
    print.printer_Brother_MFC-9970CDW.print_edge_bottom: 0
    print.printer_Brother_MFC-9970CDW.print_edge_left: 0
    print.printer_Brother_MFC-9970CDW.print_edge_right: 0
    print.printer_Brother_MFC-9970CDW.print_edge_top: 0
    print.printer_Brother_MFC-9970CDW.print_evenpages: true
    print.printer_Brother_MFC-9970CDW.print_footercenter:
    print.printer_Brother_MFC-9970CDW.print_footerleft:
    print.printer_Brother_MFC-9970CDW.print_footerright:
    print.printer_Brother_MFC-9970CDW.print_headercenter:
    print.printer_Brother_MFC-9970CDW.print_headerleft:
    print.printer_Brother_MFC-9970CDW.print_headerright:
    print.printer_Brother_MFC-9970CDW.print_in_color: true
    print.printer_Brother_MFC-9970CDW.print_margin_bottom: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_left: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_right: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_top: 0.5
    print.printer_Brother_MFC-9970CDW.print_oddpages: true
    print.printer_Brother_MFC-9970CDW.print_orientation: 0
    print.printer_Brother_MFC-9970CDW.print_page_delay: 50
    print.printer_Brother_MFC-9970CDW.print_paper_data: 1
    print.printer_Brother_MFC-9970CDW.print_paper_height: 11.00
    print.printer_Brother_MFC-9970CDW.print_paper_name:
    print.printer_Brother_MFC-9970CDW.print_paper_size_type: 0
    print.printer_Brother_MFC-9970CDW.print_paper_size_unit: 0
    print.printer_Brother_MFC-9970CDW.print_paper_width: 8.50
    print.printer_Brother_MFC-9970CDW.print_plex_name:
    print.printer_Brother_MFC-9970CDW.print_resolution: 93725024
    print.printer_Brother_MFC-9970CDW.print_resolution_name:
    print.printer_Brother_MFC-9970CDW.print_reversed: false
    print.printer_Brother_MFC-9970CDW.print_scaling: 0.90
    print.printer_Brother_MFC-9970CDW.print_shrink_to_fit: false
    print.printer_Brother_MFC-9970CDW.print_to_file: false
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_bottom: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_left: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_right: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_top: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_bgcolor: false
    print.printer_Brother_MFC-9970CDW_Printer.print_bgimages: false
    print.printer_Brother_MFC-9970CDW_Printer.print_colorspace:
    print.printer_Brother_MFC-9970CDW_Printer.print_command:
    print.printer_Brother_MFC-9970CDW_Printer.print_downloadfonts: false
    print.printer_Brother_MFC-9970CDW_Printer.print_duplex: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_bottom: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_left: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_right: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_top: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_evenpages: true
    print.printer_Brother_MFC-9970CDW_Printer.print_footercenter:
    print.printer_Brother_MFC-9970CDW_Printer.print_footerleft:
    print.printer_Brother_MFC-9970CDW_Printer.print_footerright:
    print.printer_Brother_MFC-9970CDW_Printer.print_headercenter:
    print.printer_Brother_MFC-9970CDW_Printer.print_headerleft:
    print.printer_Brother_MFC-9970CDW_Printer.print_headerright:
    print.printer_Brother_MFC-9970CDW_Printer.print_in_color: true
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_bottom: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_left: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_right: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_top: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_oddpages: true
    print.printer_Brother_MFC-9970CDW_Printer.print_orientation: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_page_delay: 50
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_data: 1
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_height: 11.00
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_size_type: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_size_unit: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_width: 8.50
    print.printer_Brother_MFC-9970CDW_Printer.print_plex_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_resolution: 93725024
    print.printer_Brother_MFC-9970CDW_Printer.print_resolution_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_reversed: false
    print.printer_Brother_MFC-9970CDW_Printer.print_scaling: 1.00
    print.printer_Brother_MFC-9970CDW_Printer.print_shrink_to_fit: false
    print.printer_Brother_MFC-9970CDW_Printer.print_to_file: false
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_bottom: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_left: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_right: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_top: 0
    Graphics
    Adapter Description: Intel(R) HD Graphics 4000
    Vendor ID: 0x8086
    Device ID: 0x0166
    Adapter RAM: Unknown
    Adapter Drivers: igdumd64 igd10umd64 igd10umd64 igdumd32 igd10umd32 igd10umd32
    Driver Version: 8.982.6.0
    Driver Date: 8-1-2012
    Direct2D Enabled: Blocked for your graphics driver version.
    DirectWrite Enabled: false (6.2.9200.16581)
    ClearType Parameters: ClearType parameters not found
    WebGL Renderer: false
    GPU Accelerated Windows: 0
    AzureCanvasBackend: skia
    AzureFallbackCanvasBackend: cairo
    AzureContentBackend: none
    JavaScript
    Incremental GC: 1
    Accessibility
    Activated: 1
    Prevent Accessibility: 0
    Library Versions
    Expected minimum version
    Version in use

    gabri21 wrote: I have a very similar problem with my PSC1510 but only the colour cartridge light is blinking. I am also unable to find any useful information to set up printing in back up mode. Can anyone assist in resolving this problem for us?
    With only one cartridge light blinking I would suspect the cartridge, they do rarely fail (much more often for reman cartridges, see here).  Clean the cartridge contascts as shown here.  If that fails and the cartridge is an original HP then check the warranty date as shown here.  If the cartridge is in warranty return it to your dealer for a warranty replacement.
    The printer will automatically switch to backup mode if the black (or color in some printers) cartridge is removed.  I do not know if this works with the PSC 1510, some all-in-on devices insist on having both cartridges present.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Intelligent Agent doesn't work

    Hi dear colleagues,
    I got a problem with the Intelligent Agent.
    I installed Oracle 8i EE 8.1.5 and OEM 2.1 on Windows 2000 server. When I
    try to discover the databases with OEM, OEM could only find the node, it could
    not find any database. So I thought maybe the Agent got some problem. I
    opened the log file nmiconf.log, the following is the message in it:
    DBSNMP for 32-bit Windows: release 8.1.5 - Production on 13-MAY-02 20:04:18
    Warning : Listener LISTENER defined in H:\Oracle\Ora81\network\admin\listener.ora will be skipped because, it does not have a corresponding NT service entry
    Warning : Skipping OracleOraHome81TNSListener : Couldnot find corresponding listener definition in {H:\Oracle\Ora81\network\admin\listener.ora}
    Warning : No Listener found for SID SIDDB1. SIDDB1 will be skipped
    Warning : No Listener found for SID SIDDB3. SIDDB3 will be skipped
    But I don't know where and how to create a NT service entry corresponding to
    the listener LISTENER. Please help me!
    Thanks!
    Wendell

    I think there is no problem with the intelligent agent. It seems to be a problem with your net8 configuration. I think the problem could be caused by several reasons:
    1. Your listener is not configured properly: the listener.ora file should contain a valid service entry for the database (you can do this with the net8 assistant provided by oracle. Normally it should be installed by default)
    2. The agent looks in the wrong listener.ora file for a service entry. So do you have more then one ORACLE_HOME and more the one listener.ora file on the node?
    3. Do you have more then one network interface and are you working with more then one hostname alias? That could also cause a problem. It could be a solution to replace the hostname in the host=name part of the listener.ora file with the right!! IP adress. May be you have to test all the IP adresses of your node.

  • Oracle intelligent agent

    hi ;
    os : suse sles9 sp3 Oracle 9.2.0.4
    when i am trying to start oracle intelligent agent ı get this error message ;
    DBSNMP for Linux: Version 9.2.0.4.0 - Production on 18-APR-2004 02:32:56
    Copyright (c) 2003 Oracle Corporation. All rights reserved.
    Starting Oracle Intelligent Agent.../opt/oracle/9.2.0.4/bin/dbsnmpwd:
    line 156: 2927 Segmentation fault nohup $ORACLE_HOME/bin/dbsnmp $*
    $DBSNMP_WDLOGFILE 2>&1
    /opt/oracle/9.2.0.4/bin/dbsnmpwd: line 156: 2940 Segmentation
    fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1
    /opt/oracle/9.2.0.4/bin/dbsnmpwd: line 156: 2952 Segmentation
    fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1
    /opt/oracle/9.2.0.4/bin/dbsnmpwd: line 156: 2964 Segmentation
    fault nohup $ORACLE_HOME/bin/dbsnmp $* >>$DBSNMP_WDLOGFILE 2>&1
    how can ı solve this problem ?
    Edited by: Gundem on Sep 17, 2008 3:30 AM

    check this metalink notes:
    Note:295385.1 - The 9.2.0.4 Intelligent Agent Does Not Start on Linux
    Note:295920.1 - Agent Fails with Segmentation Fault on 9204; Patch 3238244 Will Not Apply

  • Oracle Intelligent Agent cannot be started

    I have installed Oracle 9i into RedHat Linux 9. When I start the Oracle Intelligent Agent, I get nothing response, and find the agent cannot be started.
    I find the error message in dbsnmp.nohup which is showed below:
    /opt/ora9/product/9.2/bin/dbsnmp: error while loading shared libraries: libvppdc.so: cannot open shared object file: No such file or directory
    Agent exited at Thu Nov 13 23:20:31 HKT 2003 with return value 127
    Agent thrashing. Exiting dbsnmpwd at Thu Nov 13 23:20:31 HKT 2003
    I found the library object is existed.
    [oracle@localhost lib]$ ll libvpp*
    -rw-r--r-- 1 oracle oinstall 552036 Apr 26 2002 libvppdc.so
    Can anyone help me to solve the problem?
    Thank you.
    Regards,
    Franklin

    Problem of method 1 (for re-install the oem agent / dbsnmp)
    When I follow the "work Around Procedure" from
    http://www.puschitz.com/InstallingOracle9i.shtml#OracleInstallationErrors
    and download the RPMs (glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm glibc-devel-2.3.2-5.i386.rpm) for the procedures.
    When I run the command (#rpm -Uvh --oldpackage glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm glibc-devel-2.3.2-5.i386.rpm),I found the error shown below:
    error:glibc-2.3.2-5.i686.rpm:V3 DSA Signature:BAD, key ID db42a60e
    error:glibc-2.3.2-5.i686.rpm cannot be installed
    Problem of method 2
    When I try to unpack glibc-2.3.2-5.i686.rpm and replace libc-2.3.2.so and libc.so.6 by using the following steps
    # mkdir /root/tmp
    # mv glibc-2.3.2-5.i686.rpm /root/tmp
    # cd /root/tmp
    # rpm2cpio glibc-2.3.2-5.i686.rpm | cpio -idmv
    # cp /lib/libc-2.3.2.so /lib/libc-2.3.2.so.ORIG
    # cp lib/libc-2.3.2.so /lib/.
    # rm -f /lib/libc.so.6
    # ln -s /lib/libc-2.3.2.so /lib/libc.so.6
    I find the system is halted, when I run (# cp lib/libc-2.3.2.so /lib/.) When I reboot the system, I find error
    init:error while loading shared libraries:libc.so.6:cannot open shared object file:No such file or directory
    Kernel panic: Attempted to kill init.
    Please help me to fix the problem. Many thanks.
    Regards,
    Franklin.

  • Intelligent agent problem !!!

    After issuing agentctl stop command agent stops with message: "Agent shutdown faild". In dbsnmp.log is message "Unable to connect to SNMP master agent". In dbsnmp.nohup nothing wrong. In nmiconf.log there is a massage "Could not open emtab at /var/opt/oracle/emtab (Files doesn't exist as I saw).
    My configuration is:
    Red Hat Linux AS 3, Oracle DB 9.2.0.4 (patch applied), patch 3238244 applied for Intelligent agent).

    I am getting simlar error when I do:
    $ agentctl start
    Error mesg from:
    "/opt/oracle/product/9.2.0/network/log/nmiconf.log"
    DBSNMP for SunOS 5.9: release 9.2.0.4.0 - Production on 26-MAY-04 10:11:42
    Discovering services on ###### configured on host addresses {##### *********** ============}
    Using oratab file /var/opt/oracle/oratab
    Could not open emtab at /var/opt/oracle/emtab

  • Not able to start Oracle Intelligent Agent

    Hi to all,
    I am not able to start the Oracle Intelligent Agent. I am getting the following error.
    bash-2.05$ agentctl start
    DBSNMP for Solaris: Version 9.2.0.3.0 - Production on 13-OCT-2008 10:43:56
    Copyright (c) 2003 Oracle Corporation. All rights reserved.
    Starting Oracle Intelligent Agent...
    Agent startup failed. Check /oracle/product/9.2.0.1/network/log/dbsnmp.nohup for details
    ---Output of dbsnmp.nohup---
    bash-2.05$ more dbsnmp.nohup-----
    Mon Oct 13 10:43:56 AFT 2008
    Failed while initializing SNMP
    Error initializing subsystems
    Agent exited at Mon Oct 13 10:44:00 AFT 2008 with return value 55
    Could not start agent. Initialization failure
    ---Output of dbsnmp.log---
    bash-2.05$ more dbsnmp.log
    DBSNMP for Solaris: Version 9.2.0.3.0 - Production on 13-OCT-2008 10:44:00
    Copyright (c) 2003 Oracle Corporation. All rights reserved.
    System parameter file is /oracle/product/9.2.0.1/network/admin/snmp_ro.ora
    Log messages written to /oracle/product/9.2.0.1/network/log/dbsnmp.log
    Trace information written to /oracle/product/9.2.0.1/network/trace/dbsnmp_6030.trc
    Trace level is currently 0
    ---Output of nmiconf.log---
    bash-2.05$ more nmiconf.log
    DBSNMP for SunOS 5.9: release 9.2.0.0.0 - Production on 13-OCT-08 10:43:56
    Discovering services on kapttdw1 configured on host addresses {kapttdw1 kapttdw1.com loghost 192.168.100.114 applicationdb 192.168.1
    00.120 kapttdw1m 10.10.100.186 kapttdw1-ce3 192.168.100.233}
    Using oratab file /var/opt/oracle/oratab
    Could not open emtab at /var/opt/oracle/emtab.
    Can anybody tell me how to resolve this issue.
    Thanks in Advance
    Hashim

    Check following thread..
    http://kr.forums.oracle.com/forums/message.jspa?messageID=631474
    and search on metalink as well. There are a lot of threads addressing this issue in various scenarios.

  • Oracle Support: SNMP, OEM Console & Intelligent Agent

    I have the Intelligent Agent running fine (thanks to the "Does
    anyone at Oracle Support read these messages" thread). I can
    tnsping the agent and listener from the Win98 OEM Console
    machine, I can access the listener when manually discovered.
    When I try to submit a job, there is nothing in the Destinations
    window. I have SNMP enabled on the 8.0.5.1 server.
    Simple question, will it work or not, I really have got better
    things to do with my time.
    Sick of wasting time.
    Paul Smyth
    null

    Yes it will work. You'de better sign a Technical Support Contract
    with Oracle (if you havent) and call them.
    They surely can help.
    Regards,
    Michael
    Paul Smyth (guest) wrote:
    : I have the Intelligent Agent running fine (thanks to the "Does
    : anyone at Oracle Support read these messages" thread). I can
    : tnsping the agent and listener from the Win98 OEM Console
    : machine, I can access the listener when manually discovered.
    : When I try to submit a job, there is nothing in the
    Destinations
    : window. I have SNMP enabled on the 8.0.5.1 server.
    : Simple question, will it work or not, I really have got better
    : things to do with my time.
    : Sick of wasting time.
    : Paul Smyth
    null

  • Intelligent agent not running

    Hi all,
    i had database of 9.2.0.1 on windows xp. i am trying to configure EM using OMS. while discovering nodes i am getting error saying intelligent agent not running.
    i tried to start that using "agentctl start" but its saying "could not able to contact agent". when i checked in google its saying to have a snmpagent role should be there in dba_roles which i dont have. i even dont have dbsnmp user, for that i executed catsnmp.sql script. now i am having user but no role.
    also when i tried to start the service of agent from services of control panel its saying "service is started and stopped on local computer some services will stop automatically if they had no work to do"
    what i need to do for getting my agent started and making discovering of nodes?
    Thanks in advance for the help
    Message was edited by:
    pavan kumar

    I am having the same problem. I am unable to see the databases in OEM.

  • Intelligent agent

    I have 8.1.6R2 running on RH6.2 fine except for the Intelligent agent (I have OEM 2.1)
    I get the following error when I try to start the dbsnmp process
    "error configuring n1 component, error=280.
    the sid in my oratab file is ok.
    Any Ideas on this???

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by moustafa el nahhas ([email protected]):
    please can any one give me the path to download Intelligent Agent version 8.1.5???<HR></BLOCKQUOTE>
    pourriez vous me fournir de la documentation sur les triggers, ConTexts, UML, merci d'avance.
    null

Maybe you are looking for

  • Update was terminated '' received from author

    Hi Experts Any clue why this error comes while performing goods movement update was terminated '' received from author I've was told in the forum to check in SM13 Was able to see the following error message in SM13 00671: ABAP:/4 processor: SAPSQL_AR

  • How to create a archive database?

    Emails which are older than 1yr should be archived into a separate database from the mail email database. Its a Exchange 2010 version. Please help me know the proceedure. Thank you

  • Adobe CQ5 - Home page - Users Tab is not opening

    Hi, we are facing an issue in Adobe CQ5. we are not able to open the Users Tab in the home page http://localhost:1111/libs/cq/core/content/welcome.html. when we are clicking the Users tab, it is showing a Empty page. We want to open the Users tab fro

  • How to make a disclamer for groups of users

    I have a client with a specific requeriment: He need make one specific disclaimer for a group of users (corporative accounts). I know how to make this to all users (configuration of smtp_in and smtp_out process), but I dont know how to make this for

  • Re: BB 10 Upgrade to Version 10.1.0.273

    I have been hearing lots of bad reviews regarding the 10.1.0.273 upgrade available - I am on Telus and I am curious to hear anybodys comments on the upgrade good or bad - still have not upgraded - worried about messing up a good running OS. Solved! G