How to cluster OC4J?

I want to cluster muti-OC4J.
Is anyone known how to do this?
Thanks!
You can reply this topic or send mail to me .
Email: [email protected] or [email protected]!
Thanks again!

Our preferred model for clustering is that we support it as part of the OracleAS model. This gives you a reliable load balancing mechanism (mod_oc4), a management console with EM (which is MUCH FASTER in 904) and with the recent 904 version support for a managed file based cluster model, which means you don't need to install a database** to manage configuration.
You can get all this from the J2EE + Webcache installation type from the OracleAS installation.
** -- we supported a manual cluster setup model in earlier OracleAS versions which didn't require a DB. Now we support a managed (ie EM and dcm controlled) cluster model without a DB too.
Can I ask why you are looking to use OC4J clustering instead of OracleAS?
OC4J clustering is still possible -- it can be configured quite easily by directly modifying the the configuration files. If you look at the documentation for earlier releases, it's documented there. I will try and dig up a link. You will see us spit out a message when you run the loadbalancer.jar that it's going to be de-supported in a future version.
cheers
-steve-

Similar Messages

  • How to make OC4J and IIS on diffrent machines ?

    Hi,
    How to make OC4J and IIS running diffrent machines. following document tells use "standalone ONS daemon",Can anybody tell what standalone ONS daemon means and steps to be done to make IIS working on diffrent machine
    http://download-west.oracle.com/docs/cd/B25221_03/web.1013/b25211/oc4jplugin.htm#i638738
    Thanks & Regards
    Vino joy

    sender,
    the quantize menu is in the top info box in the arrange.
    if you double click on it, an extended parameter box appears with a lot of quantizing options. also RTFM about this bit.
    in the sample editor, there is an audio quantize feature.
    but it is old, and probably hasn't been updated in ten years........try it, you
    'll prolly hate it.
    there is also a quantize audio/groove plug, in the special menu.
    it works....sorta.
    if you're talkin' drums, on seperate tracks, like kik on one, and snr on the next, etc., try strip silence to cut the loop/file up, then select same in the arrange trk and quantize this, as above. (info box).
    this does work well provided you know just where you want the feel to be.
    you could also try making a groove template of the original clip/loop and use this as a timing reference.
    this also works well if you can get a clean footprint of the audio.
    best,
    DR9

  • How to cluster LDAP?

    I've been searching for a couple of days on how to cluster LDAP. I've found several places that say you can do it but nothing showing how. Does anyone have a link to some documentation on this? I have a couple of OES2SP3 servers in a cluster and I have an LDAP_VS set up and it seems to work for other OES servers but not for SLES10.x servers.
    Thanks,
    Toney.

    >
    > Cluster for what purpose? High availability? Load balancing? Is this eDir's LDAP interface or are you after OpenLDAP clustering?
    >
    Availability of eDir LDAP.
    >
    > There's 2 basic methods I can think of:
    >
    > 1) You have two servers with your replicas on them and simply run two instances of LDAP (which is default with OES2) on them, and use a load balancer/L4 switch or something in front of them to JUST load balance the 389/636 stuff. That's what we do.
    >
    > 2) You can simply create an IP resource and use THAT to "float" between the two nodes (again, assuming that the servers hold edir replicas).
    >
    > However, you say it works for OES but not for SLES. This is the OES2 Linux forums. Are you using JUST SLES and NOT OES2 Linux?
    >
    > If so, you might want to ask in either the eDir-Linux forum or the SLES forum.
    We chose option 2. The LDAP_VS resource that I mentioned is that floating IP resource. Sorry I wasn't clear on that.
    We are using a mixed environment of OES Linux and SLES servers. We are currently using a Netware 6.5 server for eDir LDAP but when it crashes, nscd has to be restarted on all the other linux servers or it starts consuming sockets and in a couple of days the server become useless because nscd ate all the sockets. So we thought we would just put a clustered IP resource on one of our existing OES Linux clusters and that would solve the problem. When I configure other OES Linux servers to use LDAP_VS for the "LDAP for OES" settings, they work just fine, I can ssh to them and login with my lum enabled user ID. When I configure SLES servers to use LDAP_VS for LDAP lookups, I cannot ssh into them, I just get prompted repeatedly for my password. I'm really not clear on how this all works so I may be asking in the wrong forum area. I just thought that since I was trying to configure this on an OES Linux cluster that the OES Linux forum would be a logical place to start. Should I go to one of the other forum areas you mentioned?
    Thanks,
    Toney.

  • How to start OC4J in Sun Solaris???

    How to start OC4J in Sun Solaris???

    It's very simple, you go to the OBIEE documentation page:
    http://download.oracle.com/docs/cd/E10415_01/doc/nav/portal_booklist.htm
    And you download the Infrastructure Installation and Configuration Guide. You then read it and get to the section where if talks about Starting and Stopping the OC4J Process.

  • How to Migrate OC4J EJB Web service to Weblogic

    Hello,
    We have a J2EE app developed under OC4J that needs to be migrated to weblogic 10.x. It uses web services mapped to EJB's with the oracle.j2ee.ws.SessionBeanWebService class, example setup:
    <servlet>
    <servlet-name>CreditCardManager</servlet-name>
    <servlet-class>oracle.j2ee.ws.SessionBeanWebService</servlet-class>
    <init-param>
    <param-name>jndi-name</param-name>
    <param-value>CreditCardManagerBean</param-value>
    </init-param>
    </servlet>
    Can someone point me to any docs on how to create the equivalent objects in Weblogic?
    Thanks,
    Leor

    Microsoft webservices uses HTTP sessions to maintain state. That means that the webservice sends a token to the client to be passed back on subsequent calls.
    Unfortunately, the webservice control in 8.1 doesn't know how to send the session token back to the MS webservice. The webservice control knows how to talk SOAP only. It doesn't know about session tokens. The reason for this is the different protocols available to transmit SOAP. Most of them are not HTTP session aware.
    Workshop webservices uses conversation ID's that are contained within the SOAP header to maintain state. That way, we don't have the dependency on the session state for maintaining state.
    The way to handle Microsoft's stateful webservice implementation is to create a custom webservice control that uses an HTTP client. Query the HTTP client for the session cookie. Store the session token and send it with subsequent calls to the MS webservice.
    Thanks,
    David Gorton
    Workshop Customer Centric Engineering

  • How to update oc4j 9.0.2 to oc4j 9.0.3 on linux OS?

    I install a oracle 9i V9.0.2.0.1 on the Redhat AS2.1,
    the oas9i is oc4j 9.0.2.0 that isn't support EJB2.0,
    I want only updating the oc4j component to oc4j 9.0.3.x.
    How to do this ?? Pls help me...
    regard

    I install a oracle 9i V9.0.2.0.1 on the Redhat
    AS2.1,
    the oas9i is oc4j 9.0.2.0 that isn't support EJB2.0,
    I want only updating the oc4j component to oc4j
    9.0.3.x.
    How to do this ?? Pls help me...Unfortunately, it is not a supported operation to upgrade only the OC4J component of a 9iAS 90201 installation with the standalone 903 version of OC4J.
    If you are using a 9iAS installation, you will need to download and install the 903 version of 9iAS (which is J2EE 1.3 compatible). I believe there is an upgrade assistant which can help with the migration of any configuration settings or applications from your prior installation to the new one.
    -steve-

  • How to ensure OC4J runs after user logs out of a W2003 Server

    Greetings,
    I have a question. We have BI Publisher running on a W2003 server. When I log into the server, a dos window starts up, and runs the OC4J stuff. When I log out of the server, this process stops.
    In order to use the scheduling part of BI Publisher (meaning, reports can be emailed out), the OC4J window must be running (meaning, I cannot log out of the W2003 server).
    How do I ensure the OC4J process remains running after I log out of the W2003 server? Note - this was fresh server, with a clean OBISE (Oracle Business Intelligence Standard Edition) install.
    Thanks,
    Colin Jensen

    Use the services created at installation time to startup Oracle AS components.
    thant should do the trick

  • How to cluster Apache?

    Okay I know this isn't really a cluster apache thing (as the apache code is on the local servers volme) but I guess what I want/need to know is how do I cluster an alias on an NSS volume?
    So each cluster server has the Apache engine on it.
    I have an NSS volume with say, an index.html and stuff on it that I want served up
    Do I:
    1) Create a separate virtual server for apache to load when I float the cluster resource around?
    or
    2) Configure each of the server's document/alias stuff to point to that volume and then as the node floats around it magically works?

    More of the latter - once the volume is in place and the IP address
    added, the apache2 restart will complete the bind.
    HTH
    T
    On Mon, 18 Oct 2010 21:36:02 GMT, kjhurni
    <[email protected]> wrote:
    >
    >Okay I know this isn't really a cluster apache thing (as the apache code
    >is on the local servers volme) but I guess what I want/need to know is
    >how do I cluster an alias on an NSS volume?
    >
    >So each cluster server has the Apache engine on it.
    >
    >I have an NSS volume with say, an index.html and stuff on it that I
    >want served up
    >
    >Do I:
    >
    >1) Create a separate virtual server for apache to load when I float
    >the cluster resource around?
    >
    >or
    >
    >2) Configure each of the server's document/alias stuff to point to
    >that volume and then as the node floats around it magically works?

  • How to start oc4j 1.0.2.2.1

    it is stopped, but i don't know how to start it.

    sometimes it work, sometimes it doesn't work.
    can i have other way to start oc4j?
    Hi Fee,
    If you're running under linux, try running OC4J in the background with
    "nohup", as in...
    nohup java -jar $j2ee_home/orion.jar &
    Good Luck,
    Avi.

  • How to cluster ISE 1.2.1.98

    Hi Team,
    I have 6 boxes of ISE and we planned to make 2 as a PSN's.
    how about other 4 ISE ...? How should i cluster them as admin and monitor nodes..?

    It would depend on your deployment but you can:
    1. Configure 4 nodes to be PSNs
    2. Place the nodes in a "node group" behind a load balancer. If you don't have a load balancer, you can configure the NADs in a way that the load is somewhat distributed. For instance, make PSN 1 be the primary Radius server and PSN 2 be the secondary for Wireless LAN Controllers. Then PSN 2 be the primary for switches while PSN 1 secondary. Then PSN 3 to be primary for ASAs/VPN, PSN 4 be the secondary, etc. 
    3. You can then take the other two nodes and dedicate them for Administration and Monitoring. You can split the load by making one node be the primary for "Admin" but secondary for "Monitor" while making the second node be the primary for "Monitor" and secondary for "Admin"
    Hope this helps!
    Thank you for rating helpful posts!

  • HOW-TO CLUSTER BOBJ XI 3.1 on HP-UX with MySQL

    Hello,
    I need to understand how to perform an installation of BOBJ XI 3.1 on HP-UX in a cluster.
    The official documentation it's a bit weird.
    Someone  can give more hints on the steps to follow? what should be installed on the first node , what in the second and what is clustered?
    I think MySQL should be clustered before that.
    any suggestion?

    So, you have 2 HP-UX boxes and you want to install BOE on both using default mysql DB and cluster those nodes together - correct ?
    1. you don't need to cluster mysql, you should probably not even use mysql and use another DB located on a separate box.
    2. You install BOE on server 1, make sure all is working.
    3. You install BOE on server 2 and select expanded install scenario in the wizard, when asked for CMS server - give name of the server 1 install. follow the prompts.
    #2 and 3 assume you have setup a DB to host CMS DB for BOE on a third server.
    If you want to use mysql on server 1 as the CMS DB for the cluster (which is a bad idea) , then you have to connect to mysql DB and enable remote access to it.
    you can google the steps fro that.

  • How to Cluster AS

    dear all,
    i have Oracle9iAS R2 installed(busniss intelgence) with infratstarur on UNIX cluster Node1 and i want to install the Application server so it can be clustered so what can i do, what r the steps, what i did was that i installed Appication server(busniss intelgence) on the other node and when it asked me about an existing SSO i pointed to node 1. i thought it was right anyway thank u all

    I'm also puzzled by this problem.
    Some OTN documents say that I have to create a cluster instance in OEM, so i do. I try to add a 9iAS BI instance in to the cluster, it raises a error which says only instance with clusterable components can be added into cluster. In other documents it is said portal and wireless are unclusterable components, so I uninstall them, than 9iAS can't startup.
    So, I reinstall 9iAS, and try to not install portal and wireless, but find there is no manual intallation type can be choosen. If choose BI installation type, all components will be installed.
    How can I cluster oracle 9iAS, especially form service and report service? And how to manually install 9iAS?

  • How to start OC4J at Linux boot time

    Hello,
    I am using Linux AS 3.0 and i have installed OC4J ( 9.0.4) ok, and OC4J also work fine.But each time i want to start OC4J , i must execute command java -jar oc4j.jar at console.
    Now, I want to start OC4J automatic at System startup ( ie: Linux boot time ).How can i do?
    Thanks.

    Just put your OC4J start/stop commands in a rc script.
    Scripts in the directories
    /etc/rc.d/rc2.d
    /etc/rc.d/rc3.d
    /etc/rc.d/rc5.d
    will be called by the operating system with the command line option start.
    The number in the directory names represent the desired run level of the machine.
    Scripts in the directory
    /etc/rc.d/rc0.d
    will be called during shutdown with the command line option stop.

  • How to Install OC4j in linux

    Hi all..
    I am novice user of Linux Platform...
    I wanted to install oc4j under linux..
    The Staps in followed ..
    1.. i have installed jdk 1.3.1 linux version
    2.. i have unzipped to ,zip file
    after this i have set the path
    but duuno how to set the class path
    as i ahve to run java -jar oc4j.jar
    how shuold i go about it..
    Any sugg...gr8 helpful
    Reg
    Raj

    Thank you AndrewThompson64
    You have done a great job.You are welcome.. but really, the only
    'great' thing I did was a quick search on
    'Java install linux'
    to show that link (that I knew was around
    here somewhere) at the top of the
    search reasults!
    Thanks for your interest to help me.You are welcome. :-)
    Next time you get stuck, 'drop back by'* and
    I'll show you some more clever search tips. ;-)
    * ..but really, you will gain a lot if you simply
    'lurk' around the forum and read other posts,
    even as you are writing code..

  • How to run OC4J

    This question is regarding stanalone OC4J
    I have deployed my war file inside the J2EE/Applications of Standalone OC4J .
    After starting OC4J how should i test my application . My question is
    What should be the values here :
    http:localhost: ----------
    Please guide me .
    What is the port to be supplied and how can i know the port ??

    it belongs to your defined,usually localhost:7777

Maybe you are looking for