WLS: Several ManagedServer without clustering and same activities

Hi all,
I have a request for special solution for several ManagedServer without clustering and same activities (e.g. SOA or OSB).
In classic case, we have for example 1 AdminServer + 1 ManagedServer (SOA, or OSB). If we want to increase number of SOA-Managedserver, then we add other managed server in WLS-cluster.
In this case, we want to have several "Independent" ManagedServer with different port number and without cluaster but in same domain.
In addition, because we don't want to impact any project in one managed server to other managed server, we need to define different URL:ports for administration: For example: OSB has following URL:
http://localhost:7001/sbconsole
Is it possible to define other ports for other OSB-managed server? e.g. http://localhost:7003/sbconsole, http://localhost:7004/sbconsole
I would like to know, if any experience is available regarding this matter.
Thanks inadvance,
Moh

Hi Moh
1. There are few things that should be clear about the Weblogic Domain and Weblogic Cluster Architecture.
2. Any Weblogic Domain whether its Clustered or Non Clustered will have ONLY ONE Single AdminServer. You CANNOT have more than one AdminServer. Now for Cluster, you can have "n" number of Managed Servers and "n" number of Clusters. Each Cluster is just like a logical grouping of some managed servers. BUT main thing is, if you want to have High Availability architecture to support load balancing, fail over etc, you should and must have a Cluster with managed servers. And expose this Clustered Weblogic Servers into some sort of load balancer like Apace WebServer. Then expose single Apache Web Server URL (host, port + app url) to outside world. General practice is for HA architecture, you do not expose individual managed servers.
3. So coming to your requirement, you can have "n" number of managed servers. And each managed server can deploy their own specific application. And these managed servers naturally will have different port numbers, if they are all on the same physical box. If they are on different boxes, there is no clash of port numbers. Then in front end apache web server, check for each in coming request url and according direct that to appropriate backend weblogic server. This is good but you will NOT get any HA features going in this way. Instead of exposing individual managed servers, I would recommend just create a cluster for each one of them. And expose cluster. For now each cluster can have only 1 manged severs. Later on you can add more also. This gives you HA features. Something like this for example:
Domain = Single Domain
AdminServer = 1 AdminServer only. Not possible more then one.
ManagedServers = 4 (MS1, MS2, MS3, MS4)
Cluster1 = MS1, MS2 -> Deploy App1
Cluster2 = MS3 -> Deploy App2
Cluster3 = MS4 -> Deploy App3
Have a SINGLE Apache WebServer or any other Hard ware load balancer (Apache is free and widely used). Expose this host, port to outside world or actual users (outside or inside). In Apache httpd.conf file, configure like 3 settings, to check for incoming urls and redirect to back end cluster 1 or 2 or 3. Refer docs for full details.
Requests coming to Apache WebServer can use incoming url pattern and pass the request to appropriate backend cluster
http://apachehost:apachport/myApp1 -> Redirect to Cluster1
http://apachehost:apachport/myApp2 -> Redirect to Cluster2
http://apachehost:apachport/myApp3 -> Redirect to Cluster3
Now this gives you full flexibility to add or remove more servers from any of above Clusters. Even if you have single managed server, try to put that into cluster and expose the cluster.
4. Now comes the Adminstration applications like console, sbconsole, em (Enterprise Manager for SOA), cs (Content Server for ECM) etc. All these are deployed only to AdminServer and it makes sense also. Say in above architecture only AdminServer can have visibility to all the managed servers and clusters. Each managed server may not know about the others. Anyhow, the point is, for any Domain you will have only 1 AdminServer and most of the adminstration applications are deployed only to AdminServer. This means literally you will have just one url to control all the applications across all the clusters like http://adminhost:adminport/sbconsole. I am not familiar with sbconole, but for em I am sure its only targetted to admin server. Now, if you manually target these apps to cluster, not sure if this works also. Mostly it may not.
Also, admin urls are not exposed to any users. Only Adminstrators can access them. You can refine some rules like have very few admins with full privileges. Some can do only deployments, some can do only monitoring (read only access) etc.
Thanks
Ravi Jegga

Similar Messages

  • Assigning hours directly to a WBS without Network and activities

    I am setting up a Capital project without the use of activities and Networks. Thus confirmation will be assigned to WBS.
    Can hours confirmations form CATS be assigned directly to the WBS without the use of Activities?
    As I understand you need to set up the Data entry profiles
    Your help would be greatly appreciated
    Thanks
    Johnny

    Hi Johnny,
    Yes, set up a data entry profile which accepts the WBSE as receiver, create a simple HR personnel number & start your postings. It is this simple.
    You can test the same in your dev system. use CAT2 / CATS_APPR_LITE / CATA Tcodes.
    Find the actuals on WBSE in standard reports.
    regards

  • Upgraded to 5.4 when opening lightroom get a message "encountered an error when reading from its preview cache and need to quite" tried this several time but get the same eror message

    Upgraded to 5.4 when opening lightroom get a message "encountered an error when reading from its preview cache and need to quite" tried this several time but get the same error message.  Says Lightroom will attempt to fix the problem the next time it launches but that is not happening.  How do it fix this?

    Delete the preview cache using your operating system. It is a folder whose name ends with Previews.LRDATA. Do not delete the Lightroom catalog, which ends with .LRCAT

  • I have a ipod touch, an i pad and a iphone can i use my same apple id without texts and apps showing up on every device

    i have an ipod touch, an ipad and an i phone, can i use the same apple id without texts and apps showing up on every device. 

    Yes. Go to your iCloud settings on each device and configure what you do and do not want showing up on each device.
    Go to Settings>iCloud as well as Settings>iTunes & App Stores

  • I have a first generation iPad and got my husband the iPad 2 for xmas.  is there a way to transfer his tiny tower game from my iPad to his without using the same iTunes account?

    I have a first generation iPad and got my husband the iPad 2 for xmas.  is there a way to transfer his tiny tower game from my iPad to his without using the same iTunes account?

    Apps are only tied to one account... You can set up two iTunes accounts on your computer, however, and let his iPad sync to his account. If he has never backed up his apps to a computer, however, he will have to redownload all the apps. Afterwards, he can backup to iCloud instead of your computer.
    http://support.apple.com/kb/ht1495

  • ROS (without SUS) and EBP in same client-Transferred BP status?

    Friends,
    We are working on SRM 7.
    The ROS (without SUS) and EBP are implemented on the same SRM client.
    In supplier registration process, when the accepted business partner is transferred from ROS to EBP, a supplier is correctly created in EBP client with the same business partner number, but the status of the transferred business partner is not updated from 'ACCEPTED' to 'RELEASED', hence there is risk that user can transfer the business partner again.
    As per OSS note 857386, the status released is set automatically by the system when an accepted supplier has been distributed. Also the status is valid only for DISTRIBUTED suppliers, that is, ONLY for suppliers TRANSFERED through OPI.
    I understand, if ROS (without SUS) and EBP are deployed on separate clients in same server then when the accepted business partner is transferred from ROS to EBP, system triggers an XI message to update the ROS business partner status to 'RELEASED'. Is my understanding right?
    How do we update the transferred business partner status to RELEASED when ROS and EBP are on same client?
    Regards,
    Sandeep Parab
    Edited by: Sandeep Meghashyam Parab on Apr 9, 2010 11:43 AM

    Hi Sandeep,
    I too have a requirement to implement ROS without SUS in SRM 7.0 PPS.  Can you send the config guide or steps to follow both in the ROS side and in the SRM Side.  Your kind help will be rewarded and highly appreciated.
    with regards,
    Freemind

  • Unable to manually manage music and videos on iPhone 4 without erase and sync, same computer!

    Ok, so I know you all have heard this before but I do believe my case is rather unique, and quite frustrating.
    I purchased an iPhone 4 and synced it to the same computer I am using now - created the playlist and used it to sync with phone. Worked great for awhile; but one day I contracted some nasty malware and had to wipe my computer and reinstall my OS (Windows 7). Albeit my music library was on my external HDD which survived the onslaught. I obviously had to reinstall iTunes afterwards. The playlist was gone on reinstall.
    Afterwards I still didn't see an issue with my iPhone and iTunes: When I plug it in it syncs, everything seems to be working accordingly.
    But I recently transferred some new music from a CD to my iTunes and wanted to throw those songs on my iPhone, the drag and drop method I was so very used to did not work and I noticed that "manually manage music and videos" was uncheck under my devices summary.
    When I attempt to check this option in iTunes it gives me a popup notification telling me I need to erase and sync in order to use this option because my 'iPhone is synced with another library". Again, I DID have to reinstall iTunes after reinstalling my OS.
    I have tried all the tricks that google could supply me with with no avail; authorizing, stopping the sync from automatically starting.... yada yada - none of these cookie cutter methods have worked for me.
    Here's a too long didn't read:
    >iPhone 4 was working fine - used playlist to sync with.
    >Had to reinstall OS (Windows 7) Playlist gone.
    >Reinstall iTunes.
    >iPhone still syncs with library, no error messages on connect.
    >Unable to manually manage music and videos without erase and sync.
    >None of the usual methods work.

    Hmm, I will say after posting this and looking at the related threads it seems I can only either use manually manage or sync.
    I was using sync before but since the playlist disappeared I was syncing with I simply want to add music to my phone without deleting everything. Is this possible?
    If I use "manually manage music and videos" will it delete everything or just the music and videos? It doesn't specify...
    Could I just create a new playlist and sync it with that? If so how?
    The bottom line is it isn't that big of a deal if I need to simply rebuild my iPhone music library but losing my configuration, contacts etc is not an option. Optimally I would just like to be able to add my new music to my iPhone without having to rebuild my library.

  • I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and I find it very annoying.

    I used to give my photo's keywords. Most of the time I have several photo's for the same keyword and it was possible to select all those photo's and give them the keyword in one move. Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?

    . Since of few weeks I can't do that anymore and it's very annoying. What can I do to get back to the former situation?
    Check, if you have the "Primary Only" option enabled. Then keywords will only be applied to the "Primary Image":
    See:                  Keywords or ratings are applied only to one of the selected images - why?
    Uncheck the little square button with the "1".

  • Some songs in my Ipod classic get get off after a few seconds of playing, but they work fine in ITunes and other Ipods.  I have reset the classic several times and same issue happens, any ideas?

    Some songs in my Ipod classic get get off after a few seconds of playing, but they work fine in ITunes and other Ipods.  I have reset the classic several times and same issue happens, any ideas?

    I have that exact same problem! It plays albums fine. But individual songs including ones downloaded from iTunes either skip or play the music of another totally different song. All play fine on iTunes and my iPhone... Got this one to replace my dying 5th gen classic.
    I hope there is a fix for this, cause it *****!!!!

  • I have tried to update the operating system on my ipad several times without success.  Each time it reaches 353.2mb of 353.2mb and starts to process the file.  Nothing happens and then I get a message saying the network connection has timed out.

    I have tried to update the operating system on my ipad several times without success.  Each time it reaches 353.2mb of 353.3mb and starts to process the file.  Nothing happens and then I get a message saying the network connection has timed out.  The network is still connected.

    Have you tried temporarily turning off your firewall and antivirus software whilst the download is happening ? A number of people on here have had success downloading it after doing so.

  • Trying to install Adobe Flash Player my Adobe ID and Password is not accepted. I changed it several times, without success. What's the problem?

    Trying to install Adobe Flash Player my Adobe ID and Password is not accepted. I changed it several times, without success. What's the problem?

    You don't need an Adobe ID or password to install Flash Player, but you may need to provide your system's Administrator password during the installation.

  • HT4623 just updated my iPhone 4s to ios6, now my phone won't turn back on. The apple logo comes on and sits then shuts off. I have held down the home button and on/off switch several times to reset, but same problem persists.

    just updated my iPhone 4s to ios6, now my phone won't turn back on. The apple logo comes on and sits then shuts off. Then comes back on and just sits.I have held down the home button and on/off switch several times to reset, but same problem persists.

    Place iPhone on Wall Charger for at least 10 minutes. Then keep on charger and Reset, hold both home and power buttons until the iPhone begins to start, this can take about 20 seconds of holding both buttons while on charger. If still problem, open iTunes 10.7 on computer, connect iPhone to computer with USB Cable, hold both home and power buttons for about 20 seconds until iTunes recognizes iPhone in Recovery Mode, then click Restore button of iTunes. If still problem, try DFU Mode Restore, here are the steps. Open iTunes on computer. Connect iPhone to computer with USB cable. Hold both Home and Power buttons, after exactly 10 seconds release the Power Button, keep holding the Home button until iTunes recognizes iPhone in Recovery Mode, usually about 20 seconds time. If the iPhone screen is black, blank this is DFU Mode. Click the Restore button of iTunes. DFU Mode can be difficult to enter sometimes, just keep trying. DFU Mode is a black, blank screen with iTunes saying Recovery Mode. If still problem and there is Warranty or AppleCare make Genius reservation and take to Apple for resolution.

  • Quite sometime ago, I attempted to download 2 episodes of Criminal Minds tv show.  It downloaded for 2 days before I realized it.   I stopped it and tried to delete both downloads after several more efforts with the same result.   Every time I purchase AN

    Some time ago, I attempted to download 2 episodes of Criminal Minds tv show.  It downloaded for 2 days before I realized it.  I stopped and tried to delete both episodes after several more efforts with the same result.  Every time I ANYTHING now, those same two episodes show up again and start to download again!   I can't make them go away!   I have successfully deleted songs and audiobooks over the last year, but these tv shows won't stop downloading and delete.  Any suggestions.    Thanks - danafromcripplecreek.

    Why start a new and very similar thread to your other one which you have not responded to (have you read the replies?)
    I suggest that no response is made to this duplicate thread. 

  • Why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    why is it when i download the software update for iphone an error pops out when downloading is finish and processing file is being done...i've already tried several time but still the same result.

    Disasble the computer's security software during the download and update.

  • Can we have two clusters in same domain running different versions of WLS

    I have not tested this yet but was looking for help from people who might have done this already.. Is it possible to have this scenario:
              create two independent clusters, say C1 and C2 as part of a single domain D. C1 has 2 managed servers running WLS8.1 and C2 has 2 managed servers running WLS7.0
              Can this be done?
              Thanks,
              Raghu

    It is definetely inviting for trouble.
              We can have two clusters from same version of weblogic server within a domain.
              If we have a WLS8.1 domain, the managed servers that we create from that domain should be from WLS8.1.
              As far I remember, its not a supported configuration to have different versions(major versions) of Admin and managed servers.
              -Vijay

Maybe you are looking for