Weblogic 5.1 Clusters

I am trying to find out information regarding to the setup of a Weblogic 5.1
          Cluster.
          I am in the process of reading the online docs as a start....
          Base components being currently utilised on 4.5.1 are:
          - Solaris version 2.6
          - Netscape version 3.6
          - Database version Oracle, 8i
          - JDK 1.2.1_03a
          Questions:
          What is the most popular cluster type used by vendors?
          Are there any specific requirements that define what is best for what
          circumstance?
          What implications exist if any for the clustered environment?
          Is there anyone out there that I would be able to speak regarding algorithms
          they may have implemented?
          Anyone have any statistical information about performance / load balancing
          etc?
          Anyone know any resources that may be able to suggest for me to investigate
          in the specific area of 5.1 clustering, or can anyone outlay any experiences
          please?
          I would really like to obtain stats / benchmark performance of differences
          between 4.5.1 and 5.1 as well?
          any help appreciated?
          Simon
          

I am trying to find out information regarding to the setup of a Weblogic 5.1
          Cluster.
          I am in the process of reading the online docs as a start....
          Base components being currently utilised on 4.5.1 are:
          - Solaris version 2.6
          - Netscape version 3.6
          - Database version Oracle, 8i
          - JDK 1.2.1_03a
          Questions:
          What is the most popular cluster type used by vendors?
          Are there any specific requirements that define what is best for what
          circumstance?
          What implications exist if any for the clustered environment?
          Is there anyone out there that I would be able to speak regarding algorithms
          they may have implemented?
          Anyone have any statistical information about performance / load balancing
          etc?
          Anyone know any resources that may be able to suggest for me to investigate
          in the specific area of 5.1 clustering, or can anyone outlay any experiences
          please?
          I would really like to obtain stats / benchmark performance of differences
          between 4.5.1 and 5.1 as well?
          any help appreciated?
          Simon
          

Similar Messages

  • Weblogic 6.0 clustering on Solaris

              I want to setup Weblogic 6.0 clustering on two solaris boxes. I do have a Weblogic
              cluster license. My questions are
              1. Where do I get a multicast address from?
              2. The two Solaris boxes are in my DMZ with private IP's is it ok or do I need to
              have public IP's.
              3. How do I setup the cluster.
              4. Any know issues with weblogic 6.0 clustering on Solaris 2.7.
              Thanks
              Viren
              

              Viren wrote:
              > I want to setup Weblogic 6.0 clustering on two solaris boxes. I do have a Weblogic
              > cluster license. My questions are
              >
              > 1. Where do I get a multicast address from?
              From your sys admin.
              Or use the default one. i.e. 237.0.0.1
              >
              > 2. The two Solaris boxes are in my DMZ with private IP's is it ok or do I need to
              > have public IP's.
              As long as they are static IP's , you should be fine
              >
              > 3. How do I setup the cluster.
              Read docs
              http://e-docs.bea.com/wls/docs60/cluster/index.html
              >
              > 4. Any know issues with weblogic 6.0 clustering on Solaris 2.7.
              >
              Not yet :) :)
              >
              > Thanks
              >
              > Viren
              

  • WebLogic 7.0 & WebLogic 6.1 Clusters on the same Sun Machine

              HI All !!
              can we have two different versions of Weblogic running on same machine in different
              clusters i.e. Weblogic 6.1 on one cluster with a different domain and Weblogic
              7.0 on another cluster with a different domain.
              Plzz reply ASAP...
              Thanx
              Nitesh
              

    Yes, you can.
              Nitesh wrote:
              > HI All !!
              >
              > can we have two different versions of Weblogic running on same machine in different
              > clusters i.e. Weblogic 6.1 on one cluster with a different domain and Weblogic
              > 7.0 on another cluster with a different domain.
              >
              > Plzz reply ASAP...
              >
              > Thanx
              >
              > Nitesh
              >
              >
              

  • Question: WebLogic 4.0 Clustering on Solaris 2.6

    I've read through several of the postings about Clustering Weblogic Servers
              but there are still a couple of points that aren't clear. We have a Java application
              that is going to use two Weblogic Application servers to go against a Sybase
              database. We decided to use two Single CPU Weblogic servers in a clustered
              configuration for load balancing and in the event one goes down or needs to
              be taken off line. Each server currently has two NIC's. One NIC is connected
              to the LAN where our client PC's are located and the second NIC is going to
              connect to an isolated Network for the Multicast communication and an NFS
              mount for the Weblogic servers. Eventually we might add a third NIC in each
              server that will connect to the network that the Database servers reside on but
              for now they will use the same NIC as the Client PC's.
              The part that isn't clear is the portion about the Multicast addresses. In some
              messages people try to assign and bind the Mutlicast address to the NIC and
              in others they just use a normal IP address and it looks as if the Mutlicast
              address is just configured in the Weblogic properties file. I would like to use
              the second NIC in the servers for the NFS mount and the Multicast communication
              between the servers. Is there anything special to configure this on a SUN solaris
              server? If you have any ideas please let me know.
              Regards,
              Robert
              

    There is a bug report that makes me think this is broken in Solaris 2.6, but
              in theory the following should work:
              Get rid of '/usr/sbin/route add -interface -netmask "240.0.0.0" "224.0.0.0"
              "$mcastif"' in /etc/init.d/inetsvc which sets the "standard" multicast
              address space starting at 224.0.0.0 with a mask of 240.0.0.0.
              Add to your taste:
              /usr/sbin/route add -interface -netmask "255.0.0.0" "235.0.0.0"
              "host1.foo.com"
              /usr/sbin/route add -interface -netmask "255.0.0.0" "236.0.0.0"
              "host2.foo.com"
              /usr/sbin/route add -interface -netmask "255.0.0.0" "237.0.0.0"
              "host3.foo.com"
              Where host1.foo.com, host2.foo.com, etc. are in your local hosts file and
              are set to the local IP address of the interface you want to bind each
              multicast class C address space to.
              netstat -r should give you the visual confirmation that things are
              configured correctly...
              Try snoop on a different machine to see if things are working on the wire:
              snoop -d hme0 multicast | grep -v ETHER
              Where hme0 is the ethernet interface in the proper Ethernet layer 2 domain
              that you want to analyze. Make sure you see the traffic you expect.
              Jim Hayes
              mailto://[email protected]
              Vinny Carpenter <[email protected]> wrote in message
              news:[email protected]...
              > Hi Robert. If you wish to keep the mutlicast traffic off your main
              network, why don't you just move the
              > WebLogic servers in their own network segment. We keep all of our
              WebLogic servers in their own network
              > segment and it works great. Hope this helps
              >
              > --Vinny
              >
              > "Robert L. Doerr" wrote:
              >
              > > I got a message from our Local Weblogic rep and he said (according to
              his inside support)
              > > that what I am trying to do can not be done. Apparently the Mutlicast
              traffic has to use the
              > > same NIC that the clients use to access the WebLogic Server. There is
              no way to use an
              > > isolated LAN for the Mutlicast packets like I originally wanted to do.
              I can still use the second
              > > NIC to go directly to the Database servers on the back end though. If
              anyone does know of
              > > a way to make the Muticast packets use a specific NIC please let me
              know.
              > >
              > > Regards,
              > >
              > > Robert
              > >
              > > "Robert L. Doerr" wrote:
              > >
              > > > Do you mean that the WLS looks for Multicast boradcasts on the same
              port it expects to
              > > > get requests from the clients? Without clustering enabled the WLS is
              listening on port
              > > > 7003 on the Primary NIC for communication with our Java application on
              the client. I thought
              > > > that the Muticast traffic was on a different port. If it uses the
              same port then how can we
              > > > tell the WLS to use the Primary NIC for communication and the second
              NIC strictly for
              > > > the Multicast traffic. I'm still not clear on this issue.
              > > >
              > > > Regards,
              > > >
              > > > Robert
              > > >
              > > > Sazi Temel wrote:
              > > >
              > > > > Hi Robert, you can use two or more NICs per server or you can bind
              multiple address to the same
              > > > > NIC. Every WLS server that is member of the cluster (regardless a
              server has single or multiple
              > > > > NICs, regardless if a WLS server has its own IP bind to its own NIC
              or a NIC used by multiple WLS
              > > > > servers) should listen the same port, you cannot have servers in a
              cluster listening different
              > > > > ports. Once the servers are configured being part of the cluster
              they will use the multicasting
              > > > > to communicate with each other. Note also that you should have
              license for the cluster
              > > > > configuration, you cannot combine multiple license files to make a
              cluster license file. Hope
              > > > > this will help.
              > > > >
              > > > > Regards,
              > > > > --Sazi
              > > > >
              > > > > "Robert L. Doerr" wrote:
              > > > >
              > > > > > I should clarify this a little better:
              > > > > >
              > > > > > Each Weblogic server has a NIC that it will use to communicate
              with all of the clients
              > > > > > on the LAN. The address of that NIC matches the one in the
              license file and it is
              > > > > > expecting requests to come in on port 7003. By default it looks
              as if the WebLogic
              > > > > > server looks for Multicasts on port 7001 of that same NIC. Since
              don't want that
              > > > > > Multicast traffic on the regular Network with the clients (It has
              no reason being there)
              > > > > > we want all the Multiport traffic to go in and out of another NIC
              with a different Network
              > > > > > address. Unless that second address is in the License file can we
              do this? I haven't
              > > > > > seen any messages or notes relating to this issue. It sounds like
              most people only
              > > > > > use one NIC per server.
              > > > > >
              > > > > > Regards,
              > > > > >
              > > > > > Robert
              > > > > >
              > > > > > "Robert L. Doerr" wrote:
              > > > > >
              > > > > > > Thanks, for the response. Can you control what NIC's that
              Multicast braodcasts
              > > > > > > will use? We would like to keep all of the Multicast traffic
              off the normal LAN and
              > > > > > > use the extra NIC's for this.
              > > > > > >
              > > > > > > Robert
              > > > > > >
              > > > > > > Sazi Temel wrote:
              > > > > > >
              > > > > > > > Your server should bind to a "normal" IP address... Use
              multicast address for clustered
              > > > > > > > servers communications, in most case you should do nothing for
              multicast address since if
              > > > > > > > you do not assign one WLS will use the default one
              (237.0.0.1).
              > > > > > > >
              > > > > > > > --Sazi
              > > > > > > >
              > > > > > > > "Robert L. Doerr" wrote:
              > > > > > > >
              > > > > > > > > I've read through several of the postings about Clustering
              Weblogic Servers
              > > > > > > > > but there are still a couple of points that aren't clear.
              We have a Java application
              > > > > > > > > that is going to use two Weblogic Application servers to go
              against a Sybase
              > > > > > > > > database. We decided to use two Single CPU Weblogic servers
              in a clustered
              > > > > > > > > configuration for load balancing and in the event one goes
              down or needs to
              > > > > > > > > be taken off line. Each server currently has two NIC's.
              One NIC is connected
              > > > > > > > > to the LAN where our client PC's are located and the second
              NIC is going to
              > > > > > > > > connect to an isolated Network for the Multicast
              communication and an NFS
              > > > > > > > > mount for the Weblogic servers. Eventually we might add a
              third NIC in each
              > > > > > > > > server that will connect to the network that the Database
              servers reside on but
              > > > > > > > > for now they will use the same NIC as the Client PC's.
              > > > > > > > >
              > > > > > > > > The part that isn't clear is the portion about the Multicast
              addresses. In some
              > > > > > > > > messages people try to assign and bind the Mutlicast address
              to the NIC and
              > > > > > > > > in others they just use a normal IP address and it looks as
              if the Mutlicast
              > > > > > > > > address is just configured in the Weblogic properties file.
              I would like to use
              > > > > > > > > the second NIC in the servers for the NFS mount and the
              Multicast communication
              > > > > > > > > between the servers. Is there anything special to configure
              this on a SUN solaris
              > > > > > > > > server? If you have any ideas please let me know.
              > > > > > > > >
              > > > > > > > > Regards,
              > > > > > > > >
              > > > > > > > > Robert
              > > > > > >
              > > > > > > --
              > > > > > > ------------------------------------------------------------
              > > > > > > Robert L. Doerr (MCNE, MCP, A+)
              > > > > > > 26308 Cubberness
              > > > > > > St. Clair Shores, MI 48081
              > > > > > > Tel: (810) 777-1313
              > > > > > > e-mail: [email protected]
              > > > > > > WEB Site: http://www.robotswanted.com
              > > > > > > "Keeping Personal Robots alive!"
              > > > > > > Heathkit HEROS (Jr, 1, & 2000), Androbots, & MAXX STEELE.
              > > > > > > ------------------------------------------------------------
              > > > > >
              > > > > > --
              > > > > > ------------------------------------------------------------
              > > > > > Robert L. Doerr (MCNE, MCP, A+)
              > > > > > 26308 Cubberness
              > > > > > St. Clair Shores, MI 48081
              > > > > > Tel: (810) 777-1313
              > > > > > e-mail: [email protected]
              > > > > > WEB Site: http://www.robotswanted.com
              > > > > > "Keeping Personal Robots alive!"
              > > > > > Heathkit HEROS (Jr, 1, & 2000), Androbots, & MAXX STEELE.
              > > > > > ------------------------------------------------------------
              > > >
              > > > --
              > > > ------------------------------------------------------------
              > > > Robert L. Doerr (MCNE, MCP, A+)
              > > > 26308 Cubberness
              > > > St. Clair Shores, MI 48081
              > > > Tel: (810) 777-1313
              > > > e-mail: [email protected]
              > > > WEB Site: http://www.robotswanted.com
              > > > "Keeping Personal Robots alive!"
              > > > Heathkit HEROS (Jr, 1, & 2000), Androbots, & MAXX STEELE.
              > > > ------------------------------------------------------------
              > >
              > > --
              > > ------------------------------------------------------------
              > > Robert L. Doerr (MCNE, MCP, A+)
              > > 26308 Cubberness
              > > St. Clair Shores, MI 48081
              > > Tel: (810) 777-1313
              > > e-mail: [email protected]
              > > WEB Site: http://www.robotswanted.com
              > > "Keeping Personal Robots alive!"
              > > Heathkit HEROS (Jr, 1, & 2000), Androbots, & MAXX STEELE.
              > > ------------------------------------------------------------
              >
              

  • Does killing an instance of weblogic in a clustered environment hurt?

    I just got moved to a group responsible for web hosting within the company that I work for. I was looking at how they do things with regards to weblogic and deploying/trouble shooting apps. They have many apps, each developed by a different person. All of the apps are deployed under the same clustered two instances of weblogic. To redeploy they kill weblogic then restart it, one instance at a time. They tell me that since weblogic is clustered killing one instance doesn't affect the users on the site. Also, they frequently do thread dumps saying that this doesn't affect the users experience either. Is this correct?

    Did anyone found a solution to this problems. I have been seeing this issues for day I can figure it out.
    It seems to be some sort of issue with credentials between my admin server and managed server1
    Max Monterrey

  • Weblogic 9 vertical clustering

    I have FR web deployed in the Weblogic 9, which is a part of Oracle EPM. Need to do vertical clustring.
    Can any one tell me the steps of creating 3 instance in the same server.

    Create a cluster (http://docs.oracle.com/cd/E13222_01/wls/docs92/ConsoleHelp/taskhelp/clusters/CreateCluster.html)
    Create a machine (http://docs.oracle.com/cd/E13222_01/wls/docs92/ConsoleHelp/taskhelp/machines/ConfigureMachines.html)
    Create three servers (http://docs.oracle.com/cd/E13222_01/wls/docs92/ConsoleHelp/taskhelp/domainconfig/CreateManagedServers.html)
    Add the servers to the machine (http://docs.oracle.com/cd/E13222_01/wls/docs92/ConsoleHelp/taskhelp/machines/AssignServerInstancesToMachines.html) and cluster (http://docs.oracle.com/cd/E13222_01/wls/docs92/ConsoleHelp/taskhelp/clusters/AssignServersToClusters.html)
    Bring Your Own Laptop Knowledge Sessions: WebLogic 12c - http://middlewaremagic.com/weblogic/?p=7854

  • WebLogic Express and Clustering

    Does weblogic express offer the same clustering options as weblogic server
              with regard to HttpSession replication?
              I'm looking at an architecture where the web container is separated from the
              ejb container (for security reasons) and would like to avoid paying the
              higher WLS license.
              - Avi
              s/\be(\w+)/e-\1/g;
              

    Yes, we just added WLX clustering as a package available. Contact
              [email protected] for more information.
              Thanks,
              Michael
              Michael Girdley
              Product Manager, WebLogic Server & Express
              BEA Systems Inc
              "Avi Kivity" <[email protected]> wrote in message
              news:[email protected]..
              > Does weblogic express offer the same clustering options as weblogic server
              > with regard to HttpSession replication?
              >
              > I'm looking at an architecture where the web container is separated from
              the
              > ejb container (for security reasons) and would like to avoid paying the
              > higher WLS license.
              >
              >
              > - Avi
              > --
              > s/\be(\w+)/e-\1/g;
              >
              >
              >
              

  • Combined-tier WebLogic Cluster (two clustered instances)

    Hi guys,
    How can I realise it?
    [http://lowerthan60.files.wordpress.com/2010/10/cluster_1.jpg]
    Is it right steps?
    [http://middlewaremagic.com/weblogic/?p=971]
    Load Balancer and main domain working fine between two IP (instances).
    Edited by: 867750 on Jun 23, 2011 5:44 AM

              In the case of WL6 and WL7 clustering, if the requests from the same user jump
              around different instances, we experience this kind of session loss problem very
              frequently. I am not sure if this is the same case for WL5. The idea is, find
              a way to make sure the requests from the same use always hit the same instance
              unless it is dwon.
              "Cameron Purdy" <[email protected]> wrote:
              >Are you using cookies or URL encoding?
              >
              >Peace,
              >
              >Cameron Purdy
              >Tangosol, Inc.
              >http://www.tangosol.com/coherence.jsp
              >Tangosol Coherence: Clustered Replicated Cache for Weblogic
              >
              >
              >"Sam Dupont" <[email protected]> wrote in message
              >news:[email protected]..
              >> Any advise on the following problem would be greatly appreciated.
              >>
              >> I am running WebLogic 5.1 (don't know ServicePack offhand) on two
              >instances which are clustered.
              >>
              >> When both instances are up and I redirect from a jsp to a jsp, I lose
              >the
              >httpSession. When either of the instances are down, the httpSession
              >is not
              >lost.
              >>
              >> Has anyone ever seen anything like this or what might be causing it?
              >>
              >> Thanks
              >
              >
              

  • Weblogic 6.1 clustering on Linux

              Hi,
              I have clustered two managed servers (one on solaris machine and the other on
              linux red hat 7.1). When I try to boot the cluster, WLS start fine on solaris
              but on the linux machine, I am getting the following message:
              ####<Oct 5, 2001 11:51:12 AM EDT> <Emergency> <WebLogicServer> <simpson> <tuxmac
              hine> <ListenThread> <system> <> <000209> <ListenThread.run() failed: java.lang.
              UnsatisfiedLinkError: no weblogicunix1 in java.library.path>
              java.lang.UnsatisfiedLinkError: no weblogicunix1 in java.library.path
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
              at java.lang.Runtime.loadLibrary0(Runtime.java:749)
              at java.lang.System.loadLibrary(System.java:820)
              at weblogic.platform.Unix.<init>(Unix.java:14)
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Class.java:237)
              at weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:75)
              at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:1004)
              at weblogic.t3.srvr.Callback.done(Callback.java:37)
              at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:186)
              at weblogic.t3.srvr.ListenThread.run(ListenThread.java:223)
              ####<Oct 5, 2001 11:51:12 AM EDT> <Emergency> <WebLogicServer> <simpson> <tuxmac
              stening for connections. You should probably restart it.>
              Can somebody tell where the file weblogicunix1 is located? has this file been
              changed with WLS 6.1 on linux? If yes can you tell me the name of the new file
              so I can create the necessary link?
              Thanks again.
              Amen
              

              Using the generic file to install the software on linux does not install this automatically.
              The bea support send me this file in an email. I believe for the time being, the
              software is not package properly.
              Thanks for your help.
              Amen
              Kumar Allamraju <[email protected]> wrote:
              ><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              ><html>
              >You should find it uner $WL_HOME/wlserver6.1/lib/linux
              ><br>directory
              ><p>Amen Akakpo wrote:
              ><blockquote TYPE=CITE>Hi,
              ><br>I have clustered two managed servers (one on solaris machine and
              >the
              >other on
              ><br>linux red hat 7.1). When I try to boot the cluster, WLS start fine
              >on solaris
              ><br>but on the linux machine, I am getting the following message:
              ><p>####<Oct 5, 2001 11:51:12 AM EDT> <Emergency> <WebLogicServer>
              ><simpson> <tuxmac
              ><br>hine> <ListenThread> <system> <> <000209> <ListenThread.run()
              >failed: java.lang.
              ><br>UnsatisfiedLinkError: no weblogicunix1 in java.library.path>
              ><br>java.lang.UnsatisfiedLinkError: no weblogicunix1 in java.library.path
              ><br>        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
              ><br>        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
              ><br>        at java.lang.System.loadLibrary(System.java:820)
              ><br>        at weblogic.platform.Unix.<init>(Unix.java:14)
              ><br>        at java.lang.Class.newInstance0(Native
              >Method)
              ><br>        at java.lang.Class.newInstance(Class.java:237)
              ><br>        at weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:75)
              ><br>        at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:1004)
              ><br>        at weblogic.t3.srvr.Callback.done(Callback.java:37)
              ><br>        at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:186)
              ><br>        at weblogic.t3.srvr.ListenThread.run(ListenThread.java:223)
              ><br>####<Oct 5, 2001 11:51:12 AM EDT> <Emergency> <WebLogicServer>
              ><simpson> <tuxmac
              ><br>stening for connections. You should probably restart it.>
              ><p>Can somebody tell where the file weblogicunix1  is located? has
              >this file been
              ><br>changed with WLS 6.1 on linux? If yes can you tell me the name of
              >the
              >new file
              ><br>so I can create the necessary link?
              ><p>Thanks again.
              ><p>Amen</blockquote>
              ></html>
              >
              

  • More questions about WebLogic 7.0 clustering

              Hi Folks,
              I have weblogic 7.0 spX in my environment.
              Machine A(7001) contains AdminServer and Machine B(7002),C(7002) are managed servers.The
              entire configuration is in Machine A config.xml file.The config.xml file of Machine
              B and C have only server information.
              I created a cluster in Admin Box A and added Managed B and C into the cluster.Using
              iPlanet as a web server,"Cluster Address" have machine B and C ip:port.
              Q1: The cluster information is available in only AdminServer A config.xml file.If
              the whole box(sun solaris) goes down, what will happen to managed servers and
              cluster?
              Q2:We deploy an .ear file in Admin Server A and restart the service.As per the
              weblogic document, it should deploy the .ear automatically on managed box's.It
              does.But I don't see the whole .ear file in Machine B and C.Instead I am seeing
              the content of .ear file in exploded format.Why?
              Thank You,
              - Lara
              

              Hi Lara,
              There is patch available for this for 7.0 and this is fixed in sp2 and higher.
              If you are in the lower version just go to ".internal" folder in the managed server
              boxes and delete the console.war (after everytime you restart your mgd severs).
              I know this is dirty. but this is a work around
              Joe
              "Lara Man" <[email protected]> wrote:
              >
              >Thanks, Aravind.
              >
              >I do not want to enable independence mode due to security reasons.Please
              >check
              >http://xforce.iss.net/xforce/xfdb/12567
              >
              >Any other way?
              >
              >"Aravind Krishnasamy" <[email protected]> wrote:
              >>Weblogic has an option to enable MSI(Managed server independence). By
              >>enabling this feature on your managed server b & c, admin server will
              >>push
              >>config.xml, fileRelam.properties, SerializedSystemIni.dat etc., to all
              >>the
              >>managed server. Make sure you enable this functionality on only instance
              >>per
              >>sun server.
              >>
              >>When the admin server goes it should not affect the fuctionality of
              >running
              >>MS, since as described before all the information are cached. You cannot
              >>modify any configuration at this point of time. Due to MSI enabled you
              >>should be able to restart the managed server.
              >>
              >>Aravind
              >>
              >>> 2) We explode it to get access to the .jar files inside.
              >>>
              >>> Sam
              >>>
              >>> Lara Man wrote:
              >>> > Hi Folks,
              >>> >
              >>> > I have weblogic 7.0 spX in my environment.
              >>> >
              >>> > Machine A(7001) contains AdminServer and Machine B(7002),C(7002)
              >>are
              >>managed servers.The
              >>> > entire configuration is in Machine A config.xml file.The config.xml
              >>file
              >>of Machine
              >>> > B and C have only server information.
              >>> >
              >>> > I created a cluster in Admin Box A and added Managed B and C into
              >>the
              >>cluster.Using
              >>> > iPlanet as a web server,"Cluster Address" have machine B and C ip:port.
              >>> >
              >>> > Q1: The cluster information is available in only AdminServer A
              >>config.xml file.If
              >>> > the whole box(sun solaris) goes down, what will happen to managed
              >>servers and
              >>> > cluster?
              >>> >
              >>> > Q2:We deploy an .ear file in Admin Server A and restart the service.As
              >>per the
              >>> > weblogic document, it should deploy the .ear automatically on managed
              >>box's.It
              >>> > does.But I don't see the whole .ear file in Machine B and C.Instead
              >>I am
              >>seeing
              >>> > the content of .ear file in exploded format.Why?
              >>> >
              >>> > Thank You,
              >>> >
              >>> > - Lara
              >>>
              >>
              >>
              >
              

  • Oracle Weblogic Load Balancing/Clustering

    Can anyone tell me what the recommendation from Oracle is on how to best set up load balancing?
    We currently use the configuration.properties file to identify the 2 servers we load balance.  We will be implementing additional servers in the near future and we were wondering if this is the best way to load balance 4 or more weblogic servers or if there is some other way.
    We set up one cluster address to utilize these servers and use a separate hardware load balancer device.
    HRDEV\webserv\hrdev\applications\peoplesoft\PORTAL.war\WEB-INF\psftdocs\hrdev\configuration.properties
    # To enable jolt failover and load balancing, provide a list of application server
    # domains in the format of;  psserver=AppSrvr:JSLport,...
    # For example:  psserver=SERVER1:9000,SERVER2:9010,SERVER3:9020

    As this is peoplesoft specific configuration
    Please try positing here:
    https://community.oracle.com/community/oracle-applications/peoplesoft_enterprise/peoplesoft_general_discussion?customTheme=otn
    Best Regards
    Luz

  • IPlanet  4.1 - Weblogic 5.1 Clustering

    Query 1:
              The libproxy.so proxy plugin seems to slow down the response. Anyway to tune it?
              Query 2:
              I have a servlet in iPlanet which upon receiving the request manages the Session and pass the request to the Weblogic Cluster using the proxy plugin with the help of RequestDispatcher. But i get an error in the iPlanet Server log as
              wl-proxy reports: IO error reading client POST data at line 314 of proxy.cpp, system error: 'Resource temporarily unavailable'
              How do i get rid of this?
              

    Query 1:
              The libproxy.so proxy plugin seems to slow down the response. Anyway to tune it?
              Query 2:
              I have a servlet in iPlanet which upon receiving the request manages the Session and pass the request to the Weblogic Cluster using the proxy plugin with the help of RequestDispatcher. But i get an error in the iPlanet Server log as
              wl-proxy reports: IO error reading client POST data at line 314 of proxy.cpp, system error: 'Resource temporarily unavailable'
              How do i get rid of this?
              

  • Weblogic Admin Server Clustering

    I am pretty new to WLS and was going through the doc on Clustering. It talks abt clustering managed servers.
    Is there a way to cluster WL Admin Server,for eg : I fee I will not be able to access admin console if admin server is down.
    so do we need to cluster Admin server also.
    thanks

    Only one admin server is possible within a particular domain.
    The managed servers will continue to operate normally without the presence of the admin server process, presuming that that the machine(s) hosting the managed servers are still alive.
    Run your admin server on a physically separate host than you use for your managed servers. In addition to not impacting your managed servers in the case of an admin server outage, this also makes it easier to control access to your admin server since you can restrict access to the entire host more closely than on the managed servers' hosts.

  • Urgent and intresting:weblogic JMS in CLustering

    Hi all,
    I deployed one application in two different servers(server1,server2) in a weblogic cluster.my application having one MDB .MDB also deployed on all servers.I am sending messages to server1 only by creating Initialcontext as follows.
    Properties h = new Properties();
    h.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    h.put(Context.PROVIDER_URL, "t3://10.20.30.18:7001");
    return new InitialContext(h);
    My question is:
    1)is there any possible to consume that message by
    server2(t3://11.22.33.20:7001) MDB.eventhough iam not putting message on this server.
    2)if it is possible then how can i prevent.
    3)does connectionfactory/destination(queue) sharable.
    Problem faced:
    we deployed application 2 days back,first day only server1 MDB consumed Messages,second day server2 MDB started consuming meaasges. we are calling some code from outside of application,we setup that one in only server1,if server2 consumes means it is throwing exception.
    we are breaking heads how server2 consuming Messages.

    Hi all,
    I deployed one application in two different servers(server1,server2) in a weblogic cluster.my application having one MDB .MDB also deployed on all servers.I am sending messages to server1 only by creating Initialcontext as follows.
    Properties h = new Properties();
    h.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    h.put(Context.PROVIDER_URL, "t3://10.20.30.18:7001");
    return new InitialContext(h);
    My question is:
    1)is there any possible to consume that message by
    server2(t3://11.22.33.20:7001) MDB.eventhough iam not putting message on this server.
    2)if it is possible then how can i prevent.
    3)does connectionfactory/destination(queue) sharable.
    Problem faced:
    we deployed application 2 days back,first day only server1 MDB consumed Messages,second day server2 MDB started consuming meaasges. we are calling some code from outside of application,we setup that one in only server1,if server2 consumes means it is throwing exception.
    we are breaking heads how server2 consuming Messages.

  • Weblogic  and OBIEE clustering.

    Dear all,
    Actually this is my first time to work with OBIEE 10G cluster , i successfully configured the following :
    (1-)configured ( NQSConfig.INI, NQClusterConfig.INI ,odbc.ini, and instanceconfig.xml) successfully for each linux box.
    (2-)Test is done for each node and yes all of the log files ensure that the cluster in working fine, also i am able to access the answers per each node in the cluster.
    BUT
    The question now is how to configure these nodes to be hosted with weblogic as one node (single URL)
    (as simple talk what is the URL should i give to the end user to access the cluster not seperate machine) ???
    I read this post
    http://forums.oracle.com/forums/thread.jspa?threadID=1123127&tstart=-1&messageID=4568624
    but still NOT GET FULL understanding for the solution please,
    provide simple steps to configure the weblogic to handle this issue.
    Thanks inadvance......................

    sorry about this error for error the browser repeating the same post, the browser does not redirect me to the fourm page , may i ask the moderator to delete the other 3 posts

Maybe you are looking for

  • Free Goods -Sales tax

    Hi, I am working on Free Goods determination. The ultimate aim is to capture excise duty and sales tax for materials which is sold as free to customer. I could able to capture excise duties,whereas it is not charged on customer. I could able to sales

  • Can't view data charges online

    Ok we have 3 non smart phones on our family plan and have data blocks on them as we do not use data at all.   I check the accounts weekly for any unusual things and last week noticed minimal data charges on sons account 4 days in a row.  He is in ano

  • How can I sync playlists from my iphone to a new computer?

    I have a new Macbook Pro. I transfered the content of my itunes folder from my previous laptop to the new machine but playlists did not transfer. Now I have my playlists on my iphone but want to sync to new computer but Itunes warns me that if I sync

  • Error when installing iTunes 7

    When I attempt to install the new iTunes, after all is downloaded an error occurs reading (Cannot locate "iTunes.msi"...I've attempted to find the folder where it is located and selected it as the location, but the error still occurs. Any ideas?

  • (New thread) HP SimpleSave md1000h External Hard Drive - Can't Access Files,

    New thread on same old unaswered issues from others. My desktop crashed.  It  needs new harddrive. I religiously backup my info everyweek on my simplesave md1000h However, before I buy a new computer or replace the harddrive on my old computer, I wan