Hi, am I the only one theat found out the ocf:heartbeat:SAPDatabase uses "unique" in the wrong way? I see errors like this: WARNING: Resources db1,db2 violate uniqueness for parameter "AUTOMATIC_RECOVER": "true" WARNING: Resources db1,db2 violate uniqueness for parameter "DBTYPE": "ORA"
Reading that, it would súggest that there is only one Oracle database allowed in the cluster, and only one such database is allowed to recover automatically on start. It seems someone copied parameters without thinking: <parameter name="DBTYPE" unique="1" required="1"> <parameter name="AUTOMATIC_RECOVER" unique="1" required="0"> (there are more) Found in resource-agents-1.0.3-0.10.1 of SLES11 SP1 (latest). While looking at it: SAPInstance also has such stupid things: <parameter name="AUTOMATIC_RECOVER" unique="1" required="0"> <parameter name="MONITOR_SERVICES" unique="1" required="0"> So you may only monitor or not monitor one resource of that type? ;-) Regards, Ulrich _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
