Multiple WL instances on same machine with multiple clusters

Hi,
          I am wondering if it is possible to run two separate instances of WL on a
          single machine, with each instance belonging to a separate cluster? The
          machines are not multi-homed, so each instance must listen on a separate
          port.
          Our current architecture looks like this:
          4 web servers running NSAPI WL plug-in
          3 app. server boxes running WL 5.1 SP2
          I would like to start multiple instances of WL on each app. server to better
          utilize the hardware, and would like each instance to be part of a separate
          cluster.
          My questions are:
          1. Do I have to have a separate multicast address for each cluster, or can
          I use the same address since the clusters are on different ports?
          2. In the NSAPI plug-in, you simple specify a list of all the servers for a
          cluster. Are there any issues with having the machine/port names in this
          list belonging to different clusters?
          Thanks,
          Bob
          

Comments inline.
          Cheers - Wei
          www4.weblogic.com <[email protected]> wrote in message
          news:[email protected]...
          > Hi,
          >
          > I am wondering if it is possible to run two separate instances of WL on a
          > single machine, with each instance belonging to a separate cluster? The
          > machines are not multi-homed, so each instance must listen on a separate
          > port.
          Yes, you can. FYI, in addition, each cluster use different multicast
          address.
          >
          > Our current architecture looks like this:
          >
          > 4 web servers running NSAPI WL plug-in
          > 3 app. server boxes running WL 5.1 SP2
          >
          > I would like to start multiple instances of WL on each app. server to
          better
          > utilize the hardware, and would like each instance to be part of a
          separate
          > cluster.
          >
          > My questions are:
          >
          > 1. Do I have to have a separate multicast address for each cluster, or
          can
          > I use the same address since the clusters are on different ports?
          Different multicast addresses.
          >
          > 2. In the NSAPI plug-in, you simple specify a list of all the servers for
          a
          > cluster. Are there any issues with having the machine/port names in this
          > list belonging to different clusters?
          In-memory replication will not work.
          >
          > Thanks,
          > Bob
          >
          >
          >
          

Similar Messages

  • How to get rid of multiple instance of same machine

    Hi, I have an issue with my MacPro as I have multiple instance of the same computer. Let me explain : My machine appears as MacPro. but sometime it connect as MacPro (2), or MacPro (3) and so on... I now have MacPro (11). This happens when I get problem with my network... it reconnect the machine with a new name... Big deal you'll tell me... let it be that way and carry on... But Here is where I have a problem : Third party application such as SpeedDownload see all those Instance as Multiples machines and now it won't open because it tells me that I only have a licence for one computer and that the software is installed on multiple computers as MacPro, MacPro (2), MacPro (3), ... and MacPro (11).
    Is there a way I could get rid of all the other "Instances" and only keep on machine which would be MacPro?
    Thank You,
    Martin B.

    You said:
    Dear APPLE.
    Please tell us how to correct this?
    Thanks in anticipation
    Bruce
    You are not addressing Apple here We are all just users like yourself.
    You can inform Apple here but you will not get a reply from Apple.
    http://www.apple.com/feedback/macosx.html
    As a test can you try just using Ethernet?

  • How to create multiple Oracle 9i instance on same machine?

    Hi Gurus,
    I would like to add second instance of Oracle 9i on same machine. What should I do? Please recommend me too.
    Note OS: Windows Server 2003 Standard Edition
    Oracle: Oracle 9.2.0.1.0
    Best regards,
    Choosak B.

    First, are you sure you want to have separate ports? Normally, you would just run a single listener and register all the databases on the system with that listener.
    If you do want to run multiple listeners, the listener.ora file specifies the port to listen on.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Running multiple instances on same machine

    I need to run multiple instances of BEA WLS on a unix machine. I need 4 separate instances (dev and test for two different departments) on one machine and two production instances on another machine. What is the best way to go about separating these (ex. an account or directory structure for each)?
    Thanks,
    Roger ---|-

    Dev/Test:
    Give each one its own domain name - i.e. a separate directory under config. This
    works well.
    Production:
    Do the same, but to keep licensing costs down, I'd be inclined to run everything
    on a single instance.
    simon.
    Roger Cornejo wrote:
    I need to run multiple instances of BEA WLS on a unix machine. I need4 separate instances (dev and test for two different departments) on
    one machine and two production instances on another machine. What is
    the best way to go about separating these (ex. an account or directory
    structure for each)?
    Thanks,
    Roger ---|-

  • Install Oracle Application Server on the same machine with Oracle Database

    Hello!
    I have already have installed on my laptop the oracle Database 10g, and i want to install on the same machine Oracle Application Server; can I do that? After i look on some threads on this forum I understand that all I have to do is to change the default port 1521 of the database to antoher ..let's say 1523...how can I change the port? what files do i have to modify? Oracle Application server can work in good conditions with Oracle XE or I will have the same problem?
    My SO is Windows XP Professional SP II, all updates, 512RAM, 2Ghz-CPU
    Thanks!

    Well, you'll have some problems to run simultaneously Database and AS with 512 Mb...
    Apart from that, you don't need to start two listeners, you can use just one (the highest version) for both DBs.
    If, for any reason, you want to use two, you can change the port within LISTENER.ORA file, normally in ORACLE_HOME\network\admin.

  • Configuring Data Guard on 2 different instance in same machine

    Hi All,
    I am new to the Data Guard concept. I am using Oracle 10g (Release 10.2.0.1.0) in Windows 7 environment . I have created 2 database instance its running fine.
    For testing purpose, Is it possible to implement Data Guard concept between 2 instance in the same machine? whether it will impact any problem?
    Thanks & Regards
    Sami.

    You would use the same one. That is, you would not have a separate tnsnames.ora and listener.ora.
    What I was trying to say is you still need to add the SID_LIST_LISTENER lines that Data Guard uses
    Example
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (global_dbname = PRIMARY_DGMGRL.uservices.umn.edu)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0)
    (sid_name = PRIMARY)
    TNS Example
    STANDBY =
    (DESCRIPTION =
    (SDU=32767)
    (SEND_BUF_SIZE=2092500)
    (RECV_BUF_SIZE=2092500)
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY)
    Best Regards
    mseberg (Its very late here)

  • Creating physical standby database on same machine with dataguard

    hi every one
    i m new in oracle databases,
    i read documentation to create physical standby databases,
    now i install virtual machine (vmware) on my system,
    i install windows xp on this vm and oracle 9i
    now i want to create standby database on the same machine in some other drive configured with datagurd
    virtual machine
    OS windows xp
    database oracle 9i
    plz reply me how i do this
    explain clearly step by step.
    plz reply me in detail

    When you need to have the standby database on the same server as the master, use lock_name_space in the init.ora.
    This parameter permits this to occur without having to worry about changing the db_name.
    http://www.oug-ottawa.org/pls/htmldb/f?p=103:21:729607614317189728::::P21_TIP_NUM:821

  • WLS61-WinNT:  Admin/Managed servers on same machine with NodeManager?

    Hi,
    I'm trying to set up a development environment with a Admin server
    that controls at least one Managed server. I can start the Admin
    server (7001) successfully, and "startNodeManager" seems to work fine
    on the default port 5555. No clustering is being done. Only
    DefaultWebApp is available.
    I'm starting "setEnv" and "startWebLogic" from
    C:\dev\bea\wlserver6.1\config\devdomain
    and "startNodeManager" from
    C:\dev\bea\wlserver6.1\config
    I have a Machine, "devmachine", assigned to port 5555 (thus attaching
    it to the NodeManager) using the default config files.
    I have 2 Servers created:
    "adminserver", which listens on port 7001 (no great surprise), and
    "devserver", which listens on port 7011. I have also tried
    "devserver" on port 5555.
    DefaultWebApp has chosen both Servers.
    When I go to the Console, right-click on "devserver", and select
    "Start this server...", I get the "Are you sure?" page.
    Clicking "Yes", I get messages on the "startNodeManager" console:
    <Date><Info><Nodemanager@localhost:5555><WindowsProcessControl: online
    successfully invoked on server 'devserver', pid: 488>
    This sounds good, but the console browser returns:
    java.lang.NoClassDefFoundError: weblogic/Server
    Exception in thread "main"
    <Date><Info><Nodemanager@localhost:5555><WindowsProcessControl: online
    successfully invoked on server 'devserver', pid: 488>
    StartNodeManager's output confirms that "weblogic.jar" is in the
    classpath.
    It's location is: .\lib\weblogic.jar
    Clicking on the Servers branch confirms that 'devserver:7011' is not
    running, and that 'adminserver:7001' is running.
    I believe that I'm making some sort of simple configuration error, but
    I have been unable to find any documentation that clarifies this
    problem.
    Has anyone gotten this Admin/Managed combination to work on 1 physical
    machine? If so, am I simply not matching ports in the config.xml file
    correctly? Am I missing something obvious?
    Many Thanks!
    Jeff

    Hi,
    It may not be obvious, but a clean install seemed to solve it. A
    wacky config issue? The world may never know...or care. :>
    Jeff
    [email protected] (Jeff Murdoch) wrote in message news:<[email protected]>...
    Hi,
    I'm trying to set up a development environment with a Admin server
    that controls at least one Managed server. I can start the Admin
    server (7001) successfully, and "startNodeManager" seems to work fine
    on the default port 5555. No clustering is being done. Only
    DefaultWebApp is available.
    I'm starting "setEnv" and "startWebLogic" from
    C:\dev\bea\wlserver6.1\config\devdomain
    and "startNodeManager" from
    C:\dev\bea\wlserver6.1\config
    I have a Machine, "devmachine", assigned to port 5555 (thus attaching
    it to the NodeManager) using the default config files.
    I have 2 Servers created:
    "adminserver", which listens on port 7001 (no great surprise), and
    "devserver", which listens on port 7011. I have also tried
    "devserver" on port 5555.
    DefaultWebApp has chosen both Servers.
    When I go to the Console, right-click on "devserver", and select
    "Start this server...", I get the "Are you sure?" page.
    Clicking "Yes", I get messages on the "startNodeManager" console:
    <Date><Info><Nodemanager@localhost:5555><WindowsProcessControl: online
    successfully invoked on server 'devserver', pid: 488>
    This sounds good, but the console browser returns:
    java.lang.NoClassDefFoundError: weblogic/Server
    Exception in thread "main"
    <Date><Info><Nodemanager@localhost:5555><WindowsProcessControl: online
    successfully invoked on server 'devserver', pid: 488>
    StartNodeManager's output confirms that "weblogic.jar" is in the
    classpath.
    It's location is: .\lib\weblogic.jar
    Clicking on the Servers branch confirms that 'devserver:7011' is not
    running, and that 'adminserver:7001' is running.
    I believe that I'm making some sort of simple configuration error, but
    I have been unable to find any documentation that clarifies this
    problem.
    Has anyone gotten this Admin/Managed combination to work on 1 physical
    machine? If so, am I simply not matching ports in the config.xml file
    correctly? Am I missing something obvious?
    Many Thanks!
    Jeff

  • Development and Test on same machine

    Hi,
    In my current setup I have a development application, a test application and a production application.
    The dev. and test is on the same machine, with different APP ID's. Dev is 102, and test is 110
    At first there was no problems with this. But now all of a sudden it starts to create problems for me. In APEX you can create a coloumn link on an item in a report. In the column link you can set link text, attributes, the page the link links to and you can set items that should be send to the new page.
    The problem that occurs with the link is that APEX uses the APPS name instead of the APP_ID, so that my link will be the same from the development app and the test app. F.x.:
    http://test.test.dk/pls/apex/f?p=APP
    instead of
    http://test.test.dk/pls/apex/f?p=110
    I think that APEX stores some cookie information on the machine that accesses the sites, and the problem hasnt occured untill these cookies ran out.
    I see 2 solutions to this problem:
    1. Install a new server with the development app
    2. Rename the development APP to something different.
    The problem with no 2. is that I will then have to (re) rename the app everytime I release the app to the test server.
    Let me hear some suggestions. How do other people do this?
    Edited by: bjarkekr on 2009-12-22 13:09

    I would recommend separating DEV and TEST into different database instances - they can still be on the same physical server and even share the web server (if you are using Apache/modplsql). All that's needed is a second DAD pointing to the second DB (e.g. your URLs would then look like http://test.test.dk/pls/apexdev/f?p=APP and http://test.test.dk/pls/apextest/f?p=APP if you define a DAD named apexdev to point to the DEV database and a second one named apextest to point to the TEST database).
    If you really have to stick with one DB, then I believe all you need to do is changing the application alias, not the application name itself, for your DEV application (and yes, you would need to change this setting once you migrate from DEV to TEST, but that shouldn't be really that big deal, it's just changing that one setting on the app definition page...). By default the alias is the same as the app name.
    Holger

  • Configuration of the Physical & Logical standby servers on the same machine

    I've encoutered a problem to connect to one of the standby servers .
    I created a DataGuard in 10.2. Primary on 1 machine, 1 physical standby and 1 logical standby on another machine (both phy and logical in same machine)
    I first created a primary then a physical standby. I've got no problem at all.
    But when I created a logical standby server on the same machine with the physical then I could not connect to both phy and logical . I can connect to either one of them.
    According to DataGuard setup, the db_name must be the same in primary and all standby servers. This is fine when each of the primary or the standby installed in a separate machine.
    The db_name of the physical = rolex
    The db_name of the logical = rolex
    When we have more than one instance in the same machine, we just set the ORACLE_SID = db_name ( or instance), then connect to it.
    If I connect to the physical, then I try to connect to the logical, it goes to the physical or vice versus.
    Does anyone have the solution ?
    QN

    DB_UNIQUE_NAME parameter will be the seperator.
    give DB_UNIQUE_NAME parameters different names and set ORACLE_SID with DB_UNIQUE_NAME name you gave
    DB_NAME is the primary instances database name DB_UNIQUE_NAME is given for standby instances database name

  • EP on same WAS with XI?

    Hi all,
    does anybody have experience with installing Enterprise Portal 6 (SR1) on the same machine with already installed WAS and XI, unicode ABAP and JAVA. Is this possible and what problems / issues can arise? Also, I saw that from sp10, you can uninstall EP6, does this influence XI part in any way?
    Tnx,
    Ivan

    >> You can instruct the Portal to use a different UME database.
    This is true, but it keeps storing the results in its own J2EE database with prefixes to the username. I am not sure how XI does it, but it uses the ABAP stack for its users, also for its J2EE part.
    So it is possible on the same machine, but not on the same J2EE instance. This is also mentioned during the installation of XI.
    Greetings,
    Vincent

  • 8i Forms 6i & 9i Developer Suite in the same machine?

    I hav installed Oracle 8i Forms 6i & 9i Developer Suite in the same machine, with different Oracle homes.
    earlier it was working fine,but right now when i tried to open Form Builder(9i),it shows the error as
    Microsoft Visual C++ Runtime library
    Assertion Failed!
    Program:D:Oracle_Home\bin\ifbld90.exe
    File:ut\SRC\UTJ\SRC\UTJL.C
    Line 428
    Expression: result ==utjER_SUCCESS
    For information on how your program can cause assertion
    failure,see the VC++ documentation on asserts
    (Please try to debug the application - JIT must be enabled)
    and when i try to open Reports Builder(9i) it does not open ,it shows error as below and terminates
    rwbuilder.exe - Application Error
    The instruction at "0x6550b264" referenced memory at "0x00000000".The memory could not be "read:
    Please advise what to be done.
    Thanx in advance.

    I've got a 9i database, Jdeveloper (various versions), Oracle9i Forms and 6i Forms all installed on the same machine. Just make sure you get them in separate Oracle homes..
    Regards
    Grant Ronald
    Forms Product Management

  • How to Install OBIEE and BIP on a machine with Windows XP ?

    Hi,
    I am very new to OBIEE and want to learn it by myself.
    Can I install OBIEE and BI Publisher on my home PC with Windows XP ? Can I install client and server on the same PC?
    If no, what are the other options ?
    Please help!!
    Thanks!
    Yogini

    Thanks for the link, but I am referring the same to install OBIEE.
    The pre-requisites section says :
    Client operating systems:
    - Microsoft Windows 2000 Professional with Service Pack 3 or later
    - Microsoft Windows 2003 Professional with Service Pack 1 or later (32-bit only)
    - Microsoft Windows XP Professional with Service Pack 1 or later
    Server operating systems:
    - For Oracle BI Server: Microsoft Windows 2000 Service Pack 4/2003 Server
    Thats why I wonder if I can install client and server on the same machine with Windows XP ?
    Please do let me know.
    Regards,
    Yogini

  • How do I validate Photoshop licence when reloading onto the same machine?

    After a hard disk crash, I am reloading Photoshop CS4 onto the same machine as before but the serial number is invalid.  It's the same software on the same machine with the same serial number.  Please does anyone know what I have to do to validate it?

    You need to call  or use the web form or chat to contact support on such matters. Nobody here can do anything for you, not even the employees - without a case number, nobody can track things and speed up matters.
    Mylenium

  • May i can't have Forms+Reports server on the same machine ?

    Gurus!
    I have installed Forms+Reports server on the same machine with their builders too. But then Forms & Reports server does not function when i call my .fmx file in browser the message,
    "Java applet loading" appears but then the process hang up.
    But when only installed Form server my .fmx file works.I also want to call my .rep files from forms.
    May i can not have Forms+Reports server on the same machine?
    Separately they work but not both but i require both how!
    I have also seen when both installed and when i start services of both then ifweb60.exe is called two times in memory, it shows from task manager's process tab.
    Please help!
    Many thanks

    1. Check these files to make sure you have the correct port settings for your forms: formsweb.cfg, base.htm
    2. In your Windows Registry:
    a. Add path for Reports Server (REPORTSxx_PATH)
    b. Make sure you also have FORMSxx_PATH defined
    c. Check values of your OracleFormsServer.
    HKEY_LOCAL_MACHINE
    SYSTEM
    ControlSet001
    Services
    OracleFormsServer
    Verify the values of Host, Mode, Pool and Port.
    3. Check Metalink Note 97487.1 for additional info.
    And YES, Apache, Forms, Reports and Graphics can all run in the same machine.

Maybe you are looking for

  • Can I log into Game Center with my Apple ID on another phone

    I'm tryin too use another iPhone too log into Gamecenter but I can't figure out how too log out the id that's in it now

  • Budget Exceeded Error in CJ88

    Dear Friend's When i am doing a perodic settlement of project then system shows error message "Budget Exceeded." But actually sufficient budget is available against that wbs element. Why this error is showing at the time of settlement. Pls guide me o

  • E-pub exported from Pages

    These files are not being read by my Sony PRS-505 they exort as a single error page. E-pub books from other sources are no problem. Is there a DRM inbuilt that needs to be switched, or have I made a stupid mistake?

  • Displaying Months in Matrix Report like Jan-01  Feb-01

    How can I display Months like Jan-01 Feb-01 in Matrix Report of Oracle Report 6i. I tried using to_char(myDate,'Mon-YY') but it displayed months in Alphabetical Order like Apr-01 Aug-01 and so on. I need something like this. Item Jan-01 Feb-01 Mar-01

  • Migration from BlazeDS to LCDS

    Hi, I have an application which is developed using Flex and BlazeDS. Now i want that application to have an HTML5 interface as well. But as i have done some research i come to know that there is no JS API for BlazeDS to have it connected with javascr