Hello,

I'm trying to use heartbeat STABLE-3.0.5 with the config files

ha.cf:
logfile    /var/log/ha-log
bcast    enp0s3
auto_failback on
node    ha0
node    ha1

haresources:
ha0 192.168.56.100

authkeys:
auth 1
1 crc

but when heartbeat is trying to release IP (delete IP on alias interface)
it is unable to do it
ha-log:
IPaddr[2644]:    2013/05/19_10:14:23 INFO: ifconfig enp0s3:0: down
IPaddr[2644]:    2013/05/19_10:14:23 WARNING: IP Address 192.168.56.100 NOT
released: rc=255
IPaddr[2630]:    2013/05/19_10:14:23 ERROR:  Generic error

when I'm trying to do it manualy, I have the same error:
# ./IPaddr 192.168.56.100 stop
IPaddr[2299]: INFO: ifconfig enp0s3:0: down
SIOCSIFFLAGS: Cannot assign requested address
IPaddr[2299]: WARNING: IP Address 192.168.56.100 NOT released: rc=255
IPaddr[2285]: ERROR:  Generic error

Possible, this happens because the ifconfig is trying to release enp0s3:0:
(with the colon at the end) instead of enp0s3:0 (without the colon at the
end) and thus is unable to get IP address on this interface.
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to