Sponsored Content
Full Discussion: Heartbeat configuring issue
Special Forums Cybersecurity Heartbeat configuring issue Post 302463948 by asela115 on Tuesday 19th of October 2010 12:17:35 AM
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
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
AUTHKEYS(5)							Configuration Files						       AUTHKEYS(5)

NAME
authkeys - Authentication file for the Heartbeat cluster messaging layer DESCRIPTION
/etc/ha.d/authkeys is read by heartbeat(8). It enables Heartbeat to securely authenticate cluster nodes. This file must not be readable or writable by any users other than root. FILE FORMAT
Two lines are required in the authkeys file: 1. A line which says which key to use in signing outgoing packets 2. One or more lines defining how incoming packets might be being signed. The file must follow the following format: auth num num method secret num method secret num method secret ... num is a numerical identifier, between 1 and 15 inclusive. It must be unique within the file. method is one of the available authentication signature methods (see below for supported methods). secret is an alphanumerical shared secret used to identify cluster nodes to each other. auth num selects the currently active authentication method and secret. SUPPORTED SIGNATURE METHODS
The following signature methods are supported in authkeys (listed here in alphabetical order): md5 MD5 hash method. This method requires a shared secret. sha1 SHA-1 hash method. This method requires a shared secret. crc Cyclic Redundancy Check hash method. This method does not require a shared secret and is insecure; it's use is strongly discouraged. An absolutely up-to-date list of authentication methods supported may be retrieved by running ls /usr/lib/heartbeat/plugins/HBauth/*.so. AUTHORS
Alan Robertson <alanr@unix.sh> heartbeat, original Wiki page Florian Haas <florian.haas@linbit.com> man page Heartbeat 3.0.5 24 Nov 2009 AUTHKEYS(5)
All times are GMT -4. The time now is 09:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy