Hi Ben,

You may be running into this issue:

https://bugzilla.vyatta.com/show_bug.cgi?id=2770

which involves clustering over VIF interfaces.  This bug has been fixed 
in Glendale and the fix will be available in the next release.

You can workaround this issue in VC3 but, you'll have to manually edit 
your '/etc/ha.d/haresources' file. 

A pre-edited file will look like:

vyatta 10.25.25.254 <---------<primary-dev-name> <IP-address-resource>  
You most likely have several ip addresses listed and separated by spaces.

You'll need to edit the haresources file to look like:

vyatta IPaddr2::10.25.25.254/24/eth2.5 <--------------- 
IPaddr2::<IP-address-resource>/<netmask>/<if-name>

Unfortunately, you'll have to do this for all 31 of your IP address 
resources.  Then, you'll need to do a:

/etc/init.d/heartbeat reload

or

/etc/init.d/heartbeat restart

Also, the haresources file will get overwritten every time the system 
boots so, once you've edited it, you'll need to place a script in 
rc.local that copies the edited version of your file over to the actual 
haresources file and then runs a reload or a restart on 
/etc/init.d/heartbeat.

Let me know if this works for you.

Thank you,

Robyn

Ben Speckien wrote:
> It looks like Robyn may have been correct about not releasing IPs
>
> I tried increasing my deadtime but that didin't work.
>
> I tried removing the IPs that weren't being released and it only gave 
> errors about the next IP on the list before rebooting.
>
> My cluster services consist of 31 IP addresses on one virtual interface, 
> and then 1 address per two more vlans on eth0 and 1 address for eth1.
>
>
>
> router2 log :
>
>
> Feb 26 11:00:16 localhost xorp_rib: [ 2008/02/26 11:00:16  ERROR 
> xorp_rib:5226 LIBFEACLIENT +228      
>      
> /home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/libfeaclient/netlink_head.cc
>  
> io_event ] NetlinkHead::io_event, error on RTM_NEWADDR
> Feb 26 11:00:16 localhost xorp_static_routes: [ 2008/02/26 11:00:16  
> ERROR xorp_static_routes:13985 LIBFEACLIENT +228
>     
> /home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/libfeaclient/netlink_head.cc
>  
> io_event ] NetlinkHead::io_event, error on RTM_NEWADDR
> Feb 26 11:00:52 localhost xorp_fea: [ 2008/02/26 11:00:52 WARNING 
> xorp_fea FEA ] Got update for interface not in libfeaclient tree: eth1
> Feb 26 11:00:52 localhost heartbeat[14979]: WARN: Cluster node router1 
> returning after partition.
> Feb 26 11:00:52 localhost heartbeat[14979]: WARN: Cluster node router1 
> returning after partition.
> Feb 26 11:00:52 localhost heartbeat[14979]: WARN: Deadtime value may be 
> too small.
> Feb 26 11:00:52 localhost heartbeat[14979]: WARN: 28 lost packet(s) for 
> [router1] [244:273]
> Feb 26 11:00:52 localhost heartbeat[14979]: WARN: Late heartbeat: Node 
> router1: interval 51500 ms
> Feb 26 11:00:53 localhost xorp_fea: [ 2008/02/26 11:00:53 WARNING 
> xorp_fea FEA ] Got update for interface not in libfeaclient tree: eth0
> Feb 26 11:00:54 localhost xorp_fea: [ 2008/02/26 11:00:54 WARNING 
> xorp_fea FEA ] Got update for interface not in libfeaclient tree: eth0.XXX
> Feb 26 11:00:54 localhost xorp_fea: [ 2008/02/26 11:00:54 WARNING 
> xorp_fea FEA ] Got update for interface not in libfeaclient tree: eth0.YYY
> Feb 26 11:00:54 localhost xorp_fea: [ 2008/02/26 11:00:54 WARNING 
> xorp_fea FEA ] Got update for interface not in libfeaclient tree: eth0.ZZZ
> Feb 26 11:00:54 localhost heartbeat: WARN: IP Address XXX.XXX7.XXX.1 NOT 
> released
> Feb 26 11:00:54 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
> Feb 26 11:00:55 localhost heartbeat: WARN: IP Address XXX.XXX7.XXX.1 NOT 
> released
> Feb 26 11:00:55 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
> Feb 26 11:00:56 localhost heartbeat: WARN: IP Address XXX.XXX7.XXX.1 NOT 
> released
> Feb 26 11:00:57 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
>
>
>
> router1 log:
>
> Feb 26 10:49:53 localhost xorp_static_routes: [ 2008/02/26 10:49:53  
> ERROR xorp_static_routes:4194 LIBFEACLIENT +228
>       
> /home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/libfeaclient/netlink_head.cc
>  
> io_event ] NetlinkHead::io_event, error on RTM_NEWADDR
> Feb 26 10:49:53 localhost xorp_rib: [ 2008/02/26 10:49:53  ERROR 
> xorp_rib:4155 LIBFEACLIENT +228
>      1 
> /home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/libfeaclient/netlink_head.cc
>  
> io_event ] NetlinkHead::io_event, error on RTM_NEWADDR
> Feb 26 10:49:55 localhost heartbeat: WARN: IP Address XXX.XXX.XXX.61 NOT 
> released
> Feb 26 10:49:55 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
> Feb 26 10:49:56 localhost heartbeat: WARN: IP Address XXX.XXX.XXX.61 NOT 
> released
> Feb 26 10:49:56 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
> Feb 26 10:49:58 localhost heartbeat: WARN: IP Address XXX.XXX.XXX.61 NOT 
> released
> Feb 26 10:49:58 localhost heartbeat: ERROR: Return code 255 from 
> /etc/ha.d/resource.d/IPaddr
>
>
>
>
> Thanks,
>
> Ben
>
>
> _______________________________________________
> Vyatta-users mailing list
> Vyatta-users@mailman.vyatta.com
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>   
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to