Am Freitag, 20. Juni 2008 14:08 schrieb Enrique José Hernández Blasco: (...) > I've been having some issues with IPaddr2 start action in a clone > resource. When trying to start the group clone resource, it failed to > create the iptables rule. The group consists of three IPaddr2 resources > and only the first one is not able to insert the iptables rule. > > The failure comes from this line: > /usr/lib/ocf/resource.d//heartbeat/IPaddr2: 806: cannot > create /proc/net/ipt_CLUSTERIP/10.20.1.12: Directory nonexistent > > This directory is created by iptables inserting rule. However, if I do > insert the rule manually (monitoring disabled), the resource is up and > running again without a problem since the directory has been created. > > Any clue?
Hi, strange. Have you ever tries to configure three separate IPaddr2-clones? Do they run? What about running the iptables command manually on the node without the cluster? Please correct me, but when I am looking through your CIB you have three instance atribute sections for your server_ip, which all set ip to 10.20.1.12. Please reduce that to 1 instance attribute section. Why do your have a start and a stop operation all resources? Start and stop is done the cluster. You should only have a monitor operation. You also have two instace_attribute secitons in networking_ip and alcampo_ip. Any changes in behaviour? -- Dr. Michael Schwartzkopff MultiNET Services GmbH Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany Tel: +49 - 89 - 45 69 11 0 Fax: +49 - 89 - 45 69 11 21 mob: +49 - 174 - 343 28 75 mail: [EMAIL PROTECTED] web: www.multinet.de Sitz der Gesellschaft: 85630 Grasbrunn Registergericht: Amtsgericht München HRB 114375 Geschäftsführer: Günter Jurgeneit, Hubert Martens --- PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B Skype: misch42 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
