Web cache listen ports

We have set up Web cache on a Windows NT 4.0 box to cache ASP pages served up by another box running IIS.
Using a listen port of 80 and a application web server with the host port entry set to 80 everything works fine. However we have a number of additional sites running on different ports under IIS - e.g. 84, 85 etc. When I add these ports to the application web server list and create an equivalent entry in the web cache listen ports list I always get the incorrect content served up by web cache.
For example I request /servername:84/home/main.asp and I get server /servername:85/home/main.asp
Is there another setting that I have to use to get this to work correctly ?
Thanks in advance
Niels Montanana
Technology Director
Practical Law Company, London, England

Try the virutal hosting workaround I documented in a disussion topic titled "Virtual Hosting in Web Cache 2.0.0.x". Note that you will need to change your origin Web Server config to use name-based virtual hosting instead of IP/Port-based virtual hosting.
The upcoming 9.0.2 release of Web Cache will support a more flexible virtual hosting mechanism.

Similar Messages

  • Httpd.conf requires Web Cache listening port to be defined - Why?

    Can someone tell me why the httpd.conf file requires the Web Cache listening port in its configuration; Port=web_cache_port entry. I.e
    ## httpd.conf -- Apache HTTP server configuration file
    Port 7777
    Listen 7778
    ServiceName http_server.company.com etc...
    The reason behind my question is that I thought Web Cache was a stand alone application that just passed requests through to the http server.
    This question arose when reading page 6-8 of Oracle9iAS Web Cache - Administration and Deployment Guide - Release 2 (9.0.2)

    Thx. Now I know why entering petstore thru' webcache at port 80
    http://blah/petstore/
    returns
    http://blah:7777/petstore/control/....
    where 7777 is OHS listening port.
    Changing PORT to 80 fixed my problem! i,e. back thru webcache
    http://blah/petstore/control/....
    BTW, I managed to killed webcache a couple of times in the last 2 days by changing ports configuration using the Web admin interface at port 4000 and each time I need to reinstall ias903 core on win2k server. How stable is this beast? The EM interface is also very sensitive to editing server.xml etc directly in advanced properties...
    See below for info on PORT.
    Cheers.
    http://httpd.apache.org/docs/mod/core.html#port
    http://httpd.apache.org/docs/mod/core.html#usecanonicalname
    * The Port directive sets the SERVER_PORT environment variable (for CGI and SSI), and is used when the server must generate a URL that refers to itself (for example when creating an external redirect to itself). This behavior is modified by UseCanonicalName.
    The primary behavior of Port should be considered to be similar to that of the ServerName directive. The ServerName and Port together specify what you consider to be the canonical address of the server. (See also UseCanonicalName.)

  • Can web cache pass request to multiple ports

    I am using the 9iAS 1.0.2.0.0 web cache.
    I have set the web cache listening port to 80. But I want to web cache to cache more than one ports.For example we are using same ip & more than 5 ports. I want web cache to cache all the ports , no one .
    Is it possible ????
    Any help will be appreciated.
    yogesh

    I am reframing my previous question.
    I have installed 9iAs v10200 with ias web cache version 1.0.2.1.0(comes with 9iAS v1.0.2.0.0) on winnt 4.0 server with service pack 5
    I have set the web cache listening port to 80
    Now we have different websites on different ports say 11000,13000,7000 on same machine.
    Now I want to cache all the sites.
    Is it possible ????????
    Thanks in advance!!!!!!!
    yogesh

  • Web Cache with apache

    Hi Guys
    My apache server saying that i want to run on windows
    "PORT MUST BE IN NUMERIC"
    OCP DBA
    [email protected]

    By default, when you install Web Cache and Apache from Oracle installer, Web Cache listens on 7777 and Apache
    listens on 7778. Make sure that there is no port conflict.

  • Server-Services property called Web Services Listener in Enterprise Server

    I am trying to find out the Server-Services property called Web Services Listener Port inside the Enterprise Server web console..but I cannot find it.. In the BPM manuals it is given that:-
    When using FuegoBPM Enterprise Server, the Port is defined in the
    Web Console as a Server-Services property called Web Services Listener
    Port. Therefore, instead of the default port 9000 used in the Studio,
    the URL is composed by this redefined port.
    Where can I find this inside of the web console?

    I got my answer:-
    For 10g and 6.0 Studio:
    http://{MachineName}:9000/albpmServices/{Projectname}/ws/{Processname}ServiceListener?wsdl=true
    For 10g and 6.0 Enterprise using WebLogic, the URL is similar, but replace the {MachineName} and port number with the WebLogic host and port. And, you will need to replace the {project name} with {engine name}. The Engine name is the BPM engine name shown in the Oracle BPM admin console under Engines:
    http://{WebLogic MachineName}:{WebLogic Port}/albpmServices/{Engine-name}/ws

  • Web Cache 10g Strange Port Redirection

    Hi,
    I have installed Oracle AS 10g 10.1.2 at one server (Solaris 9).
    1) Oracle Apache Server is listenning port 81 and specific IP. No apache virtual hosts are configured at this port. In httpd.conf i have these directives:
    Port 81
    Listen xxx.xxx.xxx.xxx:81
    2) Web Cache is listenning port 80 and the same IP as Apache Server.
    3) In Web Cache, I've added one origin server with 81 port and HTTP protocol (host and port of Apache server, from item 1).
    4) Сreated new named site at port 80, which was mapped to Origin server created item 2.
    My application is deployed to url /myapp, and after configuring Web Cache as described, I could access it by typing:
    http://<host>/myapp
    But when click to any link in my app, my browser is redirected to URL with specific port
    http://<host>:81/myapp
    Where :81 is Apache Server port from "Port" directive in httpd.conf. If I change "Port" directive to different value, for example 80, browser is redirected to http://<host>:0/myapp
    Could, you help me? I need no port in my URL at all (port 80 for HTTP and 443 for HTTPS).

    Hi
    I have one named sites definitions, it is also default named site.
    Host name is <My Host>
    Port is 80 (It is that port, which WEB cache is listening)
    Prefix field is empty.
    Origin server is <My host>:81 (Actually it is my apache virtual host)
    As I've written all navigation in my application is performed over one servlet, which recieves request by method post, and uses sendRedirect method to redirect user reuqests (sending http header to browser):
    response.sendRedirect(url);
    If I change code, and servlet uses server side redirection request.getRequestDispatcher(url).forward(request, response);
    App is redirected to WEB Cache (Named Site) port. All navigation works fine with WEB Cache or without it.
    But this method doesn't suites for my application. Because if user press refresh button, browser asks to repost the data.
    Best Regards
    Nikolajs Sulima
    Message was edited by:
    [email protected]

  • How i can change port that oracle web server listen on in 10gEx

    Hi
    Thank you for reading my psot
    How i can change the port 8080 that oracle web server listen on it ?
    I have other server listening on this port and i can not change that port.
    I have oracle 10g Express edition

    This question has been asked and answered several times in the XE forum. Feel free to join us in the XE forum at Oracle Database Express Edition (XE)
    If you're not registered there, do so using http://www.oracle.com/technology/xe/registration
    The answer is to use dbms_xdb's sethttpport procedure.

  • Web Cache Port Conflict

    Started to get this problem today. I check the portlist.ini file and its showing that Discoverer is using port 80. How do I fix this? Thank you
    [29/Jun/2004:22:21:31 -0400] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [29/Jun/2004:22:21:31 -0400] [alert 13305] [ecid: -] failed to assign port 80, bind() error = Address is already in use
    [29/Jun/2004:22:21:31 -0400] [alert 9707] [ecid: -] Failed to start the server.
    [29/Jun/2004:22:21:31 -0400] [alert 9609] [ecid: -] The server process could not initialize.
    [29/Jun/2004:22:28:26 -0400] [notification 9610] [ecid: -] The server is exiting.

    Hi,
    If you want to change the port for Discoverer, then pls post this question in 'Discoverer' forum. But, one other option is to change the Web Cache port -> this can be done by changing it in webcache.xml config file found in '<Oracle_home>/webcache/' directory.
    Hope this helps!
    Regards,
    G.E.S. Priyanka
    Orcale Web Cache Team

  • Problem in web cache cluster in 10.1.2.3

    Hi,
    I'm using webcache clustering in Oracle AS 10.1.2. and there are 3 cluster members.
    But all the requests are getting routed through cluster member 1. When i'm bringing down services(HTTP, webcache,webcache admin) of member1 i'm unable yto access my website.
    when member_1 is working, i'm able to access site from all 3 web servers through both web cache http listener port and OHS listener port.
    Help !

    I understand this is not an EBS related question, so please post your question in the appropriate forum for a better/faster reply -- https://forums.oracle.com/forums/category.jspa?categoryID=13
    Thanks,
    Hussein

  • Problem in web cache cluster in 10.1.2

    Hi,
    I'm using webcache clustering in Oracle AS 10.1.2. and there are 3 cluster members.
    But all the requests are getting routed through cluster member 1. When i'm bringing down services(HTTP, webcache,webcache admin) of member1 i'm unable yto access my website.
    when member_1 is working, i'm able to access site from all 3 web servers through both web cache http listener port and OHS listener port.
    Help !

    I understand this is not an EBS related question, so please post your question in the appropriate forum for a better/faster reply -- https://forums.oracle.com/forums/category.jspa?categoryID=13
    Thanks,
    Hussein

  • Cannot start Web Cache in Oracle 10g App Server

    Hi,
    Our Application runs on Oracle10g App Server,
    When it tried to start WebCache using the command
    opmnctl startproc ias-component=WebCache process-type=WebCache
    it shows the error...
    opmn id=oracle10g:6200
    no enabled components for this request
    When i tried to enable WebCache using Enable/Disable Component in Oracle 10g Enterprise manager - I can't see WebCache component it to enabe or disable it.
    When i tried opmnctl status., it shows
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 7276 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 7684 | Alive
    OC4J | rhs | N/A | Down
    OC4J | instaremit | 5880 | Alive
    OC4J | insta_test_apr_02 | 7100 | Alive
    WebCache is not running, also as the WebCache is not listed in Oracle 10g Enterprise manager, i can' enable or disable it.
    Plz Help me over this.,
    Regards.,
    Deepak.C

    Hi.,
    Thanks again !!!
    Yes, My Oracle HTTP Server is listening on port 80.
    I am not clear, may i know why should the ports be changed for the request to go through Web Cache ???
    Can i assign port 80 for Web Cache and 7778 for HTTP Server ?
    Also In Oracle Enterprise Manager, Web Cache is not available...
    home, HTTP Server, management alll these are there...
    Also for HTTP Server, it's not showing any metric info, 'Not Yet Available' is shown even though the HTTP Server is running, how can i get metric info about Oracle HTTP Server, i have also used dmstool -t ohs_server, its not working
    It's showing... FLEXMON ERROR : detected invalid table name ohs_server
    dmstool -l -t also does'nt lists ohs_server
    Hellp me over this.....
    Deepak.C

  • Update Portal with new Web Cache location

    Hi!
    We are trying to move our front-end WebCache to a new server. The Web Cache seems to work allright, but I can't get Portal to access the Web Cache.
    After moving the Web Cache I've updated the Portal Web Cache Settings in IAS console's portal:portal instance. OC4J_Portal and portal:portal are running and are not showing any errors in IAS console. When I try to access Web Cache through Portal administrative page i get an error saying WWC-40019 "Could not open web cache connection". The URL Portal uses to access Web Cache admin page i.e. is wrong.
    I need some help finding the appropriate way to configure Portal with the new Web cache addresses.
    Thank you!
    Best regards
    "Heyers"

    Portal PM, I thought you said that this solution would not work. Everyone I have heard so far has said that you cannot configure webcache to work with Portal documents. Does this work or does it not?
    Read the messages below from the bottom up.
    It's not possible to do that today.
    In 9.0.2 (the next release) we will be using WebCache configured out of the box so you won;t need to, however, till then you cannot use webcache with Portal 3.0.x
    Thanks
    Portal PM
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Agus Jaelani Type : Question
    Date : Feb 4, 2002 23:11 PT
    please try using this configuration on http.conf
    Port <webcache port>
    Listen <apache listen port>
    ServerName <webcache hostname>
    you must running ssodatan script again.
    Note :
    this config only make portal work together with webcache.
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Krzysztof Jungowski Type : Question
    Date : Feb 5, 2002 06:58 PT
    Thanks a lot. It works.
    best regards
    Krzysztof Jungowski

  • Help on Setting up Web Cache.

    Hi,
    I need help for setting up OAS Web Cache, whether the following setup is correct. I’m new to this.
    When I login to http://server2.domain.com:8300/appname1/, the display URL is changed to http://server2.domain.com:7778/appname1/. However there is no activity in the Web Cache Statistics.
    We have OAS Web Cache standalone installed on one server using port 80 (e.g. server1.domain.com) and OAS Application Server (HTTP & J2EE) installed on another server using port 7777 (e.g. server2.domain.com).
    Currently, when our user login to the application, they use the following URLs:
    http://server2.domain.com:8300/appname1/
    http://server2.domain.com:19000/appname2/
    I have setup OAS Web Cache as follows:
    Listen Ports:
         Cache Name: server1.domain.com-WebCache
         IP Address: ANY
         Port: 7778
    Origin Servers:
         Host: server2.domain.com
         Port: 7778
         Routing: enabled
         Ping URL: /
         Protocol: HTTP
    Site definitions (two entries)
         Hostname: server1.domain.com
         Port: 80
         URL Path Prefix: (blank)
         Default: No
         Aliases (Host Name: None, Port: N/A, URL Path Prefix: N/A)
         Hostname: server2.domain.com
         Port: 7778
         URL Path Prefix: /
         Default: No
         Aliases (Host Name: None, Port: N/A, URL Path Prefix: N/A)
    Site to Server Mapping:
         Site                    Origin Server     
    Priority Host Name     Port URL Path Prefix ESI Content Policy Host Name     Port
    1 server2.domain.com 8300 /appname1/ Unrestricted      server2.domain.com     7778
    2 server2.domain.com 19000 /appname2/ Unrestricted      server2.domain.com     7778
    3 server2.domain.com 7777 Unrestricted      server2.domain.com     7778
    4     *      7777 Exclude Fragments server2.domain.com     7778
    5     *      *           Exclude Fragments server2.domain.com     7778
    And in server2.domain.com, the following has been set in httpd.conf
    ServerName server2.domain.com
    UseCanonicalName On
    Port 7777
    Listen 7777
    Listen 7778
    Listen 19000
    <VirtualHost server2.domain.com:8300>
         Port 7778
    </VirtualHost>
    Any advise is appreciated.
    Thanks,
    Lian

    as mentioned above, All that you need is a optical cable (a toslink) and that will provide you with the 5.1 sound output. BUT and this is important, the Game or Movie must support 5.1 for you to get 5.1 sound (not a lot of Mac games have 5.1 output) also you will need to ensure that you setup the right settings on your sound Preference panel. You dont need any additional boxes or cables as long as your 5.1 speaker system accepts 5.1 audio via digital toslink (eg optical cable). the z5500 is suitable and will give you 5.1 sound if used with a game or movie that has 5.1 sound output.
    Good luck and enjoy the sound

  • Oracle Portal with Oracle Web Cache

    How can I configure Oracle Portal (or Web Cache) to work together?
    I have installed and started both of them. Now, Web Cache works fine with standard html pages (for example Apache docs) but after trying to reach portal the url is redirected to standard port - on which Portal runs (Web Cache works on 1100 and Portal on 7778).
    So it seems that portal pages are not cached.
    Web Cache:
    Application Web Servers:
    hpwin 7778 100 30 5 / 10
    Where can I find any information about that?
    best regards
    KJ

    Portal PM, I thought you said that this solution would not work. Everyone I have heard so far has said that you cannot configure webcache to work with Portal documents. Does this work or does it not?
    Read the messages below from the bottom up.
    It's not possible to do that today.
    In 9.0.2 (the next release) we will be using WebCache configured out of the box so you won;t need to, however, till then you cannot use webcache with Portal 3.0.x
    Thanks
    Portal PM
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Agus Jaelani Type : Question
    Date : Feb 4, 2002 23:11 PT
    please try using this configuration on http.conf
    Port <webcache port>
    Listen <apache listen port>
    ServerName <webcache hostname>
    you must running ssodatan script again.
    Note :
    this config only make portal work together with webcache.
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Krzysztof Jungowski Type : Question
    Date : Feb 5, 2002 06:58 PT
    Thanks a lot. It works.
    best regards
    Krzysztof Jungowski

  • "Web Cache Configuration Assistant" failed during installation

    Hi,
    I'm trying to install Grid Control on Fedora Core 4 but it failes during the installation at the "Web Cache Configuration Assistant".
    I already createt a loopback device on localhost.
    Thanks for any surggestions!!
    End output from spawned process.
    Configuration assistant "Web Cache Configuration Assistant" failed
    2
    ORACLE_HOME is /opt/oracle/EM/10.1.0.3
    Failed in smi manipulation().
    TaskMaster initialization failed.
    Root Cause: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    at oracle at oracle.ons.ONS.addSubscriber(ONS.java:333)
    at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
    at oracle.ons.Subscriber.<init>(Subscriber.java:80)
    at oracle.ons.ONS.createNewSubscriber(ONS.java:687)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:243)
    at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:215)
    at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:191)
    at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:66)
    .ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
    cat /etc/hosts:
    127.0.0.1 loopback localhost
    127.0.0.1 fedora01 fedora01.barmenia.de localhost.localdomain localhost
    172.xxx.xxx.xxx fedora01.barmenia.de fedora01 oracleinstall

    hi,
    i tried to reinstall but it is still the same problem.
    before i started the installer there was no oracle process left
    fedora01.oracle[emrep]>ps -x
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S 0:00 -ksh
    17573 pts/2 R+ 0:00 ps -x
    fedora01.oracle[emrep]>.1.0.3/Disk1/runInstaller PRE_REQUISITE=TRUE <
    Starting Oracle Universal Installer...
    before the assistant fails it looked like:
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S+ 0:00 -ksh
    17588 pts/2 S 2:32 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17589 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17590 pts/2 S 0:26 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17591 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17592 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17593 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17594 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17595 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17596 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17597 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17598 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17600 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17601 pts/2 S 0:07 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17607 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17677 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26185 ? Ss 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26301 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26381 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26409 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/bin/tnslsnr LISTENER -inherit
    26669 pts/4 S 0:00 -ksh
    26717 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26718 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26719 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26720 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26721 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26722 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26723 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26724 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26725 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26726 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26727 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26728 26729 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26730 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26731 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26732 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26770 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26771 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26772 pts/2 S 0:01 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26773 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26774 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26775 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26776 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26777 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26778 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26779 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26780 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26781 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26782 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26783 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26791 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26792 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26834 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26835 pts/2 S 0:00 /bin/sh /opt/oracle/EM/10.1.0.3/opmn/bin/opmnctl stopall
    26843 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -a -q shutdown
    26844 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    I'm running out of ideas!!
    thanks for your help!!!
    daniel

Maybe you are looking for