On 08/21/2012 12:48 PM, Jon Heese wrote: > > Everything's working properly on failover and all that, but I'd like for the apache2 service to remain running on both nodes all the time, but for a failover to be triggered if it goes down on the active node.
Why? Most daemons do not re-bind when another ip address is added to the system. So once your ip's migrated you need to restart apache (kill -HUP may do it, I'm not sure). In general if you want to do that you also want to clone the ip -- currently being discussed in the other thread, take a look. -- Dimitri Maziuk Programmer/sysadmin BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
