Hello, Yes, there is high availability, Clustering and Load Balancing. Each one has its own advantage and disadvantages.
First option is one that you mention High Availability. This option you have a second machine watching "heartbeats" from the primary machine. when the heartbeats stop the machine takes over the IP address and functionality of the primary machine. This is usually limited to 2 machines. The second option is Clustering. This option makes multiple computers(nodes) to work as one virtual system. when one system fails the node is removed from the cluster and continues operation as normal. Clusters can be from 2 and up nodes. Your Third option is load balancing. This option sets up a machine to direct traffic to multiple servers based on several factors round robin, server load, least connections and availability. My personal preference is Load Balancing and clustering because there is virtually no transition time and you can take machines down for maintenance and upgrades without interrupting the service. My suggestion is google "High-Availability Linux HOWTO", "Clustering Linux HOWTO" and "load balancing Linux HOWTO" for more information. Also, you might want to look up "Carrier Grade Linux"( http://tinyurl.com/5c6vy ) this provides information and specifications. Max > Hi, > > I would like to know if Asterisk (installed on Linux or Free BSD) have any > possibility of high availability (such as, if one box down, the other one > get all configuration)? > > If yes: > > 1 - how can I do that? > > 2 - Who is using that? > > 3 - How long is using? > > 4 - How Many SIP phones is using on that Asterisk? > > > Thanks in advanced, > > Otto > > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
