GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NETDUMPD(8) FreeBSD System Manager's Manual NETDUMPD(8)

netdumpd
receive kernel core dumps over the network

netdumpd [-a addr] [-D] [-d dumpdir] [-i postscript] [-P pidfile] [-p path]

The netdumpd utility listens on a UDP socket for incoming connections from a FreeBSD kernel core dumping over the network. It effectively acts as a write-only TFTP server.

The following options are available:

Bind the daemon to the given address “addr”.
Run the utility in debugging mode. The daemon version is not entered while the output is printed entirely on the console.
Save the core dumps to the specified “dumpdir” directory. The default directory is /var/crash.

Clients may optionally specify a relative directory path when initiating a netdump. This path is appended to “dumpdir” to obtain a directory in which to save the core dump. The relative path may not contain ".." components. Additionally, no symbolic link in the path may contain ".." components.

Execute the script “script” after each dump received. The script accepts the following strings as parameters: a reason for invocation, the client address, the client hostname, the info file name and the core dump file name. The script is executed from the “dumpdir” directory.
Specify an alternative file in which to store the process ID. The default is /var/run/netdumpd.pid.
A directory path relative to “dumpdir” in which to save core dumps for clients that do not specify a relative path. Core dumps from clients that specify an invalid directory path are saved in the default directory.

The netdumpd utility does not perform any authentication of clients and should therefore be configured to listen only to trusted networks. netdumpd can be made to write an arbitrary amount of client data to a locally-mounted filesystem.

Run netdumpd in the current directory, without requiring any special privileges:

$ netdumpd -D -d . -P ./netdumpd.pid

netdump(4), dumpon(8)

The netdumpd utility appeared in FreeBSD 12.0.
March 5, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.