Solaris free/open source clustering/load balance

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default Solaris free/open source clustering/load balance

    I am looking for some free/open source clustering software which I can
    use on Solaris to load balance/fail over web server Tomcat. I have
    done a google search but problem is that there are so many its often
    confusing.

    The requests will come to one single ip address which in turn will go
    to any Tomcat web server that is free and the request will be routed
    to a back end application (which is on another server).

    Any suggestions will be highly appreciated.

    Thanks,
    Subho.
    Subhodini Fernandes Guest

  2. Similar Questions and Discussions

    1. Load balance
      We are in the process of configuring failover & load balance on coldfusion MX7 on win2003 server . We have two win2003 servers which have been...
    2. Load balance?
      I am thinking about using the Win2003 load balance option on a couple of my servers. I also have heard that you can load balance CFMX 6.1. What...
    3. Load Balance WS
      Hi All, I have a Web Service which is being called heavily, I have 4 spare boxes to use. How can I load balance my WebServices across them. BTW I...
    4. Any free load generator for Solaris 9 in a Java environment?
      Does anyone know any free processor load generator for Solaris 9? I would like to stress Solaris 9 in a Java environment. Thanks. EKL
    5. Any free load generator for Solaris 9 in Java environment?
      Does anyone know any free processor load generator for Solaris 9? I would like to stress Solaris 9 in a Java environment. Thanks. EKL
  3. #2

    Default Re: Solaris free/open source clustering/load balance

    Subhodini Fernandes wrote:
    > I am looking for some free/open source clustering software which I can
    > use on Solaris to load balance/fail over web server Tomcat. I have
    > done a google search but problem is that there are so many its often
    > confusing.
    >
    > The requests will come to one single ip address which in turn will go
    > to any Tomcat web server that is free and the request will be routed
    > to a back end application (which is on another server).
    >
    > Any suggestions will be highly appreciated.
    >
    > Thanks,
    > Subho.
    this one: FreeHA - High Availability Daemon
    [url]http://www.bolthole.com/freeha/[/url]
    Bertrand Hutin Guest

  4. #3

    Default Re: Solaris free/open source clustering/load balance

    Hi,

    Bertrand Hutin wrote:
    > Subhodini Fernandes wrote:
    > > I am looking for some free/open source clustering software which I can
    > > use on Solaris to load balance/fail over web server Tomcat.
    Have a look at linux-ha. [url]http://linuxha.trick.ca[/url] ( this is a new site and
    it look better then [url]www.linux-ha.org[/url] )

    " Although this is called the Linux-HA project, the software is highly
    portable
    and runs on FreeBSD and Solaris as well."
    > > The requests will come to one single ip address which in turn will go
    > > to any Tomcat web server that is free and the request will be routed
    > > to a back end application (which is on another server).
    This is exactly how heartbeat operate. When a node goes down or is
    unreachable
    all the resources are switching to the other node. When the master server
    come back up
    the resources switch back to the master server.

    You can use a single IP per services so it's easy to watch the IP takeover.

    I have some services that switch in less then 5 seconds.

    --
    Thanks,
    JP

    Jean-Pierre Denis
    jp at msfree dot ca


    Jean-Pierre Denis Guest

  5. #4

    Default Re: Solaris free/open source clustering/load balance

    Jean-Pierre Denis <jp@msfree_NOSPAM_.ca> writes:
    > Hi,
    >
    > Bertrand Hutin wrote:
    >
    > Have a look at linux-ha. [url]http://linuxha.trick.ca[/url] ( this is a new site and
    > it look better then [url]www.linux-ha.org[/url] )
    >
    > " Although this is called the Linux-HA project, the software is highly
    > portable and runs on FreeBSD and Solaris as well."
    They why call it Linux-HA? I guess lot of people were put off by its name
    and classified it under YALP (yet another Linux-only product).
    >
    >> > The requests will come to one single ip address which in turn will go
    >> > to any Tomcat web server that is free and the request will be routed
    >> > to a back end application (which is on another server).
    >
    > This is exactly how heartbeat operate. When a node goes down or is
    > unreachable
    > all the resources are switching to the other node. When the master server
    > come back up
    > the resources switch back to the master server.
    But the original request was for load balancing and you are talking about
    fail-over. These are two different issues.

    Bye, Dragan

    --
    Dragan Cvetkovic,

    To be or not to be is true. G. Boole No it isn't. L. E. J. Brouwer

    !!! Sender/From address is bogus. Use reply-to one !!!
    Dragan Cvetkovic Guest

  6. #5

    Default Re: Solaris free/open source clustering/load balance

    Hi,

    Dragan Cvetkovic wrote:
    > Jean-Pierre Denis <jp@msfree_NOSPAM_.ca> writes:
    >
    > > Have a look at linux-ha. [url]http://linuxha.trick.ca[/url] ( this is a new site and
    > > it look better then [url]www.linux-ha.org[/url] )
    > >
    > > " Although this is called the Linux-HA project, the software is highly
    > > portable and runs on FreeBSD and Solaris as well."
    >
    > They why call it Linux-HA? I guess lot of people were put off by its name
    > and classified it under YALP (yet another Linux-only product).
    Probably because it was originally develop on linux.
    > >> > The requests will come to one single ip address which in turn will go
    > >> > to any Tomcat web server that is free and the request will be routed
    > >> > to a back end application (which is on another server).
    > >
    > > This is exactly how heartbeat operate. When a node goes down or is
    > > unreachable all the resources are switching to the other node.
    > But the original request was for load balancing and you are talking about
    > fail-over. These are two different issues.
    AFAIK the original poster was looking for load balance/fail over :
    " I am looking for some free/open source clustering software which I can
    use on Solaris to load balance/fail over web server Tomcat."


    JP

    Jean-Pierre Denis Guest

  7. #6

    Default Re: Solaris free/open source clustering/load balance

    Jean-Pierre Denis <jp@msfree_NOSPAM_.ca> writes:
    > Hi,
    >
    > Dragan Cvetkovic wrote:
    >
    >> Jean-Pierre Denis <jp@msfree_NOSPAM_.ca> writes:
    >>
    >> > Have a look at linux-ha. [url]http://linuxha.trick.ca[/url] ( this is a new site and
    >> > it look better then [url]www.linux-ha.org[/url] )
    >> >
    >> > " Although this is called the Linux-HA project, the software is highly
    >> > portable and runs on FreeBSD and Solaris as well."
    >>
    >> They why call it Linux-HA? I guess lot of people were put off by its name
    >> and classified it under YALP (yet another Linux-only product).
    >
    > Probably because it was originally develop on linux.
    Fair enough.
    >
    >> >> > The requests will come to one single ip address which in turn will go
    >> >> > to any Tomcat web server that is free and the request will be routed
    >> >> > to a back end application (which is on another server).
    >> >
    >> > This is exactly how heartbeat operate. When a node goes down or is
    >> > unreachable all the resources are switching to the other node.
    >
    >> But the original request was for load balancing and you are talking about
    >> fail-over. These are two different issues.
    >
    > AFAIK the original poster was looking for load balance/fail over :
    > " I am looking for some free/open source clustering software which I can
    > use on Solaris to load balance/fail over web server Tomcat."
    >
    Possible. But the above "The requests will come to one single ip address
    which in turn will go to any Tomcat web server that is free" sounds like
    load balancing to me.

    Is there any other general purpose "load balancing" cluster software except
    for Sun Cluster? That runs on Solaris, of course?

    Bye, Dragan


    --
    Dragan Cvetkovic,

    To be or not to be is true. G. Boole No it isn't. L. E. J. Brouwer

    !!! Sender/From address is bogus. Use reply-to one !!!
    Dragan Cvetkovic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139