Hi, On Thu, Apr 10, 2008 at 03:59:47PM +0800, [EMAIL PROTECTED] wrote: > hi, > i want to construct a two-node cluster. > 1. firstly, all of the resources is started up on the DC node.
You can't control which node gets elected the DC and you don't really need to. > 2. when some of critical resources error occured , all of the > resources is move to the other node. > 3. all resources must run on only one node in its whole lifetime. > until error occured they are moved to the other node. > > i know some of attributes(like: resource stickiness) can locate the resource > in one place. Yes, you can set that to infinity, but note that that's going to count once the nodes move to the other node. Better set a location constraint to infinity. Also, set the start-failure-is-fatal (or however it's called) to false. Thanks, Dejan > > any more advice ? > > thank you > > _______________________________________________ > 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
