[Linux-HA] heartbeat on solaris 10 (problems)

2008-03-13 Thread maximatt
hi... i trying to compile/install heartbeat 2.1.3 on solaris 10 (x86).. so i execute the following instruccition: LDFLAGS="-L/opt/linux-ha/libnet-1.1.2.1/lib" CPPFLAGS="-I/opt/linux-ha/libnet-1.1.2.1/include" ./ConfigureMe make but i receive the following error: gcc -std=gnu99 -DHAVE_CONFIG_H -I

Re: [Linux-HA] heartbeat on solaris 10 (problems)

2008-03-13 Thread maximatt
/bin/pkg-get -l autoconf berkeleydb44 common expat gawk gdbm ggettext gm4 libiconv libnet libtool ncurses perl pkg_get swig Thanks in advance!!! 2008/3/13, David Lee <[EMAIL PROTECTED]>: > > On Thu, 13 Mar 2008, maximatt wrote: > > > hi... i trying to compile/install heartb

Re: [Linux-HA] heartbeat on solaris 10 (problems)

2008-03-13 Thread maximatt
2008/3/13, maximatt <[EMAIL PROTECTED]>: > > > i install blastware dependences (swig was isn't installed correctly)... > and run the follogin comand: sorry, but these are not clear... i1m install swig manually and heatbeat send me warnings about them, so i install blas

Re: [Linux-HA] heartbeat on solaris 10 (problems)

2008-03-14 Thread maximatt
i resolve them... i don have SNMP libraries ;) Thanks!!! 2008/3/13, maximatt <[EMAIL PROTECTED]>: > > hi... these resolves them... thanks that's right... i look only line > 31 and i lost .. but yes.. i undesrtand the logic begind > > but i have another

[Linux-HA] probem to compile linux-ha under solaris 10 (x86)

2008-03-24 Thread maximatt
hi ... i try for some days fix these problem, but i cant do them :( i try to compile and install hearbeat-2.1.3 under solaris 10 (x86) with blastware packages (for dependences)... :) i execute the following commands: # PATH=/usr/ccs/bin/:/usr/sfw/bin/:/opt/csw/bin/:$PATH; export PATH # LDFLAGS="

[Linux-HA] dude about stonith

2008-06-10 Thread maximatt
hi i some confused... ¿i need a hardware to implement stonith (fencing) or i can make fencing without stonith hardward? thanks!!! -- Salu2 ;) ___ Linux-HA mailing list Linux-HA@lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-h

[Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-10 Thread maximatt
hernet crossover cable (i try to connect to switch whit the same problem). - the other connections are doing by a switch. - nodo1 as the master node (maximatt) - nodo2 as the backup node (einstein) i test connections between node and i they are ok... believe me.. ;)

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-11 Thread maximatt
hi... thanks for your answering :) > What is dev20603? Shouldn't it be eth0 or somesuch (presuming > this is linux)? > "dev20603" is the name of the ethernet card (i can't rename yet (using udev)... i test the rules with udevtest (and pass the test), but i cant change them yet)... and

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-11 Thread maximatt
hi... thanks again > This deadtime is probably to big. Something like 10 should be > more appropriate. > your suggestion is done :) This is most probably a communication problem. Please make sure > that the packets are reaching both nodes. You can use "tcpdump > udp port 694" to check that

Re: [Linux-HA] dude about stonith

2008-06-11 Thread maximatt
thanks 2008/6/11 Navatala <[EMAIL PROTECTED]>: > Hi Maximatt, > > you can setup stonith without hardware but the generally recommended > configuration option is to use what is known as a stonith device, ie ilo > card or serial port. > > hth > Nava > > &

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-17 Thread maximatt
hi.. BTW, it seems like clocks are not synchronized. Please use ntp on > all members of the cluster. > i configure node1 as stratum and node2 as client of them.. i think it's working (ntp without authentication).. Did you check interface stats for errors? yes, i "test" with ifconfiga, arp, pin

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-17 Thread maximatt
hi... i think these are strange... my hope was to give same results... but these that i receive information from ethereal: No. TimeSourceDestination Protocol Info 1 0.00192.168.140.2 192.168.140.1 UDP Source port: 32771 De

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-17 Thread maximatt
hi... sorry... i have a mistake here: > > so i testing with netcap: > > from node1 (192.168.140.1): > > # nc -v -u -z -w 3 192.168.140.1 694 > 192.168.140.1: inverse host lookup failed: Unknown host > (UNKNOWN) [192.168.140.1] 694 (ha-cluster) : Connection refused from node1 (192.168.140.1): #

Re: [Linux-HA] how can i resolve "ERROR: Both machines own our resources!"

2008-06-17 Thread maximatt
RESOLVED!!! througth i disable iptable in all nodes (service iptables stop)... in node2, i dont know why, he filtered upd port.. so, i permit traffic in this port (with iptables serving) and now they can see the node1... Thanks! 2008/6/17 maximatt <[EMAIL PROTECTED]>: > > hi.