Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fence_kdump_send(8) [centos man page]

fence_kdump_send(8)					      System Manager's Manual					       fence_kdump_send(8)

NAME
fence_kdump_send - send kdump acknowlegement message to cluster nodes SYNOPSIS
fence_kdump_send [OPTIONS]... [NODE]... DESCRIPTION
fence_kdump_send is a utility used to send messages that acknowledge that the node has entered the kdump crash recovery service. This util- ity is intended to be used the the fence_kdump agent as a means detect that a failed node has entered the kdump crash recovery service. The fence_kdump_send utility is typically run from within the kdump kernel after a cluster node has encountered a kernel panic. Once the cluster node has entered the kdump crash recovery service, fence_kdump_send will periodically send messages to all cluster nodes. When the fence_kdump agent receives a valid message from the failed node, fencing is complete. OPTIONS
-p, --ipport=PORT IP port number that the fence_kdump agent is using to listen for messages. (default: 7410) -f, --family=FAMILY IP network family. Force the fence_kdump_send utility to use a particular network family. Value for FAMILY can be "auto", "ipv4", or "ipv6". (default: auto) -c, --count=COUNT Number of messages to send. If COUNT is zero, fence_kdump_send will send messages indefinitely. (default: 0) -i, --interval=INTERVAL Time to wait between sending a message. The value for INTERVAL must be greater than zero. (default: 10) -v, --verbose Print verbose output. -V, --version Print version and exit. -h, --help Print usage and exit. AUTHOR
Ryan O'Hara <rohara@redhat.com> SEE ALSO
fence_kdump(8), mkdumprd(8), kdump.conf(5) fence_kdump_send(8)

Check Out this Related Man Page

MKDUMPRD(8)							   User Manuals 						       MKDUMPRD(8)

NAME
mkdumprd - (Re)build the initramfs for kdump SYNOPSIS
mkdumprd [-h] [-q] [-f] [-k kernelver] [-i opts] DESCRIPTION
mkdumprd (re-)builds the kdump initrd. For kdump, a special initrd is used because o the kdump initrd should include network modules and network configuration (and therefore is larger as the normal initrd used for booting), o the kdump initrd should use no splash screen, o the kdump initrd includes kdumptool(8) and all required libraries. This script calls mkinitrd(8) with all required parameters. If the initrd already exists, it checks first if the configuration file or the kernel are newer, and only rebuilds the initrd if necessary. OPTIONS
All option parsing is done via the getopt(3) function, and therefore follows all standard command line parsing rules. -h | --help Shows help output and exits. -k kernelversion Specifies the kernel version. If no version is specified and also no kernel or initrd are specified, then mkdumprd uses kdumptool(8) to find out the correct kernel and initrd. -K kernel Specifies the kernel binary. If you specify that option, also specify -I. -I initrd Specifies the resulting initrd. If you specify that option, also specify -K. -q Be quiet. Don't output status messages. Used to call mkdumprd(8) from /etc/init.d/kdump init script. -i parameters Append the specified parameters to mkinitrd(8) call. FILES
/etc/sysconfig/kdump Kdump configuration. See kdump(5). BUGS
Please report bugs and enhancement requests at https://bugzilla.novell.com. COPYING
Copyright (c) 2008 Bernhard Walle <bwalle@suse.de>. Free use of this software is granted under the terms of the GNU General Public License (GPL), version 2 or later. SEE ALSO
kdumptool(8), mkinitrd(8), http://en.opensuse.org/Kdump kdump 0.8.1 07/05/2010 MKDUMPRD(8)
Man Page

6 More Discussions You Might Find Interesting

1. Solaris

crashdump recovery help

Hi all, how i recovery the files when system is crash? (using crashdump concept) regards Krishna (1 Reply)
Discussion started by: murthy76
1 Replies

2. AIX

NETWORK IP ADDRESS on HACMP

Hi, I try to understand how to configure my ethernet network in a hacmp cluster. I have 2 nodes, 3 lan port on each node, and 1 service ip to cluster. I don't have any serial o iscsi heartbeat. Do you suggest me a possibile ip address configuration? I've many error whene I verify it from hacmp... (3 Replies)
Discussion started by: hacmp
3 Replies

3. Programming

How to broadcast a message across the network using Socket programming in C??

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (1 Reply)
Discussion started by: vigneshinbox
1 Replies

4. Programming

How to broadcast a message ?

My problem definition is ,I have to send a message from one node in a network and it has to be broadcasted to all other nodes in the network.The program what I have given below will be running in all the nodes in the network.The same program should be capable of sending(broadcasting) and receiving.... (0 Replies)
Discussion started by: vigneshinbox
0 Replies

5. AIX

hacmp and disaster recovery question

Hi Guys, is it possible to failover a hacmp cluster in one datacentre via SRDF to a single node in another datacentre, or do I need a cluster there in any case? This is only meant as worst case scenario and my company doesn't want to spend more money than absolutely necessary. I know the... (3 Replies)
Discussion started by: zxmaus
3 Replies

6. UNIX for Dummies Questions & Answers

One service, two nodes, HA

Hi all. I have two nodes taken different places. They are connected together on a network. So, i have a service, it works on one of nodes and when the node is unavailable the service should will be launched on other node. Solution: rhel cluster, keepalive, hearbeat...may be Carp but what if... (2 Replies)
Discussion started by: Flomaster
2 Replies