Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ savecore(8) — SunOS 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

SAVECORE(8)  —  MAINTENANCE COMMANDS

NAME

savecore − save a core dump of the operating system

SYNOPSIS

/usr/etc/savecore dirname [ system ]

DESCRIPTION

Savecore is meant to be called near the end of the /etc/rc file after the system boots.  Savecore’s function is to save the core dump of the system (assuming one was made) and to write a reboot message in the shutdown log.

Savecore checks the core dump to be certain it corresponds with the current running version of the operating system.  If it does, savecore saves the core image in the file dirname/vmcore.n and its brother, the namelist, dirname/vmunix.n The trailing .n in the pathnames is replaced by a number which grows every time savecore is run in that directory. 

Before savecore writes out a core image, it reads a number from the file dirname/minfree. If there less free space on the filesystem which contains dirname than the number obtained from the minfree file, the core dump is not done.  If the minfree file does not exist, savecore always writes out the core file (assuming that a core dump was taken). 

Savecore also writes a reboot message in the shut down log.  If the system crashed as a result of a panic, savecore records the panic string in the shut down log too. 

If the core dump was from a system other than /vmunix, the name of that system must be supplied as sysname.

FILES

/usr/adm/shutdownlogshut down log
/usr/crash/boundsnumber to assign to the core images
/vmunixcurrent UNIX

BUGS

Can be fooled into thinking a core dump is the wrong size. 

Sun Release 1.1  —  Last change: 28 October 1983

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026