I should clarify my previous post. In my configuration with multiple mysql instances, I... 1. DO NOT want anything to be dependent on the cluster IP address; 2. DO want all mysql instances to depend on the filesystem; 3. DO want the filesystem to depend on drbd; 4. DO NOT want the mysql instances to depend on each other; With regard to ordering... When the primary node goes standby , I want it to: Stop the cluster IP Then stop all mysql instances IN PARALLEL Then stop the filesystem Then stop drbd. On the node that takes over, I want it to... Start drbd Then start the filesystem Then start all mysql instances IN PARALLEL Then start the cluster IP. I've been reading up on groups, resource sets, and ordering, but I would appreciate someone giving me a jump start on this. Thanks! --Eric
Disclaimer - March 14, 2010 This email and any files transmitted with it are confidential and intended solely for General Linux-HA mailing list,General Linux-HA mailing list,General Linux-HA mailing list. If you are not the named addressee you should not disseminate, distribute, copy or alter this email. Any views or opinions presented in this email are solely those of the author and might not represent those of . Warning: Although has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. This disclaimer was added by Policy Patrol: http://www.policypatrol.com/ _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
