It sounds like the contents of your pvfs2-server configuration file does not have an Alias entry for the virtual IP (192.168.1.10). If you want that to be the alias you need a line similar to Alias 192.168.1.10 tcp://192.168.1.10:3334
The users list and/or the heartbeat list might also be good places to ask for help with this issue. Thanks, Michael 2011/9/22 jon jon <[email protected]> > Hi, > I need some help configuring heartbeat with pvfs. I do not want to use > multicast address. I want 2 nodes to be considered as one using heartbeat to > export a virtual address. > > My settings for /etc/ha.d/ha.cf are: > logfile /var/log/ha-log > logfacility local0 > keepalive 2 > deadtime 30 > initdead 120 > udpport 694 > bcast eth0 > auto_failback on > node node1 > node node2 > > For /etc/ha.d/haresources are: > node1 192.168.1.10 (this is random here) > > For /etc/ha.d/authkeys are: > auth 2 > 2 sha1 test-ha > > When i start pvfs i got this error: Configuration file error. No host ID > specified for alias 192.168.1.10(this is random here). > Which means that heartbeat is not working properly. What do i miss? I > don't have much experience with heartbeat. > I would appreciate any help given thanks! > > _______________________________________________ > Pvfs2-developers mailing list > [email protected] > http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers > >
_______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
