On Mon, Feb 08, 2010 at 06:36:21AM -0800, Robinson, Eric wrote: > > On my two newest heartbeat clusters, when I do a 'cl_status rscstatus'it > shows 'local' on both cluster nodes. But there is only one server listed > in the haresources file and the file is the same on both nodes. Also, > the individual resources are indeed owned by just one node. > > I have 4 resources. All 4 are owned by the same node, but it still shows > 'local' instead of all. The other node owns no resources, but it shows > 'local' instead of 'none.' > > [r...@ha05 ~]# cat /etc/ha.d/haresources > ha05.mydomain.com \ > drbddisk::ha_mysql \ > Filesystem::/dev/drbd0::/ha_mysql::ext3 \ > IPaddr2::10.0.15.204/24/bond0 \ > mysql_001
now, in haresources mode, there are at most two "groups" of services. One "local", one "foreign". In your case, one of those is empty. Which one is "local" depends on the point of view, obviously, and thus changes from one node to the other. After a switchover, one probably would say "none" and the other should say "foreign". But you really should forget about all that. You should go pacemaker, and use crm_mon. Just please at least _try_ it. http://www.linux-ha.org/ http://www.clusterlabs.org/ http://theclusterguy.clusterlabs.org/post/178680309/configuring-heartbeat-v1-was-so-simple -- : Lars Ellenberg : LINBIT | Your Way to High Availability : DRBD/HA support and consulting http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
