>> If both nodes (A and B) are started again, all resources come up correctly. >> >> In the log it mostly shows "WARN: native_color: Resource dr0:1 cannot >> run anywhere" and similar. >> > > You don't have fencing (stonith) configured. With shared storage > it's a must. It's a must anyway with only two nodes. Though you > can disable stonith in properties, while you're testing and > don't care about the data. > Dejan,
I have missed this totally. Thanks for pointing it out quickly. I have tested with stonith:external/ssh and it works. Following stonith configuration worked well. #=================== primitive st0 stonith:external/ssh params hostlist="c0n0.xyz.net c0n1.xyz.net" clone fc0 st0 #=================== This link (http://clusterlabs.org/mediawiki/images/f/f2/Crm_fencing.pdf) is very useful. Now exploring possibilities of using DRAC. Thanks and best regards, Lasantha. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
