netdump-server - handle crash dumps over the network
netdump-server [--port portnumber] [--concurrent number] [--pidfile path] [--daemon] [--help] [--usage]
netdump-server --daemonThis launches the netdump-server and puts it in the background, listening for crashed clients.
/sbin/chkconfig netdump-server onto enable the netdump-server service.
netdump-start - This is called when a client connects to the server to tell it that it has just started the netdump client. This normally means that the machine just booted up.
netdump-crash - This is run when a client reports that it has crashed. If it returns a non-zero value the dump request will be ignored and the client will be told to reboot immediately
netdump-nospace - This is run when there is not enough diskspace for the dump of the crashed machine. If this script exits with a non-zero return value netdump-server will try once again (but only once) before giving up the dump. If this script exits with a zero return value, netdump-server will reboot the client without performing a dump.
netdump-reboot - This is run when netdump-server is finished with a client and is about to tell the client to reboot itself.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |