Heartbeat configuring issue


 
Thread Tools Search this Thread
Special Forums Cybersecurity Heartbeat configuring issue
# 1  
Old 10-18-2010
Question Heartbeat configuring issue

hi
i'm configuring linux heartbeat in my two redhat boxes
i have below few things to clarify

  • can i set up heartbeat between two different notworks? (e.g primary server IP is 192.168.x.x and secondary server IP is 10.48.X.X)
  • i got below error in my secondary server once primary is down
Code:
Oct 18 20:19:00 omnisig_smsc2 heartbeat: info: Taking over resource group 192.168.129.19
Oct 18 20:19:00 omnisig_smsc2 heartbeat: info: Acquiring resource group: omnisig_ppsmsc 192.168.129.19 httpd
Oct 18 20:19:00 omnisig_smsc2 heartbeat: info: Running /etc/ha.d/resource.d/IPaddr 192.168.129.19 start
Oct 18 20:19:00 omnisig_smsc2 heartbeat: ERROR: unable to find an interface for 192.168.129.19
Oct 18 20:19:00 omnisig_smsc2 heartbeat: warning: Return code 1 from /etc/ha.d/resource.d/IPaddr

what does that mean?

highly appreciate anybodies support on this

thanks

Last edited by Scott; 10-18-2010 at 01:46 PM.. Reason: Added code tags. You can keep the BOLD, but the LIME colour has to go! Changed to green.
# 2  
Old 10-18-2010
What is the network between the two boxes?

If it is a crossover cable, turning one system off can be felt by the other. Similarly, if one box sees the other as a router, then when it is down, the interface for that address is broken. What does netstat -rn look like?
# 3  
Old 10-19-2010
Heartbeat configuring issue

thanks for the reply sir

i use a Ethernet connection between these servers. they are not physically at the same location

below is the netstat output

primary server

[root@omnisig_ppsmsc log]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.43.64.114 192.168.159.198 255.255.255.255 UGH 0 0 0 eth2
10.44.240.11 192.168.159.198 255.255.255.255 UGH 0 0 0 eth2
10.62.225.7 192.168.159.198 255.255.255.255 UGH 0 0 0 eth2
10.43.64.171 192.168.159.198 255.255.255.255 UGH 0 0 0 eth2
192.168.129.0 0.0.0.0 255.255.255.224 U 0 0 0 eth0
192.168.159.192 0.0.0.0 255.255.255.224 U 0 0 0 eth2
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth2
0.0.0.0 192.168.129.1 0.0.0.0 UG 0 0 0 eth0


secondary server

[root@vmsmsc2 log]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.43.226.28 10.48.211.1 255.255.255.255 UGH 0 0 0 eth1
10.44.242.28 10.48.211.1 255.255.255.255 UGH 0 0 0 eth1
10.48.211.0 0.0.0.0 255.255.255.224 U 0 0 0 eth1
10.48.248.224 0.0.0.0 255.255.255.224 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 10.48.248.225 0.0.0.0 UG 0 0 0 eth0

I'm not quit understand how i configure heartbeat between two different notworks. also i'm not using any secondary IP to run my services in my primary server?

can i move forward with this setup?

please advice

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. SuSE

Facing issue configuring network

Please let me know how to configure network in suse Linux, I have configured the network using ifup and network manager, it is not giving any error but not working, using suse Linux 11.0 sp3 I have checked network connectivity is working. (0 Replies)
Discussion started by: manoj.solaris
0 Replies

2. UNIX for Dummies Questions & Answers

Heartbeat network IP range in Clustering

I am trying to do the two node clustering with serviceguard package in redhat 5 and I am following this link http ://pbraun.nethence.com/doc/sysutils/mcsg.html Here They are mentioning 10.1.1 for network use and 10.1.2 and 10.1.3 for HeartBeat use, I have a doubt, How to make a heartbeat... (1 Reply)
Discussion started by: sankarg304
1 Replies

3. UNIX for Advanced & Expert Users

LVS AND HEARTBEAT

Hi there, anybody can help me get a manual or a website where LVS and Heartbeat for UBUNTU (please not for REDHAT ) is hosted. Any help will be much appreciated. neuvin (0 Replies)
Discussion started by: neuvinapp
0 Replies

4. Shell Programming and Scripting

Facing Issue after configuring logrotate

Hi, I have a logrotate configuration which rotates a log every night 1 min before midnight, but somehow its not working and unfortunately not showing any error message as well. Sharing the code for the cron job as well as the conf file, I am using, if some one coule help me..whats wrong with... (2 Replies)
Discussion started by: Neeryan
2 Replies

5. AIX

Heartbeat network down

Hello. I have a cluster with two heartbeat networks. Both are on separate VG. Some one varyoned those Vg's on one node. After that heartbeat network went down on both nodes. I varyoffed those two Vg's networks came back up but cluster is still in UNSTABLE status and in hacmp.out... (1 Reply)
Discussion started by: phobus
1 Replies

6. UNIX for Dummies Questions & Answers

Heartbeat configuring in Redhat

hi, I'm currently trying to configure Linux heartbeat on my two Linux servers(where SMPP service is running) my two machines are in two different location with different notworks (primary is in 192.168.x.x and secondary is in 10.48.x.x network) I want to know whether is it possible to... (0 Replies)
Discussion started by: asela115
0 Replies

7. Solaris

VCS heartbeat

we have a vcs cluster set up and noticed that they were showing one of the heart beat link qfe3 as DOWN. Both qfe2 and qfe3 were fine all along, btw if I were to push in/re-set the hb cable, do you know whether it will panic or cause anything to the system,? Its a DB critical prod nodes (3 Replies)
Discussion started by: incredible
3 Replies

8. Shell Programming and Scripting

issue while configuring a script in the cronjob

Hi all, I have written the following script which will try pinging to almost 24 nodes and when the connectivity is down it sends me an alert saying the node is down. It also gets me a trace route information and a contact information. When i run this script manually it actually works. But... (3 Replies)
Discussion started by: venkidhadha
3 Replies

9. Linux

linux-heartbeat on Solaris 9

has anyone installed linux-heartbeat on Solaris 9?? If yes, which version??? which is the best compiler to build it?? cc, ucbcc, gcc?? what other packages are needed to build it besides m4, autoconf, automake and libtool?? what GNU tools are needed??? thanks a lot (0 Replies)
Discussion started by: eldiego
0 Replies
Login or Register to Ask a Question