Sponsored Content
Full Discussion: Netdump client for FC12
Top Forums UNIX for Advanced & Expert Users Netdump client for FC12 Post 302420670 by fpmurphy on Wednesday 12th of May 2010 08:54:42 AM
Old 05-12-2010
The answer is no. There is no netdump-client package any more. The last full release to have a netdump-client package was RHEL4. The server package netdump-server only exists to communicate with older clients.

You cannot grab the RHEL4 package and use it on newer systems either because the client package worked with code that was in the kernel that no longer there.

If you're looking for a crash recovery/post mortem solution for newer systems, you should use kdump. It is much more robust.
 

6 More Discussions You Might Find Interesting

1. Linux

netdump/netconsole module

I receive the error belong when attempting to load the netconsole module. Does anyone know how I can resolve this? I downloaded RPM from internal site, so it is trusted. >uname -a Linux indigo 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:56:28 EST 2006 x86_64 x86_64 x86_64 GNU/Linux > modprobe -a... (0 Replies)
Discussion started by: vada010
0 Replies

2. Red Hat

Netdump over bonded interface ?

Netdump over bonded interface ? Hey there,.. I have heard from admins, that netdump usually fails over a bonded network interface. I have written a multi-OS checkdump script , which checks if the respective crashdump utility on corresponding OS is correctly configured, space is available,... (1 Reply)
Discussion started by: shriyer
1 Replies

3. Red Hat

Problems with modules when netdump client starts

Hello, I'm installing a new netdump server and clients. When I try to start a netdump cliente I get the next error: /etc/init.d/netdump start ; echo $? netdump: cannot ping 172.17.128.150 Inicio de netdump /lib/modules/2.4.21-37.ELsmp/kernel/drivers/net/netconsole.o: invalid argument... (3 Replies)
Discussion started by: RuBiCK
3 Replies

4. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

5. Virtualization and Cloud Computing

KVM FC12 guest save not working ??

Howdy I am using Fedora12 with KVM, with XP64pro as a guest. Everything seems to be working just fine, BUT I can't Save. When I do instruction KVM to save, I get a continuing Saving display, but it continues for a long time until I finally terminate it due to boredom :) I have let it run for... (0 Replies)
Discussion started by: TJMan
0 Replies

6. Red Hat

how to configure netdump to copy the crash in the server itself??

hi, i would like to configure netdump, but saving the var/crash in the server itself, not in another server. could anybody tell me if this is possible? thanks (4 Replies)
Discussion started by: pabloli150
4 Replies
shishi_tkts_find_for_clientserver(3)				      shishi				      shishi_tkts_find_for_clientserver(3)

NAME
shishi_tkts_find_for_clientserver - API function SYNOPSIS
#include <shishi.h> Shishi_tkt * shishi_tkts_find_for_clientserver(Shishi_tkts * tkts, const char * client, const char * server); ARGUMENTS
Shishi_tkts * tkts ticket set handle as allocated by shishi_tkts(). const char * client client name to find ticket for. const char * server server name to find ticket for. DESCRIPTION
Short-hand function for searching the ticket set for a ticket for the given client and server. See shishi_tkts_find(). RETURN VALUE
Returns a ticket if found, or NULL. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_tkts_find_for_clientserver(3)
All times are GMT -4. The time now is 06:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy