Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
SAVECORE(8) OpenBSD System Manager's Manual SAVECORE(8)
NAME
savecore - save a core dump of the operating system
SYNOPSIS
savecore -c
savecore [-fvz] [-N system] directory
DESCRIPTION
Savecore copies the currently running kernel and its associated core dump
into directory, and enters a reboot message and information about the
core dump into the system log.
The options are as follows:
-c Clears the dump, so that future invocations of savecore will
ignore it.
-f Forces a dump to be taken even if the dump doesn't appear cor-
rect or there is insufficient disk space.
-N system Use system as the kernel instead of the default ``/bsd''.
-v Prints out some additional debugging information.
-z Compresses the core dump and kernel (see compress(1)).
Savecore checks the core dump in various ways to make sure that it is
current and that it corresponds to the currently running system. If it
passes these checks, it saves the core image in directory/bsd.#.core and
the system in directory/bsd.# (or in directory/bsd.#.Z.core and
directory/bsd.#.Z, respectively, if the -z option is used). The ``#'' is
the number from the first line of the file directory/bounds, and it is
incremented and stored back into the file each time savecore successfully
runs.
Savecore also checks the available disk space before attempting to make
the copies. If there is insufficient disk space in the filesystem con-
taining directory, or if the file directory/minfree exists and the number
of free kilobytes (for non-superusers) in the filesystem after the copies
were made would be less than the number in the first line of this file,
the copies are not attempted.
If savecore successfully copies the kernel and the core dump, the core
dump is cleared so that future invocations of savecore will ignore it.
Savecore is meant to be called near the end of the initialization file
/etc/rc (see rc(8)).
FILES
/bsd current kernel
BUGS
The minfree code does not consider the effect of compression.
SEE ALSO
compress(1), syslogd(8)
HISTORY
The savecore command appeared in 4.1BSD.
4th Berkeley Distribution June 5, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for savecore(8) OpenBSD sources for savecore(8)
Up to: Local machine and Operating System Information - kernel topics, uname, boot, shutdown, et al
Up to: System Administration - Configuration, installing software, adding users, setting limits, system startup (boot) et al.
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
savecore.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|