Hi, On Wed, Jun 10, 2009 at 09:42:42AM -0400, Tom Potwin wrote: > Sorry about the previous post. I think I was too tired and aimed at the > wrong list.
No problem. I was just making sure that you should get attention from the right crowd. > I did have a question for the HA people though. I don't think I need HAProxy > for what I'm doing. I just don't believe I'll get the traffic to require > load balancing just yet. I do want auto failover capabilities though. > > Right now I have heartbeat running on a virtual node (LB1) in front of > another virtual node with the web server (WEB1). This is all behind a > firewall/router that's routing one of my public IP's to the shared local > address. This is all duplicated on my second physical machine (LB2, WEB2). Not sure if I follow. Why would you run heartbeat in one VM and web server in another? Basically, you have two options: run cluster within the VMs, it would then manage web server and such, or manage whole VMs on the hosts using the Xen RA (or vmware). > I > will also need SSL capabilities too. SSL where? For the web server? Just make sure that it doesn't ask for the passphrase for the certificate. > As long as I don't need load balancer, I'm already replicating the Mysql DB, > and rsync is doing the files, is that all I need to do auto failover? Probably, but test it thoroughly. Just make sure that your files are consistent with the database, if that's possible. Thanks, Dejan > I hope > I'm not sounding too slow here. I think I've just been working on this for > too long now. > > Thanks, Tom > > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
