Sponsored Content
Top Forums UNIX for Advanced & Expert Users piranha load balancer failover Post 302576085 by robo on Wednesday 23rd of November 2011 02:54:01 PM
Old 11-23-2011
piranha load balancer failover

we use piranha load balancer with two nodes

even the primary node is running fine and up failover happend to secondary node
this happend quite few times ehy node2 cannot talk to node1

what logs are to be checked and investigate why failover occured

Code:
  pulse[7340]: partner dead: activating lvs
Nov 21 10:53:05 node2 pulse[7340]: partner active: deactivating lvs
Nov 21 10:53:11 node2 pulse[27219]: gratuitous lvs arps finished
Nov 21 16:25:53 node2 pulse[7340]: Terminating due to signal 15
Nov 21 16:25:53 node2 pulse: pulse shutdown succeeded
Nov 23 14:15:11 node2 pulse: pulse shutdown failed
Nov 23 14:15:11 node2 pulse: SIOCGIFADDR failed: Cannot assign requested address
Nov 23 14:15:11 node2 pulse[5552]: STARTING PULSE AS BACKUP
Nov 23 14:15:11 node2 pulse: pulse startup succeeded
Nov 13 20:07:17 node2 pulse[7340]: partner dead: activating lvs
Nov 13 20:07:20 node2 pulse[7340]: partner active: deactivating lvs
Nov 13 20:07:22 node2 pulse[2103]: gratuitous lvs arps finished
Oct 30 20:09:59 node2 pulse[7340]: partner dead: activating lvs
Oct 30 20:10:06 node2 pulse[24269]: gratuitous lvs arps finished
Oct 30 20:11:17 node2 pulse[7340]: partner active: deactivating lvs
Oct 30 20:39:47 node2 pulse[7340]: partner dead: activating lvs
Oct 30 20:39:48 node2 pulse[7340]: partner active: deactivating lvs
Oct 30 20:39:52 node2 pulse[25055]: gratuitous lvs arps finished
Nov  5 22:40:16 node2 pulse[7340]: partner dead: activating lvs
Nov  5 22:40:21 node2 pulse[26812]: gratuitous lvs arps finished

there failover occured whan node1 is aactive on the network

can some one help me to find why this happned

Last edited by robo; 11-23-2011 at 03:59 PM..
 

5 More Discussions You Might Find Interesting

1. Programming

Load Balancer

Halo mates, I m going to write a load balancer with C. Does anybody know some good reference on this? Cheers, Elton (5 Replies)
Discussion started by: EltonSky
5 Replies

2. AIX

hacmp ip load balancer failover

Hi All, How do I failover on the ip load balancer (back and forth)? It involves first to load a new config on the passive ip. If success, load the new config on the ip active (which is now passive). Any idea, please. Thanks in advance. (0 Replies)
Discussion started by: itik
0 Replies

3. Red Hat

What is the Best Load Balancer for Linux?

Hi, What's the best load balancer for Linux (CentOS, SuSE) according to your personal experience? Linux Virtual Server (LVS) is a famous one, but their download site has not been updated since 2007. Their web and mailing list are so quiet. Is the Ultra Monkey project including LVS... (1 Reply)
Discussion started by: aixlover
1 Replies

4. Linux

Server Load balancer

Hello Guys, Hope you all doing well . :) I was checking load balance command (uptime)on VM server and got below output. # uptime 07:08:40 up 52 min, 2 users,a load average: 0.45, 0.11, 0.03 A :How we can calculate load average? Thank you in advance !! Cheers:) Dont forget... (1 Reply)
Discussion started by: Nats
1 Replies

5. Virtualization and Cloud Computing

A load balancer for Nomachine NX

Hello, in case somebody has a NoMachine NX cluster, and is suffering from its dumb round-robin dispatcher, here is a solution: nxpub (NX Pluggable User Balancer). It should run on all LUnix OS. Scripts for install/uninstall are supplied. While tested with NX 3 (NX 3.5 is the latest), it might... (2 Replies)
Discussion started by: MadeInGermany
2 Replies
cmsync(1m)																cmsync(1m)

NAME
cmsync - Synchronize files or directories on multiple Serviceguard nodes. SYNOPSIS
cmsync [-rv] [[-n node_name]...] [src_node:]src_file [...] DESCRIPTION
cmsync copies files and/or directories to multiple Serviceguard nodes. cmsync is limited in several ways. cmsync is best suited for situations where other remote copy facilities are not available. For a more full featured tool for copying files between Serviceguard nodes, see ccp(1m) provided by Distributed Systems Administration Utilities. To use this command, the local user must have the root access role on each of the involved nodes. For more information on Serviceguard access control policies, see the manual, Managing Serviceguard. To use the cmsync command without specifying -n options, the local node must be configured into a Serviceguard cluster. If no -n options are specified, the files will be copied to all available nodes in the cluster. Paths may be relative to the current working directory or specified absolutely. Copies between two remote hosts are permitted. If a file or directory already exists on a destination node, the destination node's copy will be overwritten with no prompting. The cmsync command is not suited for large files or large numbers of files and may result in a heavy load on the command and Serviceguard daemons. Other tools such as ccp should be considered for these purposes. Options And Arguments -r Recursively copy entire directories. -v Verbose output will be displayed. -n node_name Serviceguard node to copy file to. If no -n options are specified, default is to copy to all nodes within the configured clus- ter. src_node Serviceguard node to retrieve the file from. Defaults to the local node. src_file Path to source file on src_node. RETURN VALUE
cmsync returns the following values: 0 Successful completion. 1 Command failed. EXAMPLES
Copy the local file /etc/hosts to remote nodes node1 and node2 cmsync -n node1 -n node2 /etc/hosts Distribute the remote file /etc/passwd to all nodes in the cluster. cmsync node1:/etc/passwd AUTHOR
cmsync was developed by HP. SEE ALSO
ccp(1m), cmcp(1m), cmexec(1m), cmdo(1m), cmquerycl(1m), cmviewcl(1m) Requires Optional Serviceguard Software cmsync(1m)
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy